Tuesday, March 25, 2008

How To Make Password On Your Folder

this tutorial will talk to you to protect your folder that contain any data with pssword.. this is the way ...... 1. Right Click on the side of folder, choose "Costumize this folder", choose "create HTML Document for this folder" 2. You'll go to notepad, and search this script -> after that press Enter to insert row after string. Now Insert This command. Var pass = prompt("Enter your password") if(pass != "your Password") {window.location = "C="} Note : Write your password 3. Save Your Document 4. Refresh or press F5 to refresh 5. Finish

Read More..

Tuesday, March 18, 2008

How To Make Task Manager on Your Windows Not Active

now, we will learn about task manager, how to make task manager not active?????? follow this step 1. Click start menu -> run -> Write regedit -> Ok 2. Find This Key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\ Value Name : Disabletaskmgr Value type : Dword Value Value Data : 0; to activate ; 1 : to make not active

Read More..

Sunday, March 16, 2008

How To Cancel desktop Change

If you want to cancel all of change from your desktop computer, but still in active desktop, we can use the registry editor 1.Open the registry editor by click on start menu -> Run -> write regedit -> OK 2.Find This Key key 1 : HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Value type : DWORD Value Value Name : NoActiveDesktopChange Valu Data : 1;to cancel all of the making of desktop ; 0;to allow all of making of desktop key 2 : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Value Type : DWORD Value Value Name : NoActiveDesktopChange Valu Data : 1;to cancel all of the making of desktop ; 0;to allow all of making of desktop

Read More..

Wednesday, March 12, 2008

Tutorial : How To Make "Autorun CD-ROOM" not Active

When You Insert CD ROM, the content of CD Will be open automatically, now, we want to learn how to make Autorun CD ROM Not Active... Follow This Step : 1. Open The Registry Editor by Click on Start Menu -> Run -> write Regedit -> OK 2. Find This Key : Key 1 : HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\explorer Value Type : Binary Value Value Name : NoDriveTypeAutoRun Value Data : 0000 95 00 00 00 Key 2 : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\explorer Value Type : Binary Value Value Name : NoDriveTypeAutoRun Value Data : 0000 95 00 00 00 http://www.indonesiaindonesia.com/f/30007-regitri-editor-trik/

Read More..

Sunday, March 2, 2008

How To protect Your Password

If you want to protect Your computer from a stranger, you might bee use windows password, Now, how to make your password can't be chang by stranger ? follow this step:

  • Open the registry editor, (click start menu -> Run -> Typr Regedit -> click OK)
  • Find This Key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System Value type : DWORD Value Value Name : NoSecCPL Value Data : 1
  • Now try to change your password(/span>

Read More..