Windows XP common sense (useful and frequently used)

Source: Internet
Author: User

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

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.