diff --git a/PusPC1.2.bat b/PusPC1.2.bat index 354f18a..b7ea781 100644 --- a/PusPC1.2.bat +++ b/PusPC1.2.bat @@ -92,6 +92,8 @@ IF /I "%choice%"=="N" goto nextnoreg echo. :apply REM ; Disable typing telemetry ;) +Powershell -Command "Get-ScheduledTask -TaskName Consolidator | Disable-ScheduledTask" >nul +reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_TrackProgs" /d 0 /t REG_DWORD /f >nul 2>&1 reg add "HKLM\SOFTWARE\Microsoft\Input\TIPC" /v "Enabled" /t REG_DWORD /d 0 /f reg add "HKCU\SOFTWARE\Microsoft\Input\TIPC" /v "Enabled" /t REG_DWORD /d 0 /f REM ; You're welcome for disabling these services you don't need