From 6ba64b29304f8c290d85960f2cd91060728d6058 Mon Sep 17 00:00:00 2001 From: blackctac Date: Sun, 17 Aug 2025 19:46:54 +0000 Subject: [PATCH] Update w11/ltsc_batch.bat --- w11/ltsc_batch.bat | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/w11/ltsc_batch.bat b/w11/ltsc_batch.bat index 70472dd..1d526be 100644 --- a/w11/ltsc_batch.bat +++ b/w11/ltsc_batch.bat @@ -1,14 +1,13 @@ -echo off -title 1/4: Disabling Useless serivces -C:\privacy11\w11\RunAsTI64.exe C:\privacy11\w11\ltsc_disableservices.bat -title 2/4: Disabling Telemetry -powershell -ExecutionPolicy Bypass -File C:\privacy11\w11\telemetry_ltsc.ps1 -del C:\Windows\System32\drivers\etc\hosts -move C:\privacy11\w11\hosts C:\Windows\system32\drivers\etc\ -title 3/4: Installing Brave -C:\privacy11\w11\bravestandalone.exe /silent /install -taskkill /f /im brave.exe -title 4/4: Removing Edge -rd "C:\Program Files (x86)\Microsoft\Edge\Application" -title Applying Branding -reg import C:\privacy11\w11\branding.reg \ No newline at end of file +echo off +title 1/3: Disabling Useless serivces and Telemetry +C:\privacy11\w11\RunAsTI64.exe C:\privacy11\w11\ltsc_disableservices.bat +del C:\Windows\System32\drivers\etc\hosts +move C:\privacy11\w11\hosts C:\Windows\system32\drivers\etc\ +title 2/3: Installing Brave +C:\privacy11\w11\bravestandalone.exe /silent /install +taskkill /f /im brave.exe +title 3/3: Removing Edge +taskkill /f /im MicrosoftEdgeUpdate.exe +taskkill /f /im msedge.exe +rd "C:\Program Files (x86)\Microsoft\Edge\Application" /s /q +rd "C:\Program Files (x86)\Microsoft\EdgeUpdate" /s /q \ No newline at end of file