Showing posts with label Other stuff. Show all posts
Showing posts with label Other stuff. Show all posts

Sunday, 29 January 2012

TRICK TO SHOW UR NAME AFTER TIME IN TASKBAR

TRICK TO SHOW UR NAME AFTER TIME IN TASKBAR

Just follow the steps as given below :- 

1. Go to Start-> Control Panel.

2. In Control panel, click on “Region & Language” option.

3. Click on Customize and go to TIME tab.

4. Change AM & PM symbols to your NAME or whatever text you want it to show.

5. Click Apply and then Ok.

HIDE HARD DRIVE PARTITION

HIDE HARD DRIVE PARTITION







This trick is for all those people who want to hide tons of data into their box. So here it is, if you have very important data in your hard drive placed in some partition which you do not want anybody to access then this trick is only for you! 

1) Go to Start > Run > type "diskpart".
A DOS window will appear with following description.




DISKPART>

2) Then type "list volume"
The result will look something like one as shown below-

3) Suppose you want to hide drive E then type  "select volume 4"
Then a message will appear in same window { Volume 4 is the selected volume}

4) Now type "remove letter E"
Now a message will come { Diskpart Removed the Drive letter }




NOTE:
To access the content of hidden Drive repeat the process mentioned above. But in 4th step replace " remove" by "assign".
It means type "assign letter E".

ANOTHER METHOD:

Go to Start > Run > type "gpedit.msc">user configuration>administrative templates>windows components>windows explorer

Now double click on “Hide these specified drives in My Computer” modify it accordingly then just below you will find another option “Prevent access to drives from My Computer”, double click on this option and modify it accordingly.

To make it visible again select "disable" by double clicking on the “Hide these specified drives in My Computer” option.

REMOVE RECYCLE BIN FROM DESKTOP.

REMOVE RECYCLE BIN FROM DESKTOP.

Here is a simple trick for you that will  remove the Recycle bin icon from desktop.
Just follow the steps as given below :- 

Go to- Start->run->gpedit.msc-> user configuration ->administrative template ->desktop->
Remove recycle bin from desktop->double click->change it not configured to enable->apply and ok.

Now your recycle bin icon is gone from desktop.

NOTE:
-To make it visible again select "not configured" by double clicking on the “ Remove recycle bin from desktop ” option.
-After every setting make sure to run gpupdate.exe command.
..............................................................................................................

REGEDIT KEYBOARD SHORTCUTS.

REGEDIT KEYBOARD SHORTCUTS.

 SEARCHING:
 "Ctrl+F" - Opens the Find dialog box.
 "F3" - Repeats the last search.

 BROWSING:
 "Keypad +" - Expands the selected branch.
 "Keypad -" - Collapses the selected branch.
 "Keypad *" - Expands all the selected branch's sub keys.
 "Up Arrow" - Selects the previous key.
 "Down Arrow" - Selects the next key.
 "Left Arrow" - Collapses the selected branch if it's not collapsed; otherwise, selects the parent key.
 "Right Arrow" - Expands the selected branch if it's not already expanded; otherwise, selects the key's first sub key.
 "Home" - Selects My Computer.
 "End" - Selects the last key that's visible in the key pane.
 "Page Up" - Moves up one page in the key pane.
 "Page Down" - Moves down one page in the key pane.
 "Tab" - Moves between the key and value panes.
 "F6" - Moves between the key and value panes.

OTHERS:
 "Delete" - Deletes the select branch or value.
 "F1" - Opens Regedit's Help.
 "F2" - Renames the selected key or value.
 "F5" - Refreshes the key and value panes.
 "F10" - Opens Regedit's menu bar.
 "Shift+F10" - Opens the shortcut menu for the selected key or value.
 "Alt+F4" - Closes Regedit.
.............................................................................................................................. 


MOVE THE MOUSE CURSOR WITH KEYBOARD.

Here is a simple trick for you that will move the mouse cursor through keyboard.
Just follow the steps as given below :-  
1.Click Start, Settings, Control Panel.
2.Within the Control Panel open Accessibility Options or Ease of Access
3.Click the Mouse tab.
4.Check the "Use Mouse Keys" check box.
5.If you wish to increase the speed or change any other settings, click on the Settings button.
6.Click Apply and then close out of the box.

After performing the above steps you will be able to used the numeric keypad as a mouse moving up, down, left, right, and all the diagonals. In addition, you may also use the center "5" key as a left click. 

Note: You must have the Number lock on for this feature to work by default. This can be changed through the settings.
...................................................................................................

ENABLE REGISTRY EDITOR DISABLED BY ADMIN.


ENABLE REGISTRY EDITOR DISABLED BY ADMIN.

Here is a simple trick for you that will enable the registry editor disabled by admin.
Just follow the steps as given below :- 

1. Open Notepad and copy below codes.

REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
 "DisableRegistryTools"=dword:00000000
 
 2. Now save the file as anything.reg 
 3. Double click the save file.
 4. Done !!

SECURE YOUR WINDOWS WITH SYSKEY


   SECURE YOUR WINDOWS WITH SYSKEY



Microsoft uses a file called sam to store the sam data on windows NT
SAM(SECURITY ACCOUNT MANAGER)-It stores the hases of password.
Protect your sam file use syskey.
To enable syskey in windows go to run
Type syskey
sam lock tool will open


click on update
a dialog box will open named startup key
click on radio button password startup
enter password and click ok.
now next time u start your computer it will ask for password.

TRICK TO CHANGE FOLDER BACKGROUND


TRICK TO CHANGE FOLDER BACKGROUND

1. Open Command Prompt and set folder attribute to "system". Suppose there is a folder "Sunny" in "E:\" drive, in which you want to set a wallpaper as background image.
TYPE.:  attrib +s E:\Sunny

2. Now open Notepad and paste following code:

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=D:\Wallpaper\Image1.jpg
IconArea_Text=0x00000000

Now change "path_of_the_wallpaper" to the exact path of the wallpaper which you want to set as background. Suppose the wallpaper is stored in "D:\Wallpaper\Image1.jpg".

3. Now save the file with name "Desktop.ini" (including quotes) and copy the file in the desired folder which is "Sunny" in our example.
4. Thats it. Close the folder and re-open it. Now it should show the wallpaper as background.

IconArea_Text
Black - 0x00000000
White - 0x00FFFFFF
Green - 0x0000FF00
Blue - 0x00FF0000
Purple - 0x00C000C0
Red - 0x000000FF
Yellow - 0x0000FFFF
Indigo - 0x00FFFF00