I have password but i don't know how do it
Page 1 of 1
how to encrypt administrator password?
#1
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
I have password but i don't know how do it
#2
Posted 08 October 2008 - 06:19 AM
You have to use the setup manager to create your answer file.
#3
Posted 08 October 2008 - 07:12 AM
#4
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?
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
Posted 08 October 2008 - 01:19 PM
I do it like this...
and in reg file...
hope this helps =]
@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
Posted 09 October 2008 - 07:08 AM
Nexus_06
it's clear but half
I dont understand how to integrate this in registry?
it's clear but half
I dont understand how to integrate this in registry?
This post has been edited by Hellados: 09 October 2008 - 07:11 AM
Share this topic:
Page 1 of 1



Help
Back to top










