Tuesday, March 29, 2011

Infinte Backspace

The backspace is  hit infinite times.All you have to do is to follow these steps:
>>Open new notepad file:
>>Type:

MsgBox "Let's go back infinte times"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop


>>Save it as infiback.vbs  and send this file to any of you friends/relatives

*To stop this script from functioning ,Press Ctrl+Alt+Delete to open task manager and select process to see list of processes .Under processes select a process named WScript.exe , right click and end that process.

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Monday, March 28, 2011

Cycle Message prank

This a small message cycle prank in which a message appears upto infinite times Just follow these steps:
>>Open notepad & type:
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN

>>Save this as msg.bat and send this file to any of your friends/relatives

*You can also increase the messages by typing msg * your message [Dont forget spaces wherever needed] before GOTO BEGIN and after :Begin .To stop this prank just remove all the text of  the file msg.bat by editing and saving it ,when the file is run.

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

This is bad thing to say but any PC can be crashed within a minute by just following these steps:

>>Open notepad type
Start
Start
Start
Start
......8 times
>>Save this file as hax.bat
>>Run it
>>It opens up 8 times
>>Then type hax.bat at last line
>>Now this will open up start for infinite times

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!

These are some of the common control panel applets used in windows generally found in windows\system32 directory.

appwiz.cpl >>Add/Remove Programs
desk.cpl >> Display Properties
firewall.cpl >> Firewall Settings
inetcpl.cpl >> Internet Options
mmsys.cpl >> Sound and Audio
ncpa.cpl >> Network Connections
nusrmgr.cpl >> User Accounts
powercfg.cpl >> Power Options
sysdm.cpl >>System Properties
wscui.cpl >> Security Center
wuaucpl.cpl >> Automatic Updates Configuration

*You can run this applets by:
>>Go to start>Run>Type the control panel applet

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!

Tuesday, March 15, 2011

Hide files in pics!

Now you can hide any type of files in images by just following these steps:
Requirements:Winrar and command prompt
 >>Add files to any .rar file say files.rar
>>Now say, if you have any image named pic.jpg
>>Copy files files.rar and pic.jpg in c:\ drive
>>Go to start>Run>Type cmd to open command prompt
>>Type cd.. and press enter
>>Do the above step again to get to c:\ drive in command prompt
>>Type copy /b pic.jpg + files.rar new.jpg  (Don't forget give spaces wherever needed)
>>Thats it now we have a single file named as new.jpg which can be seen as image in reality.
>>But to open it secretly,Right click new.jpg>Open with..>Choose program>Select winrar archiver>Now you can view or extract files
*The size of new.jpg is size of pic.jpg and files.rar

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Monday, March 14, 2011

Infinite ejection of CD-DVD drives

This is a PC prank for ejecting CD-DVD drives in and out  infinite times continuously
A VB(Visual Basic) script is mainly used for this prank
Just follow these steps:
>>Go to start>Run>Type notepad to open an untitled notepad fiel
>>In notepad type the following script:

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
 loop End If

>>Now go to file >save as>In save as type option select all files
>>Save the file as ieject.vbs 
>>Now you have done a small bot for infinite ejection of CD-DVD drive

*To use it just double click the file
*To stop this Press Ctrl+Alt+Del to open task manager >Go to process tab >search for wscript.exe and end this process

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

There is only one best way to make your internet speed faster.
*About 20% of your internet bandwidth is reserved by Microsoft.
*Uses of Reserved Bandwidth
  >Windows Automatic Updates rely on this reserved bandwidth.
  >Fast loading Microsoft Websites
  >Sending Error Reports
  >Online Help support in Microsoft Office

Just follow this steps to make use of that 20% internet bandwidth
>>Go to start>Run>Type gpedit.msc (Microsoft Policy Editor)
>>Navigate to:Local Computer Policy>Computer Configuration>Administrative Templates>Network>QoS Packet Scheduler
>>On right pane Double click Limit Reservable Bandwidth option and in setting tab Select enable and make bandwidth limit % to 0

*This works better for high internet speeds

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Sunday, March 13, 2011

AutoShutdown PC bot

Now you can scare your relatives and friends with this auto shutdown PC bot
>>Right Click on desktop >New>Shortcut
>>In shortcut window type:shutdown -s -t 60 -c "the message you want to display"
>>Select next> rename it to anything you like.
>>The number 60 in the code is time taken to shutdown your PC in seconds i.e., 60s
>>Now double cilck on the file and see the tragic.

*To stop this bot: Go to start>Run>Type shutdown-a >Hit enter (within 60s).

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

This is a funny trick .By just following these steps you can shake your browser;
>>Copy and paste this javascript in your browser address bar :
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0;j--){self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6) 
>>Then you can see that your browser window is shaking!
* Works better on Internet Explorer.You can increase the value of "i" (@ i=35) to increase number of shakes.

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Now you can create an invisible folder without any software by just following these steps:
>>Right click on desktop or any directory and create a new folder
>>Press F2 and rename it with a empty space by pressing alt + 0160 (Num Lock ON)
>>Now you can see a folder without any name
>>Right click on that folder>Properties>Customize>Change icon
>>Scroll a bit , you can find an empty icon select it
>>Thats it now you have an invisible folder! without any software.
          

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Saturday, March 12, 2011

Modify your send to option

Now you can customize your send to menu of right click by just following these steps:
>>Go to C:\Documents and Settings\<login name>\SendTo where login name is the username with which you login your PC
>>Sometimes SendTo folder is hidden .To view hidden folder Go to any folder >Tools>Folder options>View tab>Click on Show hidden files and folders option>Click OK.Now you can view hidden files and folders in your PC.
>>Now in SendTo folder you can see some shortcuts.Those shortcuts are all that can be seen in send to context menu
>>To remove an item from send to menu delete any shortcut file in that folder
>>To add any item in the sendto context menu >Add a shortcut file or just right click in that folder and select>new>Shortcut to create a shortcut >Browse and select any folder in which you send most of your files
>>When you created a shortcut in the SendTo folder you can see that in "Send To" context menu



IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Now you can add copy to folder and move to folder options in right click menu by just following these steps:
>>Press win + R to open run window and type regedit to open registry editor
>>Navigate to the following key:HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers
>>Create a new key called "Copy To"and set its value to {C2FBB630-2971-11d1- A18C-00C04FD75D13}
to get Copy To option in your right click menu
>>Create a new key called "Move To" and set its value to {C2FBB631-2971-11d1-A18C-00C04FD75D13}
>>Exit the registry
>>The changes will occur immediately or after a reboot
>>Now, when you right-click a file and choose one of the options, you'll be able to move or copy the file using a dialog box.

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

This is very dangerous hack .Now you can disable win key on keyboard by just following these instructions:
>>Go to Start>Run>type regedit to open registry editor
>>Navigate to the key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\KeyboardLayout

>>Search for value of  Scancode Map .It is in binary.
>>Set its value to 00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0 00 00 5C E0 00 00 00 00 to disable the win key.
*Please be cautious while entering this lengthy key.

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Microsoft has set its default search engine in internet explorer as MSN.Now you can change that search engine to any other you like.
>>Close internet explorer
>>Go to start>Run>type regedit to open registry editor
>>Navigate to following key:HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl
>>Change the value of string key name default to any one of the following values :
>>To specify Metacrawler as the default search page, change the default value to http://www.metacrawler.com/crawler?general=%s
>>To specify AltaVista as the default search page, change the default value to
http://www.altavista.com/cgi-bin/query?q=%s
>>To specify HotBot as the default search page, change the default value to
http://hotbot.com/?MT=%s
>>To specify Google as the default search page, change the default value to
http://www.google.com/keyword/%s

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Thursday, March 10, 2011

Change your login prompt

You can change or customize your login prompt to anything you want by jsut following these steps:
>>Go to Start>Run>type regedit and  press enter to open registry editor
>>Now navigate to key:HKEY_LOCAL_MACHINE\SOFTWARE\Microsft\WindowsNT\CurrentVersion\Winlogon
>>In right pane,do a right click and create a new string value and give its name as LogonPrompt
>>Set its value to whatever text you want to see displayed at login screen. 
>>Restart your PC and see the log-in prompt for the change. 
*You can see the text you entered above the text fields that ask for username and password.

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Now you can open cmd even when it is blocked by admin.Just follow these steps:
>>Go to Start>All programs>Accessories
>>Open calculator
>>Click Help in the menu and click help topics option
>>When help window opens > Right click on top left corner of that window where you see the symbol  ?
>>And now,click on jump to url and put this : file:///c:/windows/system32/cmd.exe 
>>Now you see that command prompt is opened without admin's permission

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Sunday, March 6, 2011

Change your Windows XP service pack

You can change your service pack 2 or display service pack 3 or even 4 by just following these steps:
>>Go to start>Run>type regedit to open registry editor(Make a backup of your registry if needed)
>>Navigate to :HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows
>>Change the value of CSDVersion from 0x00000200 (SP2) to the Windows XP SP3 value of 0x00000300
>>Reboot and see the change.

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Saturday, March 5, 2011

No task manager?

If your task manager is not working ,then here is a process to view tasks and also delete those tasks.

>>Go to start>run>cmd
>>After opening command prompt you can find out all processes(tasks) by typing tasklist
>>Now to delete any of these processes type tskill pid ,where pid is process id which can be found in the tasklist





IF YOU LIKE THIS POST ,PLEASE SHARE IT!

If you dont want any users to change desktop settings ,then follow these steps:

>>Open registry editor(Start>Run>regedit)
>>Navigate to the following key:HKEY_CURRENT_USER\Software\Microsoft\WindowsNT\CurrentVersion\ProgramManager\Restrictions
>>Create or edit the DWORD NoSaveSettings. Now to disable saving desktop settings, set its
value to 1.
>>Reboot your PC for setting to take effect.




IF YOU LIKE THIS POST ,PLEASE SHARE IT!

By following these steps you can automatically dial to your Internet Service Provide ISP to get connected to Internet.

>>Go to start>Run>Type regedit
>>In registry editor explore to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\InternetSettings
>>Create a new binary value named EnableAutodial, and set the new value to equal 01 00 00 00 to enable autodial or 00 00 00 00 to disable it.
>>This restriction can be used on a computer wide basis by adding it to keys corresponding to
HKEY_LOCAL_MACHINE\Software\Micrsoft\Windows\CurrentVersion\InternetSettings.

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Friday, March 4, 2011

Unblock Websites :Another Method

>> From the IE window, go to Tools>Internet Options>Advanced and uncheck the
option Enable third party browsing extensions. Now restart IE.
>>Go to Start>Run and type regsvr32 actxprxy.dll and also type regsvr32 shdocvw.dll
>>Reboot.
>> Open Tools>Internet Options>Privacy tab and put one of these web sites in the list
which can be located by clicking the Sites button.
>>Try putting the web site in the "Trusted Zone" and if this fixes the problem, you can
begin to diagnose cookie/script problems with that site and your Internet zone
settings.
>>If you are a dial-up user and your ISP have more than one local number for dialup,
remove the primary number that is dialing up first and use the secondary dialup
number. Clear the checkbox for Negotiate multilink for single link connections
under the PPP settings.
>>A file in your Windows folder called 'hosts' (no extension) may have an incorrect IP
address for the page. To find out, open Windows Explorer, select your C:\Windows
folder, and look in the right pane for a hosts file. If you can't find it in your Windows
folder, this isn't your problem. If you do find a hosts file, open it in Notepad and look
for a line referring to the page that's giving you trouble. If it's there, enter # at the
beginning of the line. Save and exit the file.
>>Go to Tools>Internet Options>Connections>Lan Settings. Uncheck Use a proxy
server. Now restart IE.

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Wednesday, March 2, 2011

You can stop open with internet option

Sometimes you can see that some files cant be opened.When you still try to open it by double clicking.Then you see something like"Windows cant open this file......What do you want to do ?

  • Use the web service to find the appropriate program

  • Select the program from a list



If you want to skip the Use web service.... option
Then follow these steps:
>>Go to start >Run > regedit and open registry editor
>>Now navigate to the following registry key:HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer
>>Now create or modify a dword key named InternetOpenWith. Give a value of 0 (zero) to hide the web services or 1 to display web services.

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

The prefetch directory can get all unwanted files and obselete files which can slow down your computer completely .To clean this folder
>>Go to C(Default drive):/Windows/prefetch and delete everyfile
>>Reboot & See your systems will go faster.

*Do this for once a month ,not daily.

IF YOU LIKE THIS POST ,PLEASE SHARE IT!

Tuesday, March 1, 2011

Can you create this folder?

Microsoft Weird Fact
*Try this :Create a new folder and rename it to con ,you can't do it .
Even microsoft dont know why it cant rename or create a folder named con

But still there are some methods to create that folder
>>Create a folder >Rename it to by pressing F2
>>Press F2 after clicking that folder>Now press alt+255 or alt+0160 and give a space and type con to create a folder named con

>>Another method:Go to command prompt(Win+R and type cmd) type: mkdir \\.\c:\con
>>You can see a folder named as con

*There are also many other folders which cannot be created  PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9

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