I've figured out a way to clear out any temporary files and folders
that Windows uses by using automated batch files. Batch files are simple
computer command executions that run through the Windows command line
prompt that is similar to DOS.
Step 1 - Enable viewing of hidden folders and files, and unhide file extensions.
We are enabling viewing of the hidden folders so that we can access a
certain folder where temporary files are stored so that they can be
deleted by the batch files later. We also want to unhide extensions so we can clearly see what type of files we have. This will enable us to rename a text file extension and turn it into a batch file extension instead.
--> For Windows 10 and Windows 8 - open any drive or folder on your computer.
--> click on the menu "View" --> "Options" --> click on the tab "View"
-->
at the bottom of that window look for items with checkboxes and make
sure the option beside "Show hidden folders, files, and drives" is checked with a black circle beside it.
--> uncheck the checkbox beside "Hide extensions for known file types".
Click on the "Apply" button and
then the "OK" button to close it.
--> For Windows 7 - open any drive or folder on your computer.
--> click on the menu "Organize" --> select "Folder and search options" --> click on the tab "View"
--> at the bottom of that window look for
items with checkboxes and make sure the option beside "Show hidden
folders, files, and drives" is selected with a black circle beside it.
--> uncheck the checkbox beside "Hide extensions for known file types".
Click on the "Apply" button and
then the "OK" button to close it.
Step 2 - Find your main User Account Name.
- Browse to your main Operating System hard drive which is usually the C:/ drive for most people.
---> then open the "Users" folder
---> then look for the main user name of the computer. The list will look something like this:
- Default
- UserName
- LocalService
- NetworkService
- Public
---> the main user name in this case is "UserName" but it will be different on your own computer.
---> make a note of it because we are going to use it when editing the first batch file so that it works.
Step 3 - Create Batch File 1
--> press windows key+R, then type "notepad" without the quotation marks and press enter to open the Notepad Application.
Then copy the following text within the dotted lines and paste it into Notepad:
--------------------------------------------------------
@ ECHO OFF
Set dir=C:\Users\UserName\AppData\Local\Temp
Echo Deleting all files from %dir%
del %dir%\* /F /Q
Echo Deleting all folders from %dir%
for /d %%p in (%dir%\*) Do rd /Q /S "%%p"
@echo Folder deleted.
exit
--------------------------------------------------------
Then change UserName to what your main account user name is.
--> go to File menu --> Save --> name it "clear temp app data.txt" and save it in a spot you can remember. Desktop is usually a good location.
Next you need to convert the file into a batch file.
--> Click on the name of the file once so that the cursor appears and you can edit the text.
--> delete the .txt extension and type in .bat to replace it. The file should now be named
clear temp app data.bat
Step 4 - Create Batch File 2
--> press windows key+R, then type "notepad" without the quotation marks and press enter to open the Notepad App.
Then copy the following text within the dotted lines and paste it into Notepad:
--------------------------------------------------------
@ ECHO OFF
Set dir=C:\Windows\Temp
Echo Deleting all files from %dir%
del %dir%\* /F /Q
Echo Deleting all folders from %dir%
for /d %%p in (%dir%\*) Do rd /Q /S "%%p"
@echo Folder deleted.
exit
--------------------------------------------------------
--> go to File menu --> Save --> name it "clear windows temp data.txt" and save it in a spot you can remember. Desktop is usually a
good location.
Next you need to convert the file into a batch file.
--> Click on the name of the file once so that the cursor appears and you can edit the text.
--> delete the .txt extension and type in .bat to replace it. The file should now be named
clear windows temp data.bat
Step 5 - Copy the Batch Files to Windows Startup
--> find where you saved both batch files "clear temp app data.bat" + "clear windows temp data.bat" and select them both.
--> right-click and select "copy"
--> press the Windows Key + R key together
--> type "shell:startup" without the quotation marks and press the "Enter" key. This will open the Windows startup Folder.
--> right-click anywhere in the folder and select "paste"
--> close all open windows.
-->
That's it folks. Now every time that Windows starts up or when your
computer reboots, temporary files and folders will be safely deleted and
will free up hard drive space automatically. Restart your computer to
test it out.
Wednesday, May 24, 2017
Tuesday, May 9, 2017
Find Control Panel After Windows 10 Creators Update
The Windows 10 Creators Update has been pushed by Microsoft since April 8th, and you may have noticed that your Windows 10 PC has already been updated.
The Control Panel isn’t really missing but has now been hidden by the new update. To access it just press the "Windows Key + R" which will pop-up the run menu. Then type the word "control" without the quotation marks, and then press the enter key. The old-styled "Control Panel" window will instantly open. That's it!
Tuesday, May 2, 2017
Ultimate PC Configuration - Spring 2017
Okay I've been sick for nearly 3 weeks now with a nasty cold and I haven't blogged in a while. More specifically I visited the doctor and was diagnosed with Acute Sinusitus (deep sinus infection) which caused the whole range of cold-like symptoms. Anyways I'm on antibiotics and on the mend and finally am able to at least get a little bit of work done.
Here's an expert enthusiast hardware configuration for an Extreme Performance Gaming PC with some of the most current and best rated hardware components:
Computer case:
Thermaltake Core P7 TG
= $ 450.00
Power supply:
ThermalTake Toughpower DPS G RGB Gold Modular Power Supply, 850W
= $ 240.00
Processor:
Intel Core i7-7700K 4.5GHz Quad-Core Kaby Lake Processor
= $ 500.00
Motherboard:
ASUS ROG Strix Z270E Gaming LGA1151 Kaby Lake DDR4
= $ 280.00
Memory:
Trident Z RGB Series DDR4 3866 RAM Kit w/ RGB LED Lighting, 32GB (4x 8GB)
= $ 680.00
Video card:
Nvidia GeForce Titan X Pascal 12GB DDR5X 1600MHz
= $ 1500.00
Storage:
Samsung 960 PRO NVMe M.2 PCIe x4 SSD, 2TB Solid State Drive (3500 MB/s)
= $ 1900.00
Monitor:
Acer Predator X34 34in Curved UltraWide QHD IPS LED Gaming Monitor w/ G-SYNC 100Hz
= $ 1700.00
That covers the core basic components needed to build a kick-ass PC Gaming rig. I don't cover the extra peripherals such as keyboards, mice, speakers, or headsets etc. There's such a diverse range of awesome over-the-top peripherals that it just comes down to preference. I'll leave you to judge what the best of those are. However with the base components, it is usually less difficult to determine what is the top-of-the-line and bleeding-edge.
Ready for a throwback? Check out my very first blog article on Ultimate PC Configurations.
Here's an expert enthusiast hardware configuration for an Extreme Performance Gaming PC with some of the most current and best rated hardware components:
Computer case:
Thermaltake Core P7 TG
= $ 450.00
Power supply:
ThermalTake Toughpower DPS G RGB Gold Modular Power Supply, 850W
= $ 240.00
Processor:
Intel Core i7-7700K 4.5GHz Quad-Core Kaby Lake Processor
= $ 500.00
Motherboard:
ASUS ROG Strix Z270E Gaming LGA1151 Kaby Lake DDR4
= $ 280.00
Memory:
Trident Z RGB Series DDR4 3866 RAM Kit w/ RGB LED Lighting, 32GB (4x 8GB)
= $ 680.00
Video card:
Nvidia GeForce Titan X Pascal 12GB DDR5X 1600MHz
= $ 1500.00
Storage:
Samsung 960 PRO NVMe M.2 PCIe x4 SSD, 2TB Solid State Drive (3500 MB/s)
= $ 1900.00
Monitor:
Acer Predator X34 34in Curved UltraWide QHD IPS LED Gaming Monitor w/ G-SYNC 100Hz
= $ 1700.00
That covers the core basic components needed to build a kick-ass PC Gaming rig. I don't cover the extra peripherals such as keyboards, mice, speakers, or headsets etc. There's such a diverse range of awesome over-the-top peripherals that it just comes down to preference. I'll leave you to judge what the best of those are. However with the base components, it is usually less difficult to determine what is the top-of-the-line and bleeding-edge.
Ready for a throwback? Check out my very first blog article on Ultimate PC Configurations.
Subscribe to:
Posts (Atom)