System optimization setting method after Win 7 installation

  
1. Manually perform the following operations:
Control Panel>Operation Center>Change Operation Center Settings: Remove all selected options and close the following Customer Experience Improvement Program [I only closed the User Experience Program]
Control Panel>Programs and Features> "Open or Close Windows Features" on the left side::
Off “Remote Differential Compression<quo;
Close<;tablet pc components>(with touch screen/painting The user of the board does not execute)
Close "games" (users who need to play windows built-in games do not execute)
Close "Print and file services" (users who need to use the printer do not execute)
Control Panel > Sound > "Communication" tab: Check to do nothing.
Control Panel>Mouse><;Pointer Options> Tab: Cancel “ Improve Pointer Accuracy” Check
Control Panel> AutoPlay: "Use the AutoPlay for all media and devices" checkbox to cancel
Computer Properties> Remote Setup: Turn off Remote Assistance
Computer Properties > Advanced System Settings > Set (Performance) > Advanced Tab > Change (Virtual Memory): Custom Size, only after pressing the "Settings" button 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) into the control panel> Management Tools > Service: Disable superfetch service] (The maximum and minimum virtual memory settings are the same. In addition, if the virtual memory is small, you can adjust it according to your personal situation.)
All resources are used when the system starts: Run-- >msconfig-->boot-->Advanced-->Check CUP and Memory Tab
2, Fully and thoroughly understand the activation status of Windows 7
Command 1: slmgr.vbs -dli
Features: operating system version, partial product key, license status.
Command 2: slmgr.vbs -dlv
Function: The most detailed activation information, including: activation ID, installation ID, activation expiration date? ------- Display: Display operating system version.
Command three: slmgr.vbs -xpr [Recommended]
Function: Is it completely activated?
Command four: winver
Function: Display operating system version. .
3, by closing the special effects, effectively improve the speed of windows7
right click on my computer --> properties --> advanced system settings --> performance --> settings --> Visual effects
Leave five items "smooth screen font edges", "enable transparent glass","enable desktop combinations"," enable visual styles in windows and buttons", "on the desktop On the icon label, use the shadow ", the rest of the hook is taken, you can immediately feel a lot faster, and almost no change in the visual sense.
In addition, you can also check the "Show thumbnails, instead of displaying icons",
4, it is said that the file opening speed can be increased by 10 times
Control Panel-->Hardware and Sound-- >Display [Show or Reduce Text and Other Items]-->Set Custom Text Size (DPI)
Remove “Use Windows XP Style DPI Scaling> [Follow the prompt, log out of the computer]
5, easy access
control panel -> easy access -> easy access center -> make the computer easy to view -> check "ld" Unnecessary animation (if possible) & rdquo;
6, change the "Windows Explorer" default open folder
start parameter command format: %SystemRoot%explorer.exe /e, < Object>/root, /select,
start-->all programs-->accessories-->Windows Explorer-->right-click-->properties-- >“Shortcuts tab-->target
edited to “%windir%explorer.exe /e, D:Downloads”, OK.
Then right click on "Windows Explorer" -> Go to the taskbar
7, modify “ My Documents & rdquo;, & ldquo; Desktop & rdquo;, & ldquo; Favorites & rdquo;, & ldquo My music & rdquo;, “My Videos”, “My Pictures”,“Download”The default location of the folder
Method 1: CMD-->regedit, modify“ [HKEY_CURRENT_USERSoftwareMicrosoftWindows CurrentVersionExplorerUser Shell Folders]”
Method 2: System Disk-->User-->“ Current User Name”, right-click the above folder--> Properties-->Location- -> Mobile
8. Change the temporary folder location (%USERPROFILE%AppDataLocalTemp)
Right-click <;Computer”--> Properties--> Advanced System Settings-->“Advanced&rdquo ; tab-->“environment variable> button-->X user environment variable
9, change“IE temporary folder”location
IE-->Internet option--> ;“General” Tab-->“Settings Buttons-->“Mobile Folders” Button-->Select
10, System automatic login
cmd-->“control userpasswords2”-->Remove<quo;To use this machine, user must enter username and password>
11. Turn off system hibernation
cmd-->“powercfg -h off&12, remove history
cmd-->“gpedit.msc”-->Open “Local Group Policy Editor 
(1) Computer Configuration - Administrative Templates - System - Shutdown Options - Shutdown will block or cancel shutdown (boot)
(2) User Configuration -> Administrative Templates - ->"Start"Menu and Taskbar-->Do not keep recently opened history (enabled)
(3)User Configuration-->Administrative Template-->"Start"Menu and Taskbar-->Clear the history of recently opened documents when exiting the system (enabled)
(4)User Configuration →Administrative Templates→Windows Components→Windows Explorer →Search Box in Windows Explorer Turn off the display of recent search entries (enabled)
13, and display the <quo;days';
control panel →clock, language, and region &rar r; region and language → change the date, time or number format, click on the "Change Sorting Method" link in the pop-up window. Next, go to the “Date” tab, add two “dddd” suffixes after the long and short date format, and finally click the “OK” button.
14, stop the tablet pc service
copy the following code to Notepad as a bat file and run as administrator
@echo off
sc stop TabletInputService
sc config TabletInputService start = DISABLED
echo.& pause
15, reduce the mouse to move to "taskbar" or "display desktop" delay time required to display the preview image
copy the following code to the note Run as reg file in this 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 junk files
copy the following code to notepad and save it as bat file
@echo off
RD %windir%$hf_mig$ /Q /S
dir %windir%$NtUninstall* /a:d /b >%windir%newwzp.txt
for /f %%i in (%win Dir%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, it will be installed under the partition The hidden file MSOCache delete can free up about 700MB space (this item is optional)
will be deleted by the system disk: user public & rdquo; public video /document /picture /music & rdquo; folder (this item Optional)
17, Laptop Battery Health View Command
Run CMD as Administrator
Powercfg –energy

Copyright © Windows knowledge All Rights Reserved