Windows 7 How To Increase Windows Speed and Performance (Video Tutorial)

How To Increase Windows Speed and Performance
In this series we will talk about many method to increase your windows speed

Part 1
In this video we will study the first method "Disable some windows features"
1- Adjust to best performance
if your windows appearance is not important for you you can disable it and you will save some memory to your windows
2- Disable some Personalize features
Change Desktop background , Transparency , Screen saver ,
Sounds
3- Disable search Indexing
4- Change power plans Options
5- Disable user account control
6- Turn off unused windows programs

Part 1 Video


Part 2
In this video we will study the first method "By cleaning unnecessary files on your computer"
1- Deleting temporary files
2- Deleting Prefetch files
3- Use disk cleanup
4- Use notepad to automatic erase file
This is the code. Copy it and save the .txt to .bat

@echo off
color 4a
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP
cls

5- Defragment your drive C:

Part 2 Video


Part 3
In this video we will study the first method"By disabling some windows services"
1- Disable unused programs services
How to know the job of service
How to disable service
How to re-enable service
2- Disable unused programs start up services
How to disable and re-enable service in start up menu

Part 3 Video


Part 4
In this video we will study the first method"By increasing virtual memory"

What is virtual memory ?
How can i calculate virtual memory ?
How can i apply it ?

Part 4 Video

 
Back
Top Bottom