MSFN Forum: how to encrypt administrator password? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

how to encrypt administrator password? Rate Topic: -----

#1 User is offline   Hellados 

  • Group: Members
  • Posts: 7
  • Joined: 17-September 08

  Posted 08 October 2008 - 05:23 AM

please tell me how to encrypt administrator password in WINNT.SIF
I have password but i don't know how do it :(


#2 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 October 2008 - 06:19 AM

You have to use the setup manager to create your answer file.

#3 User is offline   Hellados 

  • Group: Members
  • Posts: 7
  • Joined: 17-September 08

Posted 08 October 2008 - 07:12 AM

View PostIcemanND, on Oct 8 2008, 07:19 AM, said:

You have to use the setup manager to create your answer file.

10x :thumbup

#4 User is offline   Hellados 

  • Group: Members
  • Posts: 7
  • Joined: 17-September 08

Posted 08 October 2008 - 07:33 AM

I Have 3 question:


1. How can I set temp folder in WINNT.SIF?
i set this:

[Options]
temp_dir = %SystemRoot%\TEMP


but result is 0 :(

2. question:
How to Disable System Restore Service?

I set This value:

[SystemRestore]
DisableSR=1
CreateFirstRunRp=0


but system restore is presents :-(

3. How can I disable some system servisec? (such as Windows Time, Security centre, Widnows Update) i dont wont to use nLite.. i whont to make it myself.. How can i make it?

This post has been edited by Hellados: 08 October 2008 - 08:19 AM


#5 User is offline   Nexus_06 

  • Junior
  • Pip
  • Group: Members
  • Posts: 82
  • Joined: 16-September 08

Posted 08 October 2008 - 01:19 PM

I do it like this...

@echo off
start /wait %windir%\system32\net.exe stop "System Restore Service"
start /wait %windir%\system32\net.exe stop "Error Reporting Service"
start /wait %windir%\system32\net.exe stop "Fast User Switching Compatibility"
start /wait %windir%\system32\net.exe stop "Help and Support"
start /wait %windir%\system32\net.exe stop "Server"
start /wait %windir%\system32\net.exe stop "TCP/IP NetBios Helper"
start /wait %windir%\system32\net.exe stop "Remote Registry"
start /wait %windir%\system32\net.exe stop "WebClient"
start /wait %windir%\system32\net.exe stop "Windows Time"
start /wait %windir%\regedit.exe /S disablesvc.reg
exit


and in reg file...

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc]
"Start"=dword:00000004

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FastUserSwitchingCompatibility]
"Start"=dword:00000004

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc]
"Start"=dword:00000004

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer]
"Start"=dword:00000004

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts]
"Start"=dword:00000004

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
"Start"=dword:00000004

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]
"Start"=dword:00000004

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient]
"Start"=dword:00000004

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
"DisableSR"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr]
"Start"=dword:00000004

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr\Parameters]
"FirstRun"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice]
"Start"=dword:00000004


hope this helps =]

#6 User is offline   Hellados 

  • Group: Members
  • Posts: 7
  • Joined: 17-September 08

Posted 09 October 2008 - 07:08 AM

Nexus_06
it's clear but half :)
I dont understand how to integrate this in registry? :unsure:

This post has been edited by Hellados: 09 October 2008 - 07:11 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy