Z
zzz
Hi,
with windows xp i used to have my .reg file to control the startup type of the
services, so that i didn't had to manually do it every time i had to reinstall.
Now with Windows 7 it looks like it's no longer possible to do that since they
keep having the same startup type even though the settings in the reg file
should disable them. My reg file looks like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WSearch]
"Start"=dword=00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TrkWks]
"Start"=dword=00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\FontCache3.0.0.0]
"Start"=dword=00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WMPNetworkSvc]
"Start"=dword=00000004
Should i just use the sc command or is there a way to use the reg files?
with windows xp i used to have my .reg file to control the startup type of the
services, so that i didn't had to manually do it every time i had to reinstall.
Now with Windows 7 it looks like it's no longer possible to do that since they
keep having the same startup type even though the settings in the reg file
should disable them. My reg file looks like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WSearch]
"Start"=dword=00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TrkWks]
"Start"=dword=00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\FontCache3.0.0.0]
"Start"=dword=00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WMPNetworkSvc]
"Start"=dword=00000004
Should i just use the sc command or is there a way to use the reg files?