Skip to content

Commit 2c3b4e3

Browse files
authored
Update ver 4.8
1 parent 9f28fe6 commit 2c3b4e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ET-AIO.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ bcdedit /set timeout 3 >nul 2>nul
567567
:: Disable Hibernation/Fast startup in Windows to free RAM from "C:\hiberfil.sys"
568568
title %version% [%counter%/%alltodo%] && set /a counter+=1 >nul 2>nul
569569
powershell -Command "Write-Host ' [Disable] Hibernation/Fast startup in Windows ' -F darkgray -B black"
570-
powercfg -hibernate off
570+
powercfg -hibernate off >nul 2>nul
571571

572572
:: Disable windows insider experiments
573573
title %version% [%counter%/%alltodo%] && set /a counter+=1 >nul 2>nul
@@ -1074,7 +1074,7 @@ if not exist %programdata%\etcleaning.lbool goto SkipCleaning
10741074
:: TEMP/Logs/Cache/Prefetch/Updates Cleaning
10751075
title %version% [%counter%/%alltodo%] && set /a counter+=1 >nul 2>nul
10761076
powershell -Command "Write-Host ' [Clean] Temp ' -F yellow -B black"
1077-
Del /S /F /Q %temp% >nul 2>nul
1077+
powershell -Command "Get-ChildItem -Path $env:TEMP -Include *.* -Exclude *.bat -File -Recurse | foreach { $_.Delete()}" >nul 2>nul
10781078
Del /S /F /Q %Windir%\Temp >nul 2>nul
10791079

10801080
title %version% [%counter%/%alltodo%] && set /a counter+=1 >nul 2>nul

0 commit comments

Comments
 (0)