Showing posts with label XP tricks. Show all posts
Showing posts with label XP tricks. Show all posts

Whenever a file is deleted , it moves into recycle bin.But not from the hard disk.So to remove any file from hard disk directly without moving it to Recycle Bin just follow these steps:
>>Go to Start>Run , type gpedit.msc to open group policy editor
>>In group policy editor , expand User Configuration>Administrative Templates>Windows Components and select Windows Explorer


>>On right window pane you can see Setting : Do not move deleted files to recycle bin
>>Double Click it and select Enabled and click Ok
>>That's it now you can delete files in your hard disk without moving it in Recycle Bin


Alternate:You can also delete files from hard disk without placing it in hard disk by selecting file and pressing Shift + Delete keys at a time

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Wednesday, June 15, 2011

How to hack administrator password [New]

I have already shown how to hack admin password in the basic way.If that doesn't work , you can try this new and advance method to hack administrator password.
>>Go to Start>Run , type cmd to open  command prompt
>>Enter this command cd\ to make directory to C:(default drive)
>>Now enter this command cd windows\system32  , to change the directory in command prompt to C:\windows\system32
>>Now type mkdir temphack to make a temporary directory for backup
Admin Hack
Admin Hack
>>Then , type copy logon.scr temphack\logon.scr  to copy logon.scr to temphack folder
>>Now type  copy cmd.exe temphack\cmd.exe copy cmd.exe to temphack folder
>>Then type del logon.scr to delete logon.scr . The backup of this file is in the folder temphack
>>Now type rename cmd.exe logon.scr to rename command prompt to logon screensaver
>>Now you get unprotected command prompt without logging in when windows loads logon screensaver at startup
>>When command prompt appears enter this command
net user admin infinitepc 
>>Now you have hacked admin account and his/her password is set to infinitepc
>>After you have hacked admin you can restart and login with hacked administrator password

Note:
*Dont forget the spaces involved in all the above commands
*To restore this hack just go to temphack folder found in windows\system32 directory and copy those two files in that folder and paste those files in system32 folder(overwrite those files in this folder)
*The above hack works mostly  on FAT/FAT 32 systems not on NTFS systems


IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Termintate crashed application faster
Termintate crashed application faster
There are some applications which takes much memory and makes your system slow .It even takes much time to  terminate that applications.So to terminate such applications faster , just follow these steps:

>>Go to Start>Run>Type regedit to open registry editor
>>Navigate to the following key : HKEY_CURRENT_USER\Control Panel\Desktop
>>When you select Desktop , on  right window pane you can see a string named HungAppTimeout
>>Double click that string and set its value to 1000 (default value:5000 in ms)
>>Now windows can recognize crashed application within and allow you to kill it within a second

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Now you can change windows default program files directory (which is usually C:\Program Files)  using registry editor by just following these steps:
>>Go to Start>Run , type regedit to open registry editor
>> Now navigate to the following path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
>>Select the CurrentVersion folder in the registry
Click to zoom
>>In the right window pane you will see a string named ProgramFilesDir
>>Double Click that string change its value data directory to your own directory
>>For eg: If by default the string value is C:\Program Files then you can change is to D:\Program Files
>>Now when you install any program(software) the program will paste its installation files and other data in D:\Program Files directory not in C:\Program Files directory

*This trick can be useful when your default(C:\) drive has less free space

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Windows XP has specific feature in its Group Policy editor where we can restrict users from accessing specified drives by making a drive invisible by just following these steps:

remove C drive
>>You must be admin before following these steps,if you are not you can try this to be admin.

>>Go to Start>Run , type gpedit.msc to open group policy editor 

>>Under group policy editor expand User Configuration>Administrative Templates>Windows Components

>>Now select Windows Explorer , on right tab you can see Hide these specified drives in my computer  
C drive invisible

>>Double Click on it , select Enabled and select one of the options from it .For Eg: If you want to restrict your C drive, select Restrict C drive only and click on  ok to apply it in your PC.Now your C drive is invisible i.e., when you open My Computer your C drive icon is removed(not the original partition)

>>To make your C drive visible , just select disabled

*Thats it now you had known how to make a drive invisible.See the picture at left to understand more clearly. 

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Saturday, June 4, 2011

Hack user accounts in your PC


Now you can hack your admin or user account in your PC by just following these steps:
Click to zoom
>>Go to start
>>Click Run
>>Type cmd [cmd:command prompt]
>>Type net user [space b/w net and user]
>>It shows all your PC accounts
>>Then type net user xxxxx *  [Dont forget asterisk symbol]
>>Where xxxxx is the user a/c which is to be hacked
>>Then type new password and again re-type it
>>That's cool xxxxx account  is hacked

*You can even type your administrators username to hack administrator.

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Tuesday, May 31, 2011

Delete temp folder upon exit

Now you can automatically delete your temporary folder upon exit by just following these steps:
Group Policy Editor
>>Go to Start>Run , type gpedit.msc to open Group Policy editor
>>Expand Computer Configuration>Administrative Templates>Windows Components>Terminal Services>Temporary Folders
>>In right window pane select Do not delete temp folder upon exit
>>Double click and disable it to automatically remove your temporary folder on every exit from your PC.

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Saturday, May 28, 2011

Shutdown your PC Faster(New)

Here is registry trick to make your PC Shutdown faster :
>>Go to Start>Run , type regedit to open registry editor
>>Now navigate to this directory , HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control 
Shutdown PC Faster
>>Select control folder
>>Now you will see WaitToKillServiceTimeout string present on the right pane
>>Right click on it , and select modify or double click it to modify
>>Now change its value data to 100

Fastest Shutdown Trick:
Dont use this always.Use it only when there is emergency
*You can also shutdown PC Faster by Pressing Ctrl + Alt + Del to open task manager and Select Shutdown .Now press and hold Ctrl and click TurnOFF  to shutdown your PC

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Friday, May 20, 2011

Add Control Panel to Desktop

Now you can add control panel to desktop by just following these steps:
Control Panel On Desktop
>>Right Click on Desktop >Select New>Folder to create a new folder
>>Rename that folder into ControlPanel.{21EC2020-3AEA-1069-A2DD-08002B30309D} 
>>Now you can open control panel from desktop

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Many applications at startup will make your pc slow.So you must remove some unwanted applications using registry or other method already discussed.You can make your PC start faster by doing this.
>>Go to Start>Run Type regedit to open registry editor
>>Navigate to the following      keys:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RUN and HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RUN
>>On the right side ,  Delete keys which show unnecessary applications at startup

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Tuesday, May 17, 2011

Enable or Disable XP boot logo

Now you can enable or disable XP boot logo at startup of your PC by just following these steps:
Click on the image to zoom
>>Go to Start>Run Type msconfig to open system configuration utility
>>Click on Boot.ini tab
>>Tick/Check the box for /NOGUIBOOT to disable XP boot logo
>>To enable it uncheck that box
XP boot logo

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Windows XP contains many hidden files and folders which cannot be seen while exploring folders normally.To view all these hidden files and folders just follow these steps:
Click on the image to zoom
First Method:
>>Open My Computer
>>At left-top menu ,you can select Tools>Folder Options
>>Now select View tab to see Show Hidden files and folders option

>>Select That option to see all Hidden files and folders in XP
Second Method:
>>Go to Start>Run Type  cmd to open command prompt
Click on the image to zoom
>>Now command prompt type dir /ah to see hidden files and folders

*/ah - attribute=hidden

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Monday, May 9, 2011

Make start menu faster to open up

The actual speed of start menu is very slow .Now you can increase your start menu speed by just following these steps:
Click to zoom
>>Go Start>Run  Type regedit to open registry editor
>>Navigate to the following key :HKEY_CURRENT_USER\Control Panel\Desktop  and select Desktop registry folder

>> On right window pane you can see a string named MenuShowDelay
>>Its default value is 400 change it to 20 or any smaller value

>>Now your start menu opens up within 20ms(milliseconds)

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Saturday, May 7, 2011

Watch all the screen savers

Clcik to zoom
Now you can watch instantly all the screen savers by just following these steps:

>>Go Start>Search
>>In search companion ,click all file types or leave it (only for new search companions)
>>File or Folder name box Type .scr as in the picture.
>> Select your default local hard drive(mostly C:\)
>>Click search ,you will see all the screensavers
>>If you don't see any,select hidden files and folders or tick all the sub options in Advanced Options
>>You will get all the list of  screen savers in you PC
>>To watch or activate any screen saver double click on any screen saver file

*These are mostly found in this directory:C:\Windows\system32

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Here's a process to check whether your windows XP OS is activated or not.
>>Go to Start>Run Type oobe/msoobe /a         (add space wherever needed)
Click on image to zoom
>>Press Enter to verify whether your OS is activated or not

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Wednesday, April 27, 2011

Install Windows XP using DOS

Now you can install windows XP using DOS by just following these simple steps:
>>Insert windows XP CD into your CD reader
>> Copy i386 folder to C:\
>>Now go to C:\i386 folder and double click on winnt32.exe to launch the setup to install windows XP  from the hard drive

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Friday, March 18, 2011

How to set all locks of your Keyboard

If you want to setup all the lock keys of your keyboard(Num,Caps,Scroll) at startup state you just need to follow these steps:
>>Go to start>Run>Type regedit to open registry editor
>>Navigate to the following key:HKEY_CURRENT_USER\Control Panel\Keyboard
>>Now open InitialKeyboardIndicators which is available in the right window pane.
>>Change its value data to the following numbers:
  • 0 - All Keys off
  • 1 - Caps Lock on
  • 2 - Num Lock on
  • 4 - Scroll Lock on
>>For multiple setups:
  • 3 - Caps Lock and Num Lock on
  • 5 - Caps Lock and Scroll Lock on
  • 6 - Num Lock and Scroll Lock on
  • 7 - Caps Lock, Num Lock, and Scroll Lock on
*Restart to see the changes on your keyboard

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Thursday, March 17, 2011

Children Special!

Windows XP Game cheats:

Its bad to say but even windows XP games are having cheats
 Pinball Cheat:Type hidden test while playing the game

Watch star wars:

No download No browser or No media player required to watch this movie
Just:
>>Go to Start>Run>Type:telnet towel.blinkenlights.nl
>>Press Enter.Enjoy the movie (Internet required)

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Now you can find ip address of any site without using any software by just following these steps:
>>Go to Start>Run>Type cmd (Command Prompt)
>>Type cd\
>>Type tracert www.anysite.com Eg: For tracing yahoo ip address type tracert www.yahoo.com
>>Press enter
>>The first line shows the ip address of the website you are tracing usually in [   ]
>>You can see the steps ,how that site is loading
>>More the number of steps more the time taken for the website to load


IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Now you can lock any folder on your PC without using any software by just following these steps:

>> Make a folder on the desktop and name it as "folder"
>>Now, open notepad and write ren folder folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} and now (Notepad Menu) File>save as.
>>In the 'save as' name it as lock.bat and click save ! (Save it on Desktop)
>>Now, again open notepad again and write ren folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} folder and now (Notepad Menu) File>save as.
>>In the 'save as' name it as key.bat and click save ! (Save it on Desktop)
>>Now, double click lock.bat to lock the folder and now if you open your folder, control panel will open up !
>>Now, double click key.bat to open the folder and now if you open your folder, you can access your data inside the folder again !
>>Lock your folder and hide the key.bat somewhere else on your hard disk !
>>Whenever you want to open your folder just paste the key.bat on desktop and open your folder using it !


IF YOU LIKE THIS POST ,PLEASE SHARE IT!

EasyHits4U.com - Your Free Traffic Exchange - 1:1 Exchange Ratio, 5-Tier Referral Program. FREE Advertising!
Brighter Planet's 350 Challenge

Flag Counter

free counters

About

My Photo
My name is santosh and you already know that!
BlogWithIntegrity.com
myfreecopyright.com registered & protected Protected by Copyscape Online Copyright Protection