Want to show your name in the System Clock of the Taskbar of your system like this..
This is useless but intresting.Remember one thing,this may trouble some applications of your system,specially those applications which reply on PM/AM markers.
Still you want to show your name in the system clock then follow these steps: (1) Go to control panel and open the Regional and Language Option and then click on Customize Tab.
If you want to disable access to the control panel of your system in windows xp and vista then you can do that by following these steps: (1) Go to Start->Run, type "gpedit.msc" and press enter.Group Policy will open. (2) In Group Policy,go to User Configuration->Administrative Templates->Control Panel. (3) In Control Panel, on right side,double click on "Prohibit access to the control panel" and disable the Control Panel. After disabling the Control Panel, if you will try to access the control Panel, you will get the following message..
In default settings, on shutdown menu, you always see the standby,turn off and restart options.To see the hibernate option in shutdown menu, you have to just press shift key in the shutdown menu and standby option will be replaced by hibernate.To get back the standby option, just release the shift key.
This is very useful trick to access your folder quickly by adding a new drive in "My Computer".The new drive in My Computer points to your required folder.DOS command SUBST is used to create virtual drive. SUBST [drive1: [drive2:]path] SUBST drive1: /D drive1:It is virtual drive to which you want to assign a path. [drive2:]It is a physical drive and path you want to assign to a virtual drive. /D Deletes a substituted (virtual) drive.
for example;I am considering the folder "atif" in my drive F.So, the path of this folder is F:\atif. For making a virtual drive in My computer,follow these steps: (1) Open command prompt and type “subst X: F:\atif” and press enter.You will see the new virtual drive X in My computer.
(2) To remove this virtual drive ,go to command prompt, type "subst X: /D" and press enter.