diff --git a/windows11.bat b/windows11.bat index 7583947..81eafb1 100644 --- a/windows11.bat +++ b/windows11.bat @@ -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 ==