Friday, July 27, 2012

Change the Size & Font of Desktop Icons






You can make your desktop icons and text as big or as small as you want by following these steps:


 

Tuesday, July 24, 2012

Turn Off Thumbnail Caching










 Every time you go into a folder which contains either pictures or movies, Windows creates a thumbnail image so you can see what that picture/movie is. The thumbnail cache helps speed up access to the thumbnails instead of having them load up every time you go into a folder, but each picture you have in a folder will take up around 2kb's. Follow these steps to disable this:

Tuesday, July 17, 2012

Clean The Temp Folder At Startup

Use can use a simple BAT file to clean out your Windows Temp folder every time you reboot your computer by opening Notepad and entering these lines into it:
rd %temp% /s /q 
md %temp%   

Save the file to your Desktop as 'cleantemp.bat'. Now click on the Start button and go to Programs then right-click onStartup.

Monday, July 16, 2012

Run Commands for Windows 7


  
[A]  
Add/Remove Programs = appwiz.cpl
Administrative Tools = control admintools
Authorization Manager= azman.msc "New"

[C]
Calculator = calc
Certificate Manager = certmgr.msc
Character Map = charmap
Check Disk Utility = chkdsk
Control Panel = control "New"
Command Prompt = cmd.exe
Component Services = dcomcnfg
Computer Management = compmgmt.msc = CompMgmtLauncher "New"

back to top