Skip to content

Instantly share code, notes, and snippets.

@vvoqe
vvoqe / microsoft_edge_uninstaller_21h1_ltsc.bat
Created November 14, 2024 15:24 — forked from aaronbutivilakazi3/microsoft_edge_uninstaller_21h1_ltsc.bat
Microsoft Edge Uninstaller [Windows 10 LTSC 2021/21H1 Edition]
@echo off
@title Microsoft Edge Uninstaller [Windows 10 LTSC 2021/21H1 Edition]
ver
echo+
goto check_admin_permissions
:check_admin_permissions
echo Script must Run as Administrator! Detecting permissions...
net session >nul 2>&1
if %errorLevel% == 0 (
@vvoqe
vvoqe / noedge.bat
Last active November 14, 2024 15:32 — forked from ishad0w/microsoft_edge_uninstaller_21h1_ltsc.bat
Microsoft Edge Uninstaller [Windows 10 LTSC 2021/21H1 Edition]
@echo off
@title NoEdge \ Microsoft Edge Uninstaller [Windows 10 LTSC 21H1 Edition]
ver
echo+
goto check_admin_permissions
:check_admin_permissions
echo This bat must run be ran as Administrator! Detecting permissions...
net session >nul 2>&1
if %errorLevel% == 0 (