Jump to content

CCleaner is usually fine for getting rid of temporary files and cache files. Just don't use its Registry cleaner as that is less than reputable.

Current Build:

CPU: Ryzen 7 5800X3D

GPU: RTX 3080 Ti FE

RAM: 32GB G.Skill Trident Z CL16 3200 MHz

Mobo: Asus Tuf X570 Plus Wifi

CPU Cooler: NZXT Kraken X53

PSU: EVGA G6 Supernova 850

Case: NZXT S340 Elite

 

Current Laptop:

Model: Asus ROG Zephyrus G14

CPU: Ryzen 9 5900HS

GPU: RTX 3060

RAM: 16GB @3200 MHz

 

Old PC:

CPU: Intel i7 8700K @4.9 GHz/1.315v

RAM: 32GB G.Skill Trident Z CL16 3200 MHz

Mobo: Asus Prime Z370-A

Link to post
Share on other sites

21 minutes ago, Chrispie said:

Whats the best program to remove junk files from your computer?

 

Thanks.

Just reinstalling windows

I edit my posts a lot, Twitter is @LordStreetguru just don't ask PC questions there mostly...
 

Spoiler

 

What is your budget/country for your new PC?

 

what monitor resolution/refresh rate?

 

What games or other software do you need to run?

 

 

Link to post
Share on other sites

Here is a little script that I use to cleanup computers and quickly update proprietary software along with ensuring that specific conditions on the computer are being met.  I commented everything to make it clear as to what does what.

@[member='Echo'] offver | find "6.1" > nulif %ERRORLEVEL% == 0 (set version="win7")ver | find "XP" > nulif %ERRORLEVEL% == 0 (set version="xp")if %version% == "win7" (	echo Detecting permissions...	>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"&&(		echo Admin verified, moving on...		goto start_up	)	>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"	if '%errorlevel%' NEQ '0' (	    echo Requesting administrative privileges...	    goto UACPrompt	) else ( goto gotAdmin )	:UACPrompt	    ::See additional code Block	:gotAdmin	    if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" )	    pushd "%CD%"	    CD /D "%~dp0"	cls):: STARTUP SCIPT:start_upecho ____________________________________________echo.wmic csproduct get vendor,name,identifyingnumberecho Device Namehostnameecho ____________________________________________echo.pause:: Shut off Hibernate, Schedule Check Disk, Check for Updates, Run Disk Cleanuppowercfg.exe /hibernate offchkdsk C: /F /Rif %version% == "win7" (%windir%\system32\wuapp.exe)if %version% == "xp" (Wupdmgr)cleanmgr /verylowdisk:: Creates EventViewer Log Directory, backs up and clears Event Viewer Logs to C:\EventviewerLogs\mkdir C:\EventViewerLogsfor /F "tokens=1* delims= " %%a IN ('DATE/T') do set CDATE=%%bfor /F "tokens=1,2 eol=/ delims=/ " %%a IN ('DATE/T') do set mo=%%bfor /F "tokens=1,2 delims=/ eol=/" %%a IN ('echo %CDATE%') do set dd=%%bfor /F "tokens=2,3 delims=/ " %%a IN ('echo %CDATE%') do set yyyy=%%bset hh=%TIME:~0,2%if "%hh:~0,1%" equ " " set hh=0%hh:~1,1%set mm=%TIME:~3,2%set ss=%TIME:~6,2%set D=%yyyy%%mo%%dd%set T=%hh%%mm%%ss%:: Version Directionif %version% == "win7" goto ver_7if %version% == "xp" goto ver_xp:: Windows XP:ver_xp:: Back up logswmic nteventlog where logfilename='application' backupeventlog 'C:\EventViewerLogs\Application_%D%_%T%.evt'wmic nteventlog where logfilename='system' backupeventlog 'C:\EventViewerLogs\System_%D%_%T%.evt'wmic nteventlog where logfilename='security' backupeventlog 'C:\EventViewerLogs\Security_%D%_%T%.evt':: Clear logswmic nteventlog where logfilename='application' cleareventlogwmic nteventlog where logfilename='system' cleareventlogwmic nteventlog where logfilename='security' cleareventloggoto wrap_up:: Windows 7:ver_7:: Lid closing does nothingpowercfg -SETACVALUEINDEX 381b4222-f694-41f0-9685-ff5bb260df2e 4f971e89-eebd-4455-a8de-9e59040e7347 5ca83367-6e45-459f-a27b-476b1d01c936 000powercfg -SETDCVALUEINDEX 381b4222-f694-41f0-9685-ff5bb260df2e 4f971e89-eebd-4455-a8de-9e59040e7347 5ca83367-6e45-459f-a27b-476b1d01c936 000:: Power Button Shuts Down the computerpowercfg -SETACVALUEINDEX 381b4222-f694-41f0-9685-ff5bb260df2e 4f971e89-eebd-4455-a8de-9e59040e7347 7648efa3-dd9c-4e3e-b566-50f929386280 003powercfg -SETDCVALUEINDEX 381b4222-f694-41f0-9685-ff5bb260df2e 4f971e89-eebd-4455-a8de-9e59040e7347 7648efa3-dd9c-4e3e-b566-50f929386280 003:: Sleep button does nothingpowercfg -SETACVALUEINDEX 381b4222-f694-41f0-9685-ff5bb260df2e 4f971e89-eebd-4455-a8de-9e59040e7347 96996bc0-ad50-47ec-923b-6f41874dd9eb 000powercfg -SETDCVALUEINDEX 381b4222-f694-41f0-9685-ff5bb260df2e 4f971e89-eebd-4455-a8de-9e59040e7347 96996bc0-ad50-47ec-923b-6f41874dd9eb 000:: Backup logswmic nteventlog where filename='application' backupeventlog C:\EventViewerLogs\Application_%D%_%T%.evtwmic nteventlog where filename='system' backupeventlog C:\EventViewerLogs\System_%D%_%T%.evtwmic nteventlog where filename='security' backupeventlog C:\EventViewerLogs\Security_%D%_%T%.evt:: Clear logswmic nteventlog where filename='application' cleareventlogwmic nteventlog where filename='system' cleareventlogwmic nteventlog where filename='security' cleareventloggoto wrap_uppause: wrap_up:: If portable, Run hardline updates and Disable wirelesswmic csproduct get name | find "Latitude" > nulif not %ERRORLEVEL% == 1 (	wmic nteventlog where filename='cisco anyconnect vpn client' backupeventlog C:\EventViewerLogs\Cisco_AnyConnect_VPN_CLient_%D%_%T%.evt	wmic nteventlog where filename='cisco anyconnect vpn client' cleareventlog	netsh interface set interface "Wireless Network Connection" disabled	start cmd /c C:\mobilegis\XCOPY_PGDB_From_Network_to_FieldDevice.bat	start cmd /c \\hobsvwsap21\MWMSHARE\StagingDirectory\1_5MWSUpdateStations.cmd):: Degfrag the C Drivedefrag.exe C: /H /V /Uexit

Here is the UAC prompt code, it's kind of funky so it throws off syntax highlighting for the entire document, so I excluded it in it's own code block.

	   

 echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"	    set params = %*:"=""	    echo UAC.ShellExecute "%~s0", "%params%", "", "runas", 1 >> "%temp%\getadmin.vbs"	    "%temp%\getadmin.vbs"	    exit /B
 

My current code projects

--------------------------------

  • C#/OpenGL ( using OpenTK graphics library API ) KnightsRealm ( unfinished, WIP plan on releasing on steam maybe a mobile port idk ) 2d topdown pixel art based game with medieval themes, sorcery, dragons, open world
  • C++ crypter ( if your into cryptography, I plan on releasing this on my website later :P
  • C#/OpenGL ( OpenGL for UI ) fan/light controller for my room w/ raspberry pi and some mechanical motors and stuff :D


Current repair projects

------------------------------

  • My dreadful receiver ( a capacitor blew ) 
  • working on a PC from a client, CPU died within the system, seems like a short, replaced CPU and awaiting payment before I ship it back 
  • my old 1tb sas drive for my NAS, some blemishes or something on the PCB need to clear that back out, if it doesn't work i'll need to scrap it ( already backed up all my stuff thankfully )

    If you want any software made, or stuff to be repaired give me an email! 
    mike.fernandez5138699@gmail.com
Link to post
Share on other sites

I just use Disk Cleanup (Windows' default program).

CCleaner is more complete, it can also clean your browsers' history, cache, etc. (well if you want..). Just avoid the registry cleaner as it can mess something up, just like @Emberstone said.

Where I hang out: The Garage - Car Enthusiast Club

My cars: 2006 Mazda RX-8 (MT) | 2014 Mazda 6 (AT) | 2009 Honda Jazz (AT)


PC Specs

Indonesia

CPU: i5-4690 | Motherboard: MSI B85-G43 | Memory: Corsair Vengeance 2x4GB | Power Supply: Corsair CX500 | Video Card: MSI GTX 970

Storage: Kingston V300 120GB & WD Blue 1TB | Network Card: ASUS PCE-AC56 | Peripherals: Microsoft Wired 600 & Logitech G29 + Shifter

 

Australia 

CPU: Ryzen 3 2200G | Motherboard: MSI - B450 Tomahawk | Memory: Mushkin - 8GB (1 x 8GB) | Storage: Mushkin 250GB & Western Digital - Caviar Blue 1TB
Video Card: GIGABYTE - RX 580 8GB | Case: Corsair - 100R ATX Mid Tower | Power Supply: Avolv 550W 80+ Gold

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×