Skip to content

Instantly share code, notes, and snippets.

@PythonicBoat
PythonicBoat / clean.bat
Created December 23, 2022 04:44
Bash script to speed up your computer by clearing cache files
@echo off
color 0a
:: BatchGotAdmin
:-------------------------------------
REM --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
echo Requesting administrative privileges...