We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6b2a6 commit a41dc95Copy full SHA for a41dc95
1 file changed
removemsapp.bat
@@ -1,5 +1,5 @@
1
@echo off
2
-:: V1.7
+:: V1.8
3
4
5
::# elevate with native shell by AveYo
@@ -16,6 +16,11 @@ REG add HKCU\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement /v
16
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v "HideFileExt" /t REG_DWORD /d 0 /f 2> nul
17
:: Enable Get Latest Updates as soon as available
18
REG add HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings /v "IsContinuousInnovationOptedIn" /t REG_DWORD /d 1 /f 2> nul
19
+:: do not put screen and pc to sleep
20
+powercfg /change monitor-timeout-ac 0 2> nul
21
+powercfg /change monitor-timeout-dc 0 2> nul
22
+powercfg /change standby-timeout-ac 0 2> nul
23
+powercfg /change standby-timeout-dc 0 2> nul
24
25
echo.
26
echo ======================
0 commit comments