Update PusPC1.2.bat
Privacy
This commit is contained in:
@ -92,6 +92,8 @@ IF /I "%choice%"=="N" goto nextnoreg
|
|||||||
echo.
|
echo.
|
||||||
:apply
|
:apply
|
||||||
REM ; Disable typing telemetry ;)
|
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 "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
|
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
|
REM ; You're welcome for disabling these services you don't need
|
||||||
|
Reference in New Issue
Block a user