Hex codes
{20D04FE0-3AEA-1069-A2D8-08002B30309D} - Explorer
{0DF44EAA-FF21-4412-828E-260A8728E7F1} - Start menu properties
{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF} - Folder Options
{7007ACC7-3202-11D1-AAD2-00805FC1270E} - Network Connections
{D20EA4E1-3957-11d2-A40B-0C5020524152} - Fonts Folder
{D6277990-4C6A-11CF-8D87-00AA0060F5BF} - Shedule tasks
{E211B736-43FD-11D1-9EFB-0000F8757FCD} - Scanners & camera
{645FF040-5081-101B-9F08-00AA002F954E} - Recycle bin
{2227A280-3AEA-1069-A2DE-08002B30309D} - Printers Folder
{20D04FE0-3AEA-1069-A2D8-08002B30309D} - My Computer
{7007ACC7-3202-11D1-AAD2-00805FC1270E} - Network Neighbourhood
{D20EA4E1-3957-11d2-A40B-0C5020524153} - Administration Tools
{BDEADF00-C265-11D0-BCED-00A0C90AB50F} - Web Folders
{450D8FBA-AD25-11D0-98A8-0800361B1103} - My Documents
{208D2C60-3AEA-1069-A2D7-08002B30309D} - Network Favorites
{871C5380-42A0-1069-A2EA-08002B30309D} - Default Navigator
{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA} - Computer search results folder
{E17D4FC0-5564-11D1-83F2-00A0C90DC849} - Network Search Results computer
{2227A280-3AEA-1069-A2DE-08002B30309D} - Printers and telecopiers
Usefull dos commands
Scanners and Cameras - sticpl.cpl
Scheduled Tasks - control schedtasks
Security Center - wscui.cpl
Services - services.msc
Shared Folders - fsmgmt.msc
Shuts Down Windows - shutdown
Sounds and Audio - mmsys.cpl
Spider Solitare Card Game - spider
SQL Client Configuration - cliconfg
System Configuration Editor - sysedit
System Configuration Utility - msconfig
System File Checker Utility (Scan Immediately) - sfc /scannow
System File Checker Utility (Scan Once At Next Boot) - sfc /scanonce
System File Checker Utility (Scan On Every Boot) - sfc /scanbo
Useful RUN commands - II
IP Configuration (Modifies DHCP Class ID) - ipconfig /setclassid
Java Control Panel (If Installed) - jpicpl32.cpl
Java Control Panel (If Installed) - javaws
Keyboard Properties - control keyboard
Local Security Settings - secpol.msc
Local Users and Groups - lusrmgr.msc
Logs You Out Of Windows - logoff
Microsoft Chat - winchat
Minesweeper Game - winmine
Mouse Properties - control mouse
Mouse Properties - main.cpl
Network Connections - control netconnections
Network Connections - ncpa.cpl
Network Setup Wizard - netsetup.cpl
Notepad - notepad
Nview Desktop Manager (If Installed) - nvtuicpl.cpl
Object Packager - packager
ODBC Data Source Administrator - odbccp32.cpl
On Screen Keyboard - osk
Opens AC3 Filter (If Installed) - ac3filter.cpl
Password Properties - password.cpl
Performance Monitor - perfmon.msc
Performance Monitor - perfmon
Phone and Modem Options - telephon.cpl
Power Configuration - powercfg.cpl
Printers and Faxes - control printers
Printers Folder - printers
Private Character Editor - eudcedit
Quicktime (If Installed) - QuickTime.cpl
Regional Settings - intl.cpl
Registry Editor - regedit
Registry Editor - regedit32
Remote Desktop - mstsc
Removable Storage - ntmsmgr.msc
Removable Storage Operator Requests - ntmsoprq.msc
Resultant Set of Policy (XP Prof) - rsop.msc
RUN COMMANDS ! ! ! ! ! ! ! !! !
Useful RUN Commands
To Access?. - Run Command
Accessibility Controls - access.cpl
Add Hardware Wizard - hdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools - control admintools
Automatic Updates - wuaucpl.cpl
Bluetooth Transfer Wizard - fsquirt
Calculator - calc
Certificate Manager - certmgr.msc
Character Map - charmap
Check Disk Utility - chkdsk
Clipboard Viewer - clipbrd
Command Prompt - cmd
Component Services - dcomcnfg
Computer Management - compmgmt.msc
Date and Time Properties - timedate.cpl
DDE Shares - ddeshare
Device Manager - devmgmt.msc
Direct X Control Panel (If Installed)* - directx.cpl
Direct X Troubleshooter - dxdiag
Disk Cleanup Utility - cleanmgr
Disk Defragment - dfrg.msc
Disk Management - diskmgmt.msc
Disk Partition Manager - diskpart
Display Properties - control desktop
Display Properties - desk.cpl
Display Properties (w/Appearance Tab Preselected) - control color
Dr. Watson System Troubleshooting Utility - drwtsn32
Driver Verifier Utility - verifier
Event Viewer - eventvwr.msc
File Signature Verification Tool - sigverif
Findfast - findfast.cpl
Folders Properties - control folders
Fonts - control fonts
Fonts Folder - fonts
Free Cell Card Game - freecell
Game Controllers - joy.cpl
Group Policy Editor (XP Prof) - gpedit.msc
Hearts Card Game - mshearts
Useful Run Commands - II
Iexpress Wizard - iexpress
Indexing Service - ciadv.msc
Internet Properties - inetcpl.cpl
IP Configuration (Display Connection Configuration) - ipconfig /all
IP Configuration (Display DNS Cache Contents) - ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents) - ipconfig /flushdns
IP Configuration (Release All Connections) - ipconfig /release
IP Configuration (Renew All Connections) - ipconfig /renew
IP Configuration (Refreshes DHCP & Re - Registers DNS) -
ipconfig /registerdns
IP Configuration (Display DHCP Class ID) - ipconfig /showclassid
IP Configuration (Modifies DHCP Class ID)
Folderlock in Xp without any software
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto
UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p “pass=>”
if NOT %pass%== type your password here goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
__________________________________________________________
2.In the code *type your password here* enter desire password there.
i.e acb
3. Save this code as MYFolder.bat
4.Now double click the MYFolder.bat its automatically create a New
Folder.
5. Put your data in the New Folder and again double click on the
MYFolder.bat
6. Its ask for the lock of folder, yes/no it.
7.For opening it Again click MYFolder.bat and give your password.
Ashraf Shaikh
Softwares
1. ADOBE READER 9.1.3
2. ADOBE FLASH PLAYER 10.0
3. 100 TIME FAST COPY SPEED TeraCopy
4. VISTA OFF ICE 2008(size only 5MB)
5. REMOVE ANY WATERMARK teorex.inpaint.v1.0_dgn_rulz.rar
6. OFFICE 2007 (size only 4MB)
7. AAALOGO 2009
8. TEAM VIEWERS
9. WINDOWS MEDIA PLAYER 12
10. SYMANTEC ANTIVIRUS CORPORATE EDITION
11. DOBE READER 9.1.3
Method 1: Microsoft Internet Explorer 6.x Repair for Windows XP
- From the Start menu, select Run.
- In the Open field, type sfc /scannow (Note: There is a space between sfc and /scannow)
- Select the OK button.
- Follow the prompts throughout the System File Checker process.
- Reboot the computer when System File Checker completes.
Method 2: Microsoft Internet Explorer 6.x Repair for Windows XP
- From the Start menu, select Search, select All Files and Folders.
- Select More Advanced Options and place a checkmark beside Search Hidden Files and Folders option.
- Ensure that Search System Folders and Search Subfolders are also checked.
- In the All or Part of the File Name box, type ie.inf
- In the Look In drop-down menu, select C: or the letter of the hard drive that contains the Windows folder.
- Click the Search button.
- In the search results pane, find the ie.inf file located in Windows\Inf folder.
- Right click the ie.inf file and click Install on the context menu.
- Reboot the computer when the file copy process is complete.
About Me
- Ashraf Shaikh "INDIA"
- Crazy to work as my interest and create a unique thing in the field