Cleaning Up a Computer Tricks
What is the best tool to make computers faster?
I wish there was a simple answer to this but it is like asking, what is the best meal. Computers are very customizable and just want to give some hints on how to get it faster.
What software do I use?
Well, it depends on what I am thinking but I created a portable USB to take care of cleaning up other people's computers.
List of software's
GeekUninstaller [https://geekuninstaller.com/]
This is 100% my most favorite program to use when uninstalling. It can do applications as well as Windows apps. It also removes whatever is left in the registry.
CCleaner [https://www.ccleaner.com/]
One that I have been using for a while, and recently it has one of the best upgrades as you can see what drivers need updating.
BleachBit [https://www.bleachbit.org/]
A little newer but learned to like this one based on the number of things you can do with it
Disk Cleanup [Windows Built-in Cleaner]
We always forget that there are some things built-in that we should take care of.
Nvidia GeForce [https://www.nvidia.com/en-us/geforce/geforce-experience/]
This is only if you have an NVIDA graphics card. It also optimizes games and chooses between studio and gaming modes
We don't consider sometimes we need to update intel components which can really help
Removing the LCU files
LCU stands for Last Cumulative Update. It tends to sometimes get big. The compressed size is ~50% of the original size, which could be an alternative to flat-out deleting the files.
Removing OEM Files
OEM files are a little more complex than LCU files because they are based on different manufactures and not windows itself. I have the code for it below.
Things to speed up computer
What is running on startup
Check for the programs that are running when you start the machine. Most apps set to run on startup by default
What is currently running
Check on task manager what is running. Top 3 ways to access the task manager.... Pressing CTRL + SHIFT + ESC Searching Task Manager Right-clicking Windows Icon in the corner and moving up about halfway
What Personal scripts have I written?
I have written a few and researched a few that are very useful and use with caution. It gets the job done and I have them on almost every computer I own how useful they have proven to be.
Cleaning Folders
The program cleans directories by removing all folders that do not contain anything. This is by taking advantage of Windows rm
function.
Another good one
Found this software out there and thought it would be worth mentioning as it is a great software and clean.
Cleaning File Repo
Cleans the Driver OEM as there are a lot of them
Maps Drive to file
For whenever I am moving over and need to verify all the files made it.
Gpedit Enabler
I have no clue but it seems to be important so I am including it. I will research later what it does specifically.
DISM Clean
Because DISM was causing me issues
Clearing Event Viewer
This is not my code and have added the acknowledgment at the top
Increase the Swap Memory
The swap memory is like, virtual RAM. So in a sense, you can add more RAM. How it works is when the ram starts to fill up, it will dump the contents into a segment of the hard drive that is allocated for the resources. I think it would be best to do 2x the size of the max ram in the computer. Anything is better than the default... 1. Click on "Type here to search" and search environmental variables. [edit the system environmental variables] 2. It should be on the advanced tab so click on the box settings in the performance section. 3. Click the tab at the top called Advanced 4. Click change in the virtual memory section 5. Deselect Auto paging and enter in your own selected amounts. 6. Click Set and Ok -> A popup should then continue 7. Follow instructions and reset now or later.
Finalizing
To finalize it will ask you to restart the computer. If not restart it anyways. Just a little why not step.
Any other tricks?
Of course, I have plenty of tricks. The thing is I can't share everything, that is why we have the internet.
Last updated