This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
title TEMP Cleaner Files | |
echo Ok Deleting. Please Wait! | |
del /s /f /q C:\WINDOWS\Temp\*.* | |
del /s /f /q C:\WINDOWS\Prefetch\*.* | |
del /s /f /q %USERPROFILE%\AppData\Local\Temp\*.* | |
pause |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@REM Made By TheAdas | |
@echo off | |
@REM Set variables for coloured text | |
SETLOCAL EnableDelayedExpansion | |
for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do ( | |
set "DEL=%%a" | |
) | |
echo OneDrive Uninstaller | |
echo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
::Launching As Admin | |
if "%2"=="firstrun" exit | |
cmd /c "%0" null firstrun | |
if "%1"=="skipuac" goto skipuacstart | |
:checkPrivileges | |
NET FILE 1>NUL 2>NUL |