Skip to main content

Make your computer faster - TechnoBytes

Make your computer faster

Number 1: Removing Temporary files. Open Run by pressing Windows + R Keys and then type %temp% and hit OK. It will open up a window with all temporary files. Select and delete them all to make your computer run faster.

Number 2: Again removing Temporary Files. There are two locations actually where the temp files will be stored. So, open Run by pressing Windows + R keys and now type just “temp” then hit OK. Delete all the files and folders which are in opened window.

Number 3: Deleting Prefetched files. Open Run again by typing Windows + R keys then now type “prefetch”. If it asks for permission, allow it to delete all prefetched files which help to improve the performance of the Computer or Laptop.

Number 4: Using Disk Cleanup. If you are using Windows 7, then use the search bar to get the Disk Clean up wizard or in case of Windows 8, go to metro dashboard then here select “Settings” and now search for Disk Clean up. Open the Disk Clean up wizard and select C Drive to clean. Select Ok and wait for few seconds to get clean up dialogue box. Here select all files and select “OK”. Confirm to “Delete All files”. It will take few seconds to minutes based on the clutter present. This is one of the methods to make your PC run faster and smoother.

Number 5: Increasing Virtual RAM. Open My Computer Properties and then select “Advanced System Properties”. Here in the “Advanced” Tab, in the “Performance” section, select “Settings”. Now in the Performance Advanced Tab, select “Change” to change Virtual Memory. Uncheck “Automatically Manage Paging” option to edit the RAM allocation. Here select “Custom Size” and enter the RAM size. Since I’m having 8 Gigs where 4 GB is accessible, Im making it to 8 GB. Means multiplying 1024 with 8. So entering 8192 here as minimum and maximum RAM. Select “Set” then click OK. It will ask you to restart PC to take effect of new settings. Do it to increase the performance of the PC or a Laptop.

Number 6: Managing Startup Applications and Processors. Open Run by typing Windows + R keys then type “msconfig”. Manage the startup apps from Startup Tab. Disable unwanted programs that starts soon after booting the PC.

And in the “Boot” tab select Advanced options. Over here select “Number of Processors” and set to maximum (in my case selecting 6) and check the Maximum Memory. Confirm all the changes and it will ask you to restart the PC. Do it to make your computer run faster and smoother.

Number 7: Improving system performance by editing Registry. Open Run by typing Windows + R keys and type “regedit”. Here go to HKEY_LOCAL_MACHINE then System then Current Control Set then Control then Session Manager then Memory Management then Prefetch Parameters. Here find EnableSuperFetch and double click on it to change the value. Change the value to “0” then confirm by selecting OK. That’s it.

Number 8: Changing Folder settings. This is simple but effective. Go to “folder and search options” and in “View” Tab select “Always show Icons, never Thumbnails” and uncheck “Display file Icon on Thumbnails”. Confirm the changes by selecting OK.

Number 9: Changing the security level to account users. Go to metro dashboard and start searching for “User Accounts” in the settings section. Open the user settings and select “Change user account control settings”. Drag the bar over to the bottom and save the settings by pressing Ok. That’s it. I never ask you to accept the permissions which improve the performance of the PC.

Comments

Popular posts from this blog

Convert Text Into Audio Using Notepad - TechnoBytes

Convert Text Into Audio Using Notepad How To Do It ? Open Notepad file on your Windows PC. Copy and paste the below mentioned code : Dim msg, sapi msg=InputBox(“Enter your text for conversion–www.techvorm.com”,”TechVorm Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak msg Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs Thats it ! Your Text to Audio converter is ready to be used. Now open the saved file and key in the text you want to convert and click OK. If you find any difficulties in using this code, let me know via comments section.

Privacy Policy

Privacy Policy TechnoBytes built the RotateMe app as an Ad Supported app. This SERVICE is provided by TechnoBytes at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at RotateMe unless otherwise defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service, I may require you to provide us with certain personally identifiable information, including but not limited to ...

Disable USB Ports On Windows PC Via Registry

Disable USB Ports On Windows PC Via Registry With this trick, you can disable access to your USB(Universal Serial Bus) ports on your Windows based PC to prevent people from taking out data without permission or spreading viruses through the use of USB (pen and flash) drives. To use this trick to disable USB ports, follow the steps given below:- Click on Start. Click on Run. If you cannot find RUN, type it in the search box. Type "regedit" without quotes. This will launch the Registry Editor. Navigate to  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor. In the work area, double click on Start. In the Value Data box, enter 4. Click on OK. Close Registry Editor and refresh your desktop. To re-enable access to your USB ports, enter 3 in the Value Data box in Step 6. Try it yourself to make your PC invulnerable from data theft and malware which spread through USB ports. This works on Windows XP, Windows Vista, Windows 7 and Windows 8. Note: This trick als...