Computer Tricks

Here i am giving you some essential,useful,and interesting computer tricks to learn more about computer. All the people don't about this tricks.So learn my tricks and become genius.


 Computer Trick1 :-

Delete the "Password" set for "administrator":
  • Remove the hard disk of the computer or to connect them.
  • set it to another computer as a "secondary bootable device."
  • Log in to your Windows.
  • Go to "Windows" then find "System32"and then go to "config".
  • Delete the file  "sam.exe" and "sam.log."
  • Now turn off the computer and remove the drive  only.
  • Set the hard disk of the other computer and then log in.
(Note: This trick only works if the hard drive in FAT format.)

Computer Trick  2 :-

To see all the cards in the windows in built  game "Hearts" , you must edit the registry very carefully:
  • Go to the "Registry Editor" ( click "Start" go to Run" then type "regedit" and press Enter button).
  • Go carefully, step by step in the left pane as follows:"HKEY_CURRENT_USER" → "Software" → "Microsoft" → "Windows" → "Current Version" → "Applets" → "Hearts".
  • Right click in the right side or panel -->"New String Value" and   rename as "ZB"
  • Open the "ZB". Enter "42". Close  Registry Editor.
  • If you want to see all the cards in the hearts, press [Ctrl] + [Alt] + [Shift] + [F12].
Computer Trick  3 :-

How to create folder without name:

  • Right-click the folder if you want to see without name.   
  • Click  on "Rename."
  • Hold down the [Alt] key and press 0160  on the numeric keypad on the right side of the keyboard. (Do not use the figures of the numbers on the character keys)   
  • Then Press the Enter button. The folder is created without a name.
  • To create a folder without name in the same directory, then select a different folder and rename it as you do in step , and  repeat these step.

Computer Trick  4 :-

To block a site without any software  or FireFox filters. just follow my guideline

  • Go to C: Windows--> System32 --> driversetc.
  • The "hosts" file with no extension can be found.
  • Open it with the Notepad.
  • Getting Started with the bottom of the page. And search the line "127.0.0.1 localhost".
  • Add next line next to that line "127.0.0.1 http://www.xyz.com/localhost". Where xyz is the site you want to block.
  • Now open the site in Internet browser and check it.

Computer Trick  5 :-

To lock folder without software:
 
  • Just write the codes below:
 ........................................................................................................................
  cls
  @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%== PASSWORD 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 
.........................................................................................................................
  • Insert the above code into the notepad editor and change the word "password" (in the line, if not %pass% == password goto FAIL) give your password to set the password.
  • Save the file with this name XYZ.bat. where XYZ is any arbitrary name choosed by you.
  • A batch file is immediately created where you saved XYZ.bat file.
  • A new folder named "Locker" is created . This is created when you double click the  XYZ.bat file.
  • Add files or folders to the folder you just created to lock your file.
  • Again, double-click  on the  XYZ.bat.
  • Type "Y" or "Y".
  • The locker is closed and hidden.
  • To open it, double-click XYZ.bat and enter the password in the window that appeared. 
   I hope you like my post.If you like my post comment here and come again.

    Share/Bookmark

    No comments:

    Post a Comment

    Related Posts Plugin for WordPress, Blogger...