Master solution for Win 7 installation system optimization settings (2)

  
        11, shut down the system sleep

cmd - & gt; "powercfg-hoff"

12, the removal history

cmd - & gt; "gpedit.msc" - & gt; open the "local group policy editor"

(1) computer configuration - Administrative templates - system - shutdown options - closed will prevent or cancel the shutdown (start)

(2) user configuration - & gt; Administrative templates - & gt; "start" menu and taskbar - & gt; does not preserve the history of recently opened (enabled)

(3) user configuration - & gt; Administrative templates - & gt ; "start" menu and taskbar - & gt; Clear recently opened documents on exit system history (enable)

(4) user configuration → Administrative templates → Windows components → Windows Explorer in Windows → Explorer search box Close recent search terms displayed

(enabled) 13, also shows "week"

control panel → clock, language, and region → regional and language taskbar → Change the date, time or number format and click the “Change Sort 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 tabletpc service

copy the following code into Notepad and save it as bat file and run as administrator to run

@echooff

scstopTabletInputService

scconfigTabletInputServicestart = DISABLED

echo &. pause

15, reducing the mouse to "task bar" or "show Desktop" required delay the preview screen appears

time to copy the following code stored as Notepad reg file operation

WindowsRegistryEditorVersion5.00

[HKEY_CURRENT_USERControlPanelMouse]

"MouseHoverTime" = "100 "

[HKEY_LOCAL_MacHINESYSTEMCurrentControlSetControlSecurePipeServerswinreg]

" RemoteRegAccess "= dWord: 00000001

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced]

" DesktopLivePrevIEwHoverTime "= dWord: 000000f4

16, clean up junk files

the following code stored copy run into Notepad

@echooff

RD% windir bat file to% $ hf_mig $ /Q /S

dir% windir% $ NtUninstall * /a: d /b & gt;% windir% ewwzp.txt

for /f %% iin (% windir% ewwzp.txt) dord% windir% \\ %% i /s /q

del% windir% ewwzp.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% ecycled *. *

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

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

rd /s /q% windir% empmd% windir% emp

del /f /s /q "% userprofile% localsettings emporaryinternetfiles *. *"

del /f /s /q "% userprofile% localsettings emp *. *"

echopause

other junk files:

as Install Office2007, hidden files will be installed under the partition to delete MSOCache can make about 700MB space (This is optional)

the "system disk: Users Public" "Public video /document /image under /Music "folder is deleted (this is optional)

17, laptop battery health Check command

run as administrator CMD

Powercfg-energy
Copyright © Windows knowledge All Rights Reserved