Recent content by thepcformula


  1. PC Cleaning, Stage II

    **This new clean.bat script will work on Windows 7, 8, 10, and 11 @Echo off cls setlocal :: Define common paths set "TEMP_DIR=%UserProfile%\AppData\Local\Temp" set "CHROME_CACHE=%LocalAppData%\Google\Chrome\User Data\Default\Cache" set "FIREFOX_CACHE=%LocalAppData%\Mozilla\Firefox\Profiles"...
  2. PC Cleaning, Stage II

    Try this script. It's organized and redundant and old code removed. Must run as Administrator. @echo off setlocal :: Check for administrative privileges echo Checking for administrative privileges... net session >nul 2>&1 if %errorlevel% neq 0 ( echo This script requires administrative...
  3. Need current Win11 cleanup batch script and other,

    Hello TechnoMage2021 I am running Windows 11 Pro x64 23H2 build 22631.4037 1. Thorium Web Browser 2. Chrome Web Browser Can you please send me the your Cleanup batch files? I am interested. I read about the experience you have and thought you were the best to follow on here. Thanks, ThePCFormula
  4. PC Cleaning, Stage II

    Revised .bat file to work on all windows computers. **START** start copying below) @Echo off cls Rem: Count the number of files on "C:" before the cleanup. Echo: Performing initial file count. Please wait! for /f "delims=" %%A in ('dir /a /s "C:\" ^| find /c /v ""') do set Count1=%%A Echo...
  5. PC Cleaning, Stage II

    Hello I am James AKA Thepcformula. I was wondering if you would be willing to share the .bat file with me?
Back
Top Bottom