Want to hack Windows XP login password ::
 
 so what if u don't know the    password of your admin and still want to hack and change .. yea u can do it    ..in a very easy manner.. check this. just follow the steps.. this doesn't    require u to know the admin password but still u can change it..
 
  Start >> Run >> [type]cmd // this will open your command prompt
  [type] net(space)user(press enter)
  [type] net(space)user(space)[windowsloginid](sp ace)*(press enter)
 
  // for e.g. : net user Shaswat *(press enter)
 
  [type] new password (press enter) and retype it (press enter).. it will show u    confirmation... // caution it wont show u the password u type.. but it still    types.. the blinking pointer will b there at the same place.. but it still    works..
  // for e.g. : password changed successfully.
 
 
  well.. this is so easy and can b done within seconds.. anyways enjoy
Locking your files in windows ::
to secure ur folders u don't need any s/w in windows Xp and win 2000.Just follow  the trick.
1) create a folder in any drive (here D:/)
abc --> (ur files)
2)here in "D:/" create two batch files "lock.bat", "unlock.bat". write the  following code in it.
In lock.bat
ren abc abc.{0000031D-0000-0000-C000-00000000004 6}
In unlock.bat
ren abc.{0000031D-0000-0000-C000-00000000004 6} abc
4) place ur personal files inside it. And now press lock.bat in D:, now try  opening it. Bingo i think u got it. To unlock click unlock.bat.
** u can change "abc" to ur folder name (say personal..).
u can other keys to rename like,
{48F45200-91E6-11CE-8A4F-0080C81A28D4}
{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}
I found some trouble in some systems. This technique is not working there. So  there is another way to secure folder contents.
Here use the following keys instead of given above.
{20D04FE0-3AEA-1069-A2D8-08002B30309D} - Turned to Explorer
{0DF44EAA-FF21-4412-828E-260A8728E7F1} - turned to start menu properties
{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF} - Turned to Folder Options
{7007ACC7-3202-11D1-AAD2-00805FC1270E} - Turned to Network Connections
{D20EA4E1-3957-11d2-A40B-0C5020524152} - Turned to Fonts Folder
{D6277990-4C6A-11CF-8D87-00AA0060F5BF} - Turned to Schedule tasks
{E211B736-43FD-11D1-9EFB-0000F8757FCD} - Turned to Scanners & camera
{645FF040-5081-101B-9F08-00AA002F954E} - Turned to Recycle bin
{2227A280-3AEA-1069-A2DE-08002B30309D} - Turned to Printers Folder
I actually use this technique for my programming things to open specified  folders. But i found it is possible to secure our personal files using this  technique.
So enjoy.
Don't ask me hw to write batch files...
To Experts
Well by using this method 1 can lock files in folder, but those can be deleted.  Is there any way to secure even form deleting. I am working on it but never  succeeded. 
Preventing Windows From Shutting Down ::
Hey dis is a cool trick u can play on ur friends
u can prevent people from shutting down their computer
jus go to Run --> type regedit.exe
Scroll Down to this path -
HKEY_CURRENT_USER\Software\Microsoft\Win dows\CurrentVersion\Policies\Explorer
create a new dword value named NoClose by clicking on Edit --> New --> Dword  Value
Set its Value Data to 1 to disable the shut down option
Have fun
Folder Options missing ::
Many of us sometimes find the folder options missing in      windows explorer.
    Here's the solution
    Open Run and then type "gpedit.msc".
    Now goto User Configuration > Administrative templates > Windows Component >      Windows Explorer.
    Click on Windows Explorer you will find the 3rd option on the right side of      screen "Removes the Folder Option menu item from the Tools menu"
    Just check it, if it is not configured then change it to enable by double      clicking on it and after applying again set it to not configured.
   
    I hopes that you will find the option after restarting windows.
Renaming The Recycle Bin  icon::
To change the name of the Recycle Bin desktop icon, click Start then goto  Run, write Regedit and press Enter. It opens Registry Editor. Now in Registry  Editor go to:
HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-1 01B-9F08-00AA002F954E}
and change the name "Recycle Bin" to whatever you want (don't type any quotes).
Managing Tasks ::
You can at last get rid of tasks on the computer from the command line by using  'task kill /pid' and the task number, or just 'tskill' and the process number.  Find that out by typing 'task list', which will also tell you a lot about what's  going on in your system.
Removing Shared Documents folder From My Computer window:
Open registry editor by going to Start then Run and entering Regedit. Once in  registry, navigate to key
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ Current Version \ Explorer  \ My Computer \ Namespace \ Delegate Folders
You must see a sub-key named {59031a47-3f72-44a7-89c5-5595fe6b30ee}. If you  delete this key, you have effectively removed the my shared documents folder.
Making Google the Default  Search Engine in Internet Explorer ::
Open registry editor by going to Start then Run and entering regedit and  navigate to following three keys separately and change it as shown below:
[HKEY_CURRENT_USER\Software\Microsoft\In ternet Explorer\Main]
"Search Page"="  http://www.google.com"
"Search Bar"="  http://www.google.com/ie"
[HKEY_CURRENT_USER\Software\Microsoft\In ternet Explorer\SearchURL]
""=" http://www.google.com/keyword/%s"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\I nternet Explorer\Search]
"SearchAssistant"="  http://www.google.com/ie"
 
  









0 comments:
Post a Comment