comments
This commit is contained in:
parent
fb46987bf0
commit
48e419e888
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ REG ADD "HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c90
|
|||
:: === Disabling widgets ==
|
||||
REG ADD "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Dsh" /v AllowNewsAndInterests /t REG_DWORD /d 00000000 /f
|
||||
|
||||
:: === Disabling hibernation ==
|
||||
:: === Disabling hibernation (prevents computer to really shutdown) ==
|
||||
REG ADD "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Power" /v HiberbootEnabled /t REG_DWORD /d 00000000 /f
|
||||
powercfg /H off
|
||||
|
||||
:: === Disabling the SysMain service ==
|
||||
:: === Disabling the SysMain service (preload some apps in memory) ==
|
||||
sc stop "SysMain" & sc config "SysMain" start=disabled
|
||||
|
||||
:: === Added confirmation when trashing ==
|
||||
|
|
Loading…
Reference in a new issue