Win 7 System Optimization Setup method after installation

Source: Internet
Author: User

1. Manually perform the following actions:

Control Panel > Operations Center > Change Operations Center Settings: Remove all selected options and turn off the lower customer Experience Improvement Program "I only closed the user experience program."

Control Panel > programs and Features > turn on or off Windows features on the left:

Turn off remote differential compression

Turn off the Tablet PC component (not performed by a user with a touch screen/drawing board)

Turn off games (users who need to play Windows built-in games are not performing)

Turn off print and file services (users who need to use the printer are not performing)

Control Panel > Sound > Communications tab: Hook-and-choose does not perform any action

Control Panel > Mouse > Pointer Options tab: Remove the hook for "improve pointer precision"

Control Panel > AutoPlay: Uncheck the "Use AutoPlay for all media and devices" option

Computer Properties > Remote settings: Turning off Remote Assistance

Computer Properties > Advanced system Settings > Settings (performance) > Advanced tab > Change (Virtual memory): Custom size, only if the "Settings" button is changed to take effect "memory 2G (x86)/3g (x64) and above set to 200MB, Memory 1.5G (x86)/ 2G (x64) is set to 512MB, Memory 1G (x86)/2g (x64) is set to 1024MB. Memory less than or equal to 1G (x86)/1.5g (x64) Enter Control Panel > Admin tools > Services: Disable SuperFetch service "( The virtual memory maximum minimum value is set as the key. In addition, if you are prompted to small virtual memory can be adjusted according to personal circumstances.

System starts with all resources: Run-->msconfig-->boot--> advanced--> tick cup and Memory tab

2. Complete and thorough understanding of the activation status of Windows 7

Order one: Slmgr.vbs-dli

Features: Operating system version, partial product key, license status.

Order Two: SLMGR.VBS-DLV

Function: The most detailed activation information, including: Activation ID, Installation ID, activation due date? -------Display: Displays the operating system version.

Command three: slmgr.vbs-xpr "Recommended Use"

Function: Is it completely activated?

Command four: winver

Function: Displays the operating system version.

3, by turning off special effects, effectively improve the speed of windows7 operation

Right-click My Computer--> Properties--> advanced system settings--> performance--> setting--> visual effects

Leave five items "smoothing screen font edges", "enable transparent glass, enable desktop combination," Enable visual styles in Windows and buttons "," Use Shadow for icon labels on the desktop ", the rest of the Shangan took, you can immediately feel a lot faster, and almost no visual sense of change.

You can also check "show thumbnails instead of icons".

4, is said to increase the speed of the file Open 10 times times the setting

Control Panel--> Hardware and sound--> display "show or shrink text and other items"--> set custom text size (DPI)

Remove the "Use Windows XP style DPI Scaling" check, OK. "Log off the computer as prompted"

5. Easy access

Control Panel--> Easy access to--> Easy Access Center--> make your computer easy to view--> check "Turn off all unnecessary animations (if possible)"

6. Change the default open folder for Windows Explorer

The command format for the startup parameter is:%systemroot%explorer.exe/e,〈 Object 〉/root,〈 Object 〉/select,〈 Object

Start--> All Programs--> Attachments-->windows Resource Manager--> Right-click--> Properties--> Shortcuts tab--> target

Modified to "%windir%explorer.exe/e, d:downloads", OK.

Then right-click Windows Explorer--> to the taskbar

7, modify the "My Documents", "desktop", "Favorites", "My Music", "My Videos", "My Pictures", "Download" folders such as the default location

Method One: Cmd-->regedit, modify "[Hkey_current_usersoftwaremicrosoftwindows currentversionexploreruser Shell Folders]"

Method Two: System disk--> user--> "Current user name", respectively right click on the folder--> properties--> position--> move

8. Change the temporary folder location (%userprofile%appdatalocaltemp)

Right-click the Computer--> property--> Advanced system settings--> the Advanced tab--> the Environment Variables button-->X user environment variables

9, change the "IE temporary folder" location

Ie-->internet option--> The General tab--> the Settings button--> the Move Folder button--> Select

10, System automatic Login

Cmd--> "Control userpasswords2"--> remove "to use this computer, the user must enter a username and password" check

11. Turn off system hibernation

Cmd--> "Powercfg-h off"

12, the removal of historical records

Cmd--> "Gpedit.msc"--> open the local Group Policy Editor

(1) Computer Configuration-Administrative Templates-system-shutdown option-shutdown prevents or cancels shutdown (startup)

(2) User Configuration--> admin templates--> the Start menu and taskbar--> do not keep the recently opened history (enabled)

(3) User Configuration--> Admin template--> Start menu and taskbar--> clears the history of recently opened documents (enabled) when exiting the system

(4) User Configuration → admin template →windows component →windows Explorer → turn off recent search entry display (enabled) in the Windows Explorer search box

13. Show the day of the week in the taskbar

Control Panel → clock, language and area → area and language → Change the date, time, or number format and click the "Change sorting Method" link in the pop-up window. Next, enter the "Date" tab, add two "dddd" suffix to the short and long date format, and then click "OK" button.

14. Stop Tablet PC service

Copy the following code into Notepad to save as a bat file and run as an administrator

@echo off

sc stop Tabletinputservice

sc config Tabletinputservice start= DISABLED

echo.& Pause

15, reduce the mouse to move to the "taskbar" or "Show Desktop," The time required to preview the screen delay

Run the following code copy into Notepad to save as a reg file

Windows Registry Editor Version 5.00

[Hkey_current_usercontrol Panelmouse]

"Mousehovertime" = "100"

[Hkey_local_machinesystemcurrentcontrolsetcontrolsecurepipeserverswinreg]

"Remoteregaccess" =dword:00000001

[hkey_current_usersoftwaremicrosoftwindowscurrentversionexploreradvanced]

"Desktoplivepreviewhovertime" =dword:000000f4

16, clean up the rubbish file

Run the following code copy into Notepad to save as a bat file

@echo off

RD%windir% $HF _mig$/q/s

Dir%windir% $NtUninstall */a:d/b >%windir%newwzp.txt

for/f%%i in (%windir%newwzp.txt) do rd%WINDIR%%%I/S/q

Del%windir%newwzp.txt/f/q

del/f/s/q%systemdrive%*.tmp

del/f/s/q%SYSTEMDRIVE%*._MP

del/f/s/q%systemdrive%*.log

del/f/s/q%systemdrive%*.chk

del/f/s/q%systemdrive%*.old

del/f/s/q%systemdrive%recycled*.*

del/f/s/q%windir%*.bak

del/f/s/q%windir%prefetch*.*

RD/S/q%windir%temp MD%windir%temp

del/f/s/q "%userprofile%local settingstemporary Internet Files*.*"

del/f/s/q "%userprofile%local settingstemp*.*"

Echo Pause

Other junk files:

If office2007 is installed, removing the hidden file Msocache under the partition where the installation is located can free up about 700MB space (optional)

Delete the public video/Documents/Pictures/Music folder under System disk: User common (optional)

17, notebook battery Health view command

Run cmd as an administrator

Powercfg–energy

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.