Update w11/ltsc_batch.bat

This commit is contained in:
blackctac 2025-08-17 19:46:54 +00:00
parent 220910e453
commit 6ba64b2930

View file

@ -1,14 +1,13 @@
echo off echo off
title 1/4: Disabling Useless serivces title 1/3: Disabling Useless serivces and Telemetry
C:\privacy11\w11\RunAsTI64.exe C:\privacy11\w11\ltsc_disableservices.bat C:\privacy11\w11\RunAsTI64.exe C:\privacy11\w11\ltsc_disableservices.bat
title 2/4: Disabling Telemetry del C:\Windows\System32\drivers\etc\hosts
powershell -ExecutionPolicy Bypass -File C:\privacy11\w11\telemetry_ltsc.ps1 move C:\privacy11\w11\hosts C:\Windows\system32\drivers\etc\
del C:\Windows\System32\drivers\etc\hosts title 2/3: Installing Brave
move C:\privacy11\w11\hosts C:\Windows\system32\drivers\etc\ C:\privacy11\w11\bravestandalone.exe /silent /install
title 3/4: Installing Brave taskkill /f /im brave.exe
C:\privacy11\w11\bravestandalone.exe /silent /install title 3/3: Removing Edge
taskkill /f /im brave.exe taskkill /f /im MicrosoftEdgeUpdate.exe
title 4/4: Removing Edge taskkill /f /im msedge.exe
rd "C:\Program Files (x86)\Microsoft\Edge\Application" rd "C:\Program Files (x86)\Microsoft\Edge\Application" /s /q
title Applying Branding rd "C:\Program Files (x86)\Microsoft\EdgeUpdate" /s /q
reg import C:\privacy11\w11\branding.reg