Use of Logo Jian:
Commonly used:
Logo Jian: Open the Start Menu
Logo Jian + R: Open the run dialog box
Logo Jian + D: minimize or restore all forms
Logo Jian + F: starts the file search engine
Logo Jian + L: locked workstation
Logo Jian + F1: Start the Help and Support Center
Logo Jian + E: Start Resource Manager
Magic folder description:
It is not easy to open or delete. You can save important information such as your password. This file cannot be deleted even if it cannot be opened.
Create a magic folder named Md ../
Open the awesome folder and enter the drive letter:/file name ../
Delete the magic folder RD //? /Drive letter:/file name ./
Hard drive and background
Create a text file and enter the following content:
[Extshellfolderviews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes = 1
Iconarea_image = image path
[. Shellclassinfo]
Confirmfileop = 0
Attachment = 27797]
We name it desktop. ini in ini format.
Automatic Cleaning of system garbage:
Enter the following code into a text file and change the extension to. bat.
@ Echo off
ECHO is clearing the System junk file. Please wait .........
Del/f/S/Q % systemdrive %/*. tmp
Del/f/S/Q % systemdrive %/*. _ MP
Del/f/S/Q % systemdrive %/*. Log
Del/f/S/Q % systemdrive %/*. GID
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/Q % USERPROFILE %/cookies S /*.*
Del/f/Q % USERPROFILE %/recent /*.*
Del/f/S/Q "% USERPROFILE %/Local Settings/Temporary Internet Files /*.*"
Del/f/S/Q "% USERPROFILE %/Local Settings/temp /*.*"
Del/f/S/Q "% USERPROFILE %/recent /*.*"
SFC/purgecache 'clear useless files on the system disk
Defrag % systemdrive %-B 'optimized pre-read information
Echo Cleaning System LJ complete!
Echo. & pause
163 automatic mailbox login:
@ Echo off
Set "Var = Account yours"
Set "num = password"
Start "163 logging on via email" "http: reg.163.com/logins.jsp?
Username = % var % & Password = % num %
& Url = http://fm163..163.com/coremail/fcg/ntesdoor2"
Put the above code into a. BAT file