Saturday, September 13, 2008

Change The My Documents Root Directory(Target)

Several Times we do face problems with viruses . This is not a good idea to keep our necessary documents in C:\ drive as it is mostly targeted by viruses . If we change the root directory for My Documents We can keep our files and data in much safer place.
All We need to do is:-

Right click on My Documents -->Properties--> Change the target Text Field
In place of C:\ put D:\ (or whatever drive You wish)
Press OK for Create Folder and Move Option



Source:Thanks to
Amrita Das(MCA Final Year , RCM ,BBSR, Orissa )

Open the Command Prompt from the Right-Click Menu

Its an easy Trick all you need to do is copy the following code and save it with any name followed by .reg example "cmd_in_right _click.reg" use double quotes while saving and double click the ur saved registry file .. Now you can have cmd option in right click
CODE:
.............................................................


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Command Prompt"

[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Command Prompt"

[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\
{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd]
@="Command Prompt"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\
{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd\command]
@="cmd.exe /k \"cd %L\""


.............................................................

See Behind The Graphical User Inteface in Booting Windows XP

Right click My Computer, Properties, Advanced, Startup and Recovery, Edit. Edit BOOT.INI. Add "/SOS" right after "/fastdetect" with a space between. The line will look something like this:

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /SOS. When you're finished. The first part, multi(0)..... may not be the same on your machine. Upon restarting, the splash screen will be gone. It can be re-enabled by removing the new switch.

You may alternatively do the same with msconfig
Go To
Start-->run-->type msconfig-->BOOT.INI tab-->check SOS-->Restart

You can choose other options even if you wish and see diffrent ways of Windows XP startup.To Get back to default startup undo changes in msconfig.
Enjoy


Source:Thanks to
Amrita Das(MCA Final Year , RCM ,BBSR, Orissa )

Thursday, July 24, 2008

Orkut Tricks contd....

Image Roller

javascript:R=-1;DI=document.images;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(0,7,300);DIS.top=A(1.6,6,150)}setInterval('R++;B(R%DIL)',15);void(0)

From:http://www.orkut.co.in/Community.aspx?cmm=43587829
Posted By:HANCOCK
want to light ur ORKUT

1.Light Up
javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0;nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);

2.Light up

javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);javascript: pri=0; nil=["red","yellow","lime","violet","navy","blue"]; enilton=document.links;setInterval("pri++;enilton[pri % document.links.length].style.color=nil[pri % nil.length]",10);void(0);

From: http://www.orkut.co.in/Community.aspx?cmm=43587829
Posted By:μhдٱ Ł

Monday, June 16, 2008

Create one of the best folder lock.....

This is very easy n one of mah favorite trick .. Tough I knew it from very early bt u know I m postin it a little late ... So Sorry ..... anywaz Here we Go .....

All You Need to do is to copy the following code and paste it in a notepad with extension of .bat as : "Pallav.bat"
U sud write ur desired Password at where its written "type your password here" (in red in code) .... Whenever u wanna change ur password u sud open an instance of notepad and open ur "bat" file with it and change ur password and never forget to d -->all files at type of files field ..while reading ur "bat" file otherwise it wont show....

So Copy ur code ......

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" 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-08002B30309 D}"
attrib +h +s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"
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-08002B30309 D}"
ren "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Hey u may get another folder lock also read
www.computerlords.blogspot.com/2008/02/
protecting-folder-in-windows-xp.html



MULTIPLE Gtalk ACCOUNTS

We have been using gtalk very frequently these daz , My frnds in hostel find sometime it difficult to open there account due to lack of system in room .... So here I am presenting you the best way to open several gtalk instances from same computer ...then Keep Rocking
here it is:->


So I am posting a simple trick which will enable you multiple parallel login

to instant mesenger Google’s Gtalk or Gogle talk. You can log in to gtalk with

more than one google user account to gmail at a time. Each instance of gtalk which

will be opened after applying this trick will ask for a username password and in

each instance here you can enter different usernames & passowrds to login as

different users.

The Trick:-
create a shortcut to “C:\Program Files\Google\Google Talk\googletalk.exe” /nomutex

and save it in desktop by naming it to Multiple Login To Gtalk. Here we assume

that path to gtalk is C:\Program Files\Google\Google Talk\googletalk.exe. In your

case it may be different and you need to replace it with path to gtalk’s program

in your computer.

Edit Existing Google Talk Shortcut:-
Right click on existing google talk shortcut and open it’s properties. There open

the shortcut tab on the top. There in the textfield under the label “Target” the

path to google talk in your disk is written either append /nomutex to the end of

it or completely change it to
“C:\Program Files\Google\Google Talk\googletalk.exe” /nomutex and then click ok.

Now we modified the existing shortcut to make possible simultaneous multiple login

to gtalk by opening that short cut each time we want to log in.

Create A New Shortcut:-
Rightclick on desktop and click new->shortcut and then enter “C:\Program

Files\Google\Google Talk\googletalk.exe” /nomutex as location and Google multiple

as name of the shortcut and when ever you want multiple login, open this shortcut.

Please digg this if you like .

Tuesday, May 27, 2008

Shutdown your system by just one click

1. Create a shortcut by right clicking on your desktop->New->shortcut...
2. give the value as follows without the square brackets ..
[shutdown -s -t 05 -c "please wait"]
3.Just Enjoy after that...

Saturday, May 24, 2008

CHANGE YOUR PROCESSOR NAME SHOW PENTIUM 5 OR MORE

Follow these steps to show your processor name Pentium 5 or more...

1. Go to "Start".

2. Go to "Run".

3. Type regedit

4. Go to "HKEY_LOCAL_MACHINE"

5. Go to "HARDWARE"

6. Go to "DESCRIPTION"

7. Go to "System"

8. Go to "CentralProcessor"

9. Click on 0 [i.e. Zero]

On right hand side, right click on "ProcessorNameString" and then click on Modify and write whatever you want.

Monday, March 17, 2008

Create Send To option for your favorite Folder

Frnds Many times it is really very annoying to do cut & paste or copy or paste for your regular folders.For this we need a easy solution as we can directly send our data(movies, songs,or your relevant one ) in our favorite folder as we do by the right click and sending anything directly to Desktop, mail Recipient, My Documents or Pen Drive


Now the solution 4 ur problem
Step 1
Copy the Address of your desired folder from address bar for example if it is D:\Pallav copy it(its location on ur hard drive)
Step 2
goto c:\ drive
Step 3
goto Tools-->Folder Option-->View-->Hidden Files and Folders-->Hide protected operating system files(Recommended)
Step 4
Unhide Hide protected operating system files(Recommended)
#it will give warning don't worry


Step 5
goto C:\Documents and Settings\Administrator\SendTo


#In place of Administrator its your User name


Step 6
Right Click --> New--> Shortcut(As In Figure) Paste The name od ur desired folder in "Type the location of the Item" Text Field for Example D:\Pallav -->Next-->Finish


U may browse ur desired folder also.....



Step 7
Done Right click on Whatever u want to send to ur desired Folder..... (See the Picture)

DO YOU NOW THIS ABOUT WTC ATTACK ON 9/11


Do u know that ur notepad was knowing the WTC attack on 9/11 from earlier The Plane which crashed in WTC has no Q33N NOW GOTO notepad Type Q33N Increase font size 72 Change the Font to Wingdings. AND THE RESULT WILL BE AS U CAN C IN IMAGE......

Tuesday, March 11, 2008

Removing Restriction from Hidden Files, Task Manager, regedit, cmd

Friends recently some of my friends were facing problems regarding restrictions on Hidden Files, Task Manager, regedit, cmd here is the solution......

Here are some removal tips.
First type "msconfig" in run command(ctrl+R)
then check the startup there will be your amvo.exe
Just uncheck it!
Then open cmd
for each drive do
c:\>attrib -h -s autorun.inf
c:\>attrib -r autorun.inf
c:\>del autorun.inf
c:\>attrib -h -s u.bat
c:\>attrib -r u.bat
c:\>del u.bat

If you have inserted a usb thumb drive then do the above steps for it too

The amvo.exe will be in system32 i think or check in windows folder using command prompt
by typing c:\>Windows>attrib -h -s amvo.exe
Now You can see that virus file in the explorer
c:\>Windows>attrib -r amvo.exe
c:\>Windows> del amvo.exe



restart your computer!

(IF YOUR CMD IS DISABLED DOWNLOAD RRT FROM THE LINK BELOW IN GREEN)

ALSO DOWNLOAD RRT FROM THE FOLLOWING LINK

http://www.download.com/3001-2239_4-10715552.html?
spi=11a34d27b91e2382abcd8ee87dd73925

(Please Write this whole link in your Address bar)

Then check the problems you are facing and remove the problem.

Many times the above cmd commands may show you file not found dont worry do hte next steps

For RRT you may keep Auto Remove option Enabled

Friday, March 7, 2008

Block websites without any software

block webSites without any Softwares !!__________________________________________________________
Steps

1] Browse C:\WINDOWS\system32\drivers\etc
2] Find the file named "HOSTS"
3] Open it in notepad
4] Under "127.0.0.1 localhost" Add 127.0.0.2 www.orkut.com , and that site will no longer be accessable.
5] Done!

example :

127.0.0.1 localhost
127.0.0.2 www.orkut.com

- www.orkut.com is now unaccessable


For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the addy like before.

IE:
127.0.0.3 www.yahoo.com
127.0.0.4 www.msn.com
127.0.0.5 www.google.com

This also works with banner sites, just find the host name of the server with the banners and do the same thing with that addy.

Hope this small tutorial could keep you going in simple way of blocking websites

To Hide Disk Drives

Open Registry and navigate to "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\policies\Explorer". Create a new entry by clicking on edit-> new->"Dword value". Name the value as 3fffffff.
Now each drive letter has a number. The value of the key will be the sum of the drive letter numbers. Some of the numbers are :
A:=1, B:=2,C:\4,D:=8,e:=16,f:=32,g:=64,H:=128,I:=256,j:=512,k:=1024,L:=2048 and so on. ..... Now if you want to hide "C:" and "D:" , you just have to enter value as '12'(4+8). Enter as decimal value in the dword key and restart windows.
To get back your drives just delete the key called "3fffffff".

sujin.com.np

My Friend recently shared a valuable information about anew kind of VB script virus called 'sujin.com.np' virus. These days this particular virus has caused a lot of chaos in my college computer labs.
He did a extensive research on this very virus which you can easily find on his blogspot


http://www.computerethics4all.blogspot.com/


There also you will find a way to remove this virus........
But you may even try one more way which is a easier version i.e. by downloading one tool called Scanner.exe from
http://worldlink.com.np/support/download/software/Scanner.exe
(IT HAS BEEN FOUND BY GOOGLE SEARCH)

Scan your system with it , hopefully it will remove 'sujin.com.np' virus

Friday, February 29, 2008

Protecting A folder in Windows XP

Its true that microsoft named all its COM objects with a unique CLSID. This ID is responsible for any behaviorial instinct in your file system. So the trick is very simple. IF we could somehow apply this trick to change the behaviour of a folder created by you with some system defined ones, our job will be over.
To do this let us create a folder named "abc" (without quotes). Now, you need to assign something to this folder so that it could be disallowed to open... Just there is a CLSID to do that.
open notepad and write
"ren abc abc.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}" without quotes. Save the file with ".bat" extension. Let us save it as protect.bat (This is the extension of batch files) in the same location where the folder in so that it can be directly be called upon. I mean to say you need to create the batch file in the parent directory of abc. Double click on the file and your folder will be locked.
To unprotect it just change the line to this:
"ren abc.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} abc"

Protect taskbar from changes

Open Registry and navigate to "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\policies\Explorer". Now click on edit->new->DWORD-Value and create an entry with the name "LockTaskbar". Double click on it and set the value to "1". This will disable the context menu "Lock the Taskbar". To enable it, just change the value to "0" again.

PLAY WITH regedit

Well, the total thing is going very long, lets do it in short. Open registry and navigate to "HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies\explorer". Under this create a DWORD-Value and name it from the list below to impose restriction. The value of which will be 1 to restrict and 0 to remove restriction. Lets look at the following list:

NoDeletePrinter: Disables Deletion of already installed Printers
NoAddPrinter: Disables Addition of new Printers
NoRun : Disables or hides the Run Command
NoSetFolders: Removes Folders from the Settings option on Start Menu (Control Panel, Printers, Taskbar)
NoSetTaskbar: Removes Taskbar system folder from the Settings option on Start Menu
NoFind: Removes the Find Tool (Start >Find)
NoDrives: Hides and does not display any Drives in My Computer
NoNetHood: Hides or removes the Network Neighborhood icon from the desktop
NoDesktop: Hides all items including, file, folders and system folders from the Desktop
NoClose: Disables Shutdown and prevents the user from normally shutting down Windows.
NoSaveSettings: Means to say, 'Don't save settings on exit'
DisableRegistryTools: Disable Registry Editing Tools (If you disable this option, the Windows Registry Editor(regedit.exe) too will not work.). So be very careful.
NoRecentDocsHistory: Removes Recent Document system folder from the Start Menu (IE 4 and above)
NoFileMenu _ Hides the Files Menu in Explorer
NoActiveDesktop - No Active Desktop
NoActiveDesktopChanges- No changes allowed
NoInternetIcon - No Internet Explorer Icon on the Desktop
NoFavoritesMenu - Hides the Favorites menu
NoChangeStartMenu _ Disables changes to the Start Menu
NoFolderOptions _ Hides the Folder Options in the Explorer
NoLogoff - Hides the Log Off .... in the Start Menu
NoViewOnDrive – Restrict a drive to open
NoTrayContextMenu - No context menu in tray.
NoStartMenuSubFolders
NoWindowsUpdate
NoViewContextMenu
EnforceShellExtensionSecurity
LinkResolveIgnoreLinkInfo
NoDriveTypeAutoRun
NoStartBanner
NoSetActiveDesktop
NoNetConnectDisconnect
ClearRecentDocsOnExit: Clears the Recent Documents system folder on Exit.
RestrictRun - Disables all exe programs except those listed in the RestrictRun subkey
Under the same key "HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies" you can create new subkeys other than the already existing Explorer key. Now create a new key and name it System. Under this new key, system we can create the following new DWORD values(1 for enabling the particular option and 0 for disabling the particular
option):
· NODispCPL: Hides Control Panel
· NoDispBackgroundPage: Hides Background page.
· NoDispScrsavPage: Hides Screen Saver Page
· NoDispAppearancePage: Hides Appearance Page
· NoDispSettingsPage: Hides Settings Page
· NoSecCPL: Disables Password Control Panel
· NoPwdPage: Hides Password Change Page
· NoAdminPaqe: Hides Remote Administration Page
· NoProfilePage: Hides User Profiles Page
· NoDevMgrPage: Hides Device Manager Page
· NoConfigPage: Hides Hardware Profiles Page
· NoFileSysPage: Hides File System Button
· NoVirtMemPage: Hides Virtual Memory Button
Similarly, if we create a new subkey named WinOldApp, we can add the following
DWORD values under it(1 for enabling the particular option and 0 for disabling the
particular option):
Disabled: Disable MS-DOS Prompt
NoRealMode: Disable Single-Mode MS-DOS

Hidden programs in window XP

Below are the lists of some of the Hidden Programs in the Windows XP operating System. Go to start and select Run. There typing the command on right side of the list will open the application in the left side.
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 /scanboot
System File Checker Utility (Return to Default Setting)- sfc /revert
System File Checker Utility (Purge File Cache)- sfc /purgecache
System File Checker Utility (Set Cache Size to size x)-sfc/cachesize=x
System Information- msinfo32
System Properties - sysdm.cpl
Task Manager - taskmgr
TCP Tester - tcptest
Telnet Client - telnet
Tweak UI (if installed) - tweakui
User Account Management- nusrmgr.cpl
Utility Manager - utilman
Windows Address Book - wab
Windows Address Book Import Utility - wabmig
Windows Backup Utility (if installed)- ntbackup
Windows Explorer - explorer
Windows Firewall- firewall.cpl
Windows Magnifier- magnify
Windows Management Infrastructure - wmimgmt.msc
Windows Media Player - wmplayer
Windows Messenger - msmsgs
Windows Picture Import Wizard (need camera connected)- wiaacmgr
Windows System Security Tool - syskey
Windows Update Launches - wupdmgr
Windows Version (to show which version of windows)- winver
Windows XP Tour Wizard - tourstart
Wordpad - write
Password Properties - password.cpl
Performance Monitor - perfmon.msc
Phone and Modem Options - telephon.cpl
Phone Dialer - dialer
Pinball Game - pinball
Power Configuration - powercfg.cpl
Printers and Faxes - control printers
Printers Folder - printers
Private Character Editor - eudcedit
Quicktime (If Installed)- QuickTime.cpl
Quicktime Player (if installed)- quicktimeplayer
Real Player (if installed)- realplay
Regional Settings - intl.cpl
Registry Editor - regedit
Registry Editor - regedit32
Remote Access Phonebook - rasphone
Remote Desktop - mstsc
Removable Storage - ntmsmgr.msc
Removable Storage Operator Requests - ntmsoprq.msc
Resultant Set of Policy (XP Prof) - rsop.msc
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
Malicious Software Removal Tool - mrt
Microsoft Access (if installed) - access.cpl
Microsoft Chat - winchat
Microsoft Excel (if installed) - excel
Microsoft Frontpage (if installed)- frontpg
Microsoft Movie Maker - moviemk
Microsoft Paint - mspaint
Microsoft Powerpoint (if installed)- powerpnt
Microsoft Word (if installed)- winword
Microsoft Syncronization Tool - mobsync
Minesweeper Game - winmine
Mouse Properties - control mouse
Mouse Properties - main.cpl
Nero (if installed)- nero
Netmeeting - conf
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
Outlook Express - msimn
Paint - pbrush
IP Configuration (Display Connection Configuration) - ipconfi/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(RefreshesDHCP&Re-RegistersDNS)-ipconfig/registerdns
IP Configuration (Display DHCP Class ID)- ipconfig/showclassid
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.....
Accessibility Controls - access.cpl
Accessibility Wizard - accwiz
Add Hardware - Wizardhdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools control - admintools
Adobe Acrobat (if installed) - acrobat
Adobe Designer (if installed)- acrodist
Adobe Distiller (if installed)- acrodist
Adobe ImageReady (if installed)- imageready
Adobe Photoshop (if installed)- photoshop
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
Control Panel - control
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
Files and Settings Transfer Tool- migwiz
File Signature Verification Tool- sigverif
Findfast- findfast.cpl
Firefox (if installed)- firefox
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
Help and Support- helpctr
HyperTerminal- hypertrm
Iexpress Wizard- iexpress
Indexing Service- ciadv.msc
Internet Connection Wizard- icwconn1
Internet Explorer- iexplore
Internet Properties- inetcpl.cpl
Internet Setup Wizard- inetwiz

Changing the Boot Screen of Windows XP

Well, To change the boot screen, you first need to download appropriate boot screen from the personal website. There are lots of bootscreen in different websites like themexp.org. First download those files from there. The names of all the files will be like ntskrnl.exe. Just backup the original file from your windows/system32 directory. And just paste it there. Or you can rename the new file just downloaded to another name, say abc.exe. and paste it to the windows/system32 directory. If the file name is changed, you need to add an entry to the boot.ini file. Just open my computer and type c:\boot.ini in the address bar. you will be given with a text editor. just in the last line paste like the following..
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn /KERNEL=abc.exe

Create a undeletable Folder in XP

Well, Try to create a folder in windows platform with the name CON, AUX, COM1, COM2, COM3, COM4, LPT1, LPT2, LPT3, PRN, NUL....

You cant able to do it...
Its just because of some system calls of this services already been there for those names. So If you try to create or delete those system calls, It will restrict you in doing them... But I have a solution to this..
Try the following steps.. :

STEP1: goto command prompt

STEP2: type in prompt c:\> "md \\.\c:\con"

STEP3: verify by typing "dir \\.\c:\con"

STEP4: delete the file or folder "rd \\.\c:\con"
Now you can see a folder named con in your c drive... Give replies...