Skip to content

Commit

Permalink
Merge pull request #15 from WindowsRefundDay/main
Browse files Browse the repository at this point in the history
Update edge_remover.bat
  • Loading branch information
ionuttbara authored Jan 22, 2023
2 parents 32ef98f + 3dd90ca commit d26b47d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions edge_remover.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,8 @@ CD /D "%~dp0"
if %M%==w goto startmse
if %M%==e (
cls
echo Leaving in 3s
timeout /t 1 /nobreak >nul
cls
echo Leaving in 2s
timeout /t 1 /nobreak >nul
cls
echo Leaving in 1s
timeout /t 1 /nobreak >nul
echo Leaving...
exit /b
)

:startmseb
echo Checking if launched with administrative permissions (Needed to create system restore point)
net session >nul 2>&1
Expand Down

0 comments on commit d26b47d

Please sign in to comment.