Showing posts with label Shortcuts. Show all posts
Showing posts with label Shortcuts. Show all posts

How to make fake virus and error messages!

Disclaimer: This a harmless joke. I take no responsibility, whatsoever, for the consequences.

There are several kinds of fake virus messages you can make. I will discuss 4 of them:


1. Fake error message

This one is by far, the easiest and all you have to do is to make a new text document with notepad, type msg * YOUR MESSAGE and save as anything.bat. As always, make sure that you select All files instead of Text Document.







2. Forced shutdown.
This will display a custom error message and start a countdown which will shut down the computer.

Right-click your desktop and
create a new shortcut.
Paste the following code into the Location box in the Create Shortcut
menu:
shutdown -s -t 30 -c "Your message here"
Replace 30 with the length of the countdown you want (in seconds) and place your custom error message between the quotes. Click next and name the shortcut to something the victim would be likely to click on such as "Internet explorer" or "My Documents", etc.

Next you'd want to change the icon. Right-click on the shortcut you made and click properties. Find the Change Icon button and click it. Choose a suitable icon for the name you chose earlier.


And that's all! Now you just have to sneak the shortcut onto the victim's desktop and run!

Note: to stop it, open Run from th
e start menu and type shutdown-a.





3. Endless Command prompt windows
This will open up a series of command prompt windows that will never end.
The basic idea is that there are two .bat files that open the
other one when opened, so the other one opens the first one again and the windows just won't stop coming.

How to do this:
1. Fire up notepad and type: start 2.bat
2. Save it as 1.bat (make sure you choose all files when saving it)
3. Make another new text document and type: start 1.bat
4. Save it as 2.bat into the same folder as the other one.


All you have to do to start it is to click on either of them.

The on
ly way to stop it is to wait for the windows to become so numerous that they are a group on the taskbar. Then you can use Close group to get rid of the bastards.





4. Fake Command prompt viruses

This is also a good way to make the victim believe that a worm is gnawing at their hard drive and that they can't do anything to stop it.

Open up notepad and type
@echo off

  • To make text appear, type it after an echo tag.
  • To have the the commands wait for the user to press any key type pause
(Note: if you write pause >nul it won't display Press Any key to continue...)
  • To have a complete high-speed description of files in the drive of the .bat file, type dir /s
  • You can also initiate any other command we covered earlier, such as shutdown, error message, etc.

And why no include all of these in one fake virus?

For example:





I can't post the batch files here, as sharing .bat files over the internet is illegal.
Make sure you don't do anything stupid with these tips.


More Cool Windows XP tips & tricks HERE

5 tips to surf faster in the web

These tips will show you how to surf the internet a lot faster.

1. When typing a web address into the address bar, just type the website and press Ctrl + Enter to add http://www. to the beginning and .com to the end. E.g. you want to go to google: type google and press Ctrl + Enter. It's as easy as that!
(Note: this only works with .com addresses.)

2. Use tabs instead of separate windows. This is a lot faster and doesn't mess up your taskbar.

3. Use Firefox. Firefox is a much safer than I.E. and is also a little faster. It has many useful plugins.

4. Press Ctrl and + to zoom in the text and Ctrl and - to zoom out.

5. If you can't find what you're looking for on google and yahoo, try a metasearch engine such as dogpile, which compiles results from most popular search engines.

Happy browsing!

More Cool Windows XP tips & tricks HERE

How to change your IP adress

If you get your IP blocked somewhere and you don't like it, then this can be pretty useful.

One way is to just turn off your router for some time, but most people don't have static IP routers and this won't help.

If that didn't help, then you have to renew your IP using windows' command prompt.

1. Type cmd into the run box from the start menu.
2. Type ipconfig into the command prompt. This will show you basic info about your IP address.
3. Type ipconfig /release. This will remove your current IP.
4. Type ipconfig /renew, and you will be presented with a new IP address!

You can also make a .bat program to execute these commands when opened.
To do this, open notepad and write all the commands on a separate line and save it onto your desktop as ip_renewer.bat. Make sure you choose All files when saving it.

It should be like this:

ipconfig
ipconfig /release
ipconfig /renew
pause

(Tip: If you want to see your IP info and stop the renewer program from closing itself, type pause after the commands.)



More Cool Windows XP tips & tricks HERE

How to capture a screenshot

I'm surprised that many people don't actually know this, and reach for their camera to take a picture of the current screen image.

Most keyboards have a special button Prt Scr / Sys Rq on them. It's just to the right from F12. When pressed, it captures the current screen into a bmp image which can be pasted (Ctrl + V) into any image editing software. Even Paint will do.

The only problem is that you can only take one screenshot, if you take another, the previous one will be erased. The .bmp file also takes a lot of space and compressing to .jpg is better.


More Cool Windows XP tips & tricks HERE

Shortcut of the week: Changing text size in browser

Tap Ctrl and + to make text larger or Ctrl and - to make text smaller.


PS: Sorry for no posts the last few days, my internet was down.


More Cool Windows XP tips & tricks HERE

Windows XP Shortcut of the Week: Alt+Tab - Switching between open windows

Alt+Tab - Switching between open windows.

Hold down Alt and press tab repeatedly to select any open window.



More Cool Windows XP tips & tricks HERE

Cool XP tips & tricks: 20 things you didn't know about your XP

You've read the reviews and digested the key feature enhancements and operational changes. Now it's time to delve a bit deeper and uncover some of Windows XP's secrets.

1. It boasts how long it can stay up. Whereas previous versions of Windows were coy about how long they went between boots, XP is positively proud of its stamina. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type 'systeminfo'. The computer will produce a lot of useful info, including the uptime. If you want to keep these, type 'systeminfo > info.txt'. This creates a file called info.txt you can look at later with Notepad. (Professional Edition only).

2. You can delete files immediately, without having them move to the Recycle Bin first. Go to the Start menu, select Run... and type 'gpedit.msc'; then select User Configuration, Administrative Templates, Windows Components, Windows Explorer and find the Do not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal a great many interface and system options, but take care -- some may stop your computer behaving as you wish. (Professional Edition only).

3. You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter 'rundll32.exe user32.dll,LockWorkStation' in the location field. Give the shortcut a name you like. That's it -- just double click on it and your computer will be locked. And if that's not easy enough, Windows key + L will do the same.

4. XP hides some system software you might want to remove, such as Windows Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be your prey, exposed and vulnerable.

5. For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include 'eventcreate' and 'eventtriggers' for creating and watching system events, 'typeperf' for monitoring performance of various subsystems, and 'schtasks' for handling scheduled tasks. As usual, typing the command name followed by /? will give a list of options -- they're all far too baroque to go into here.

6. XP has IP version 6 support -- the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type 'ipv6 install' into Run... (it's OK, it won't ruin your existing network setup) and then 'ipv6 /?' at the command line to find out more. If you don't know what IPv6 is, don't worry and don't bother.

7. You can at last get rid of tasks on the computer from the command line by using 'taskkill /pid' and the task number, or just 'tskill' and the process number. Find that out by typing 'tasklist', which will also tell you a lot about what's going on in your system.

8. XP will treat Zip files like folders, which is nice if you've got a fast machine. On slower machines, you can make XP leave zip files well alone by typing 'regsvr32 /u zipfldr.dll' at the command line. If you change your mind later, you can put things back as they were by typing 'regsvr32 zipfldr.dll'.

9. XP has ClearType -- Microsoft's anti-aliasing font display technology -- but doesn't have it enabled by default. It's well worth trying, especially if you were there for DOS and all those years of staring at a screen have given you the eyes of an astigmatic bat. To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection. Expect best results on laptop displays. If you want to use ClearType on the Welcome login screen as well, set the registry entry HKEY_USERS/.DEFAULT/Control Panel/Desktop/FontSmoothingType to 2.

10. You can use Remote Assistance to help a friend who's using network address translation (NAT) on a home network, but not automatically. Get your pal to email you a Remote Assistance invitation and edit the file. Under the RCTICKET attribute will be a NAT IP address, like 192.168.1.10. Replace this with your chum's real IP address -- they can find this out by going to www.whatismyip.com -- and get them to make sure that they've got port 3389 open on their firewall and forwarded to the errant computer.

11. You can run a program as a different user without logging out and back in again. Right click the icon, select Run As... and enter the user name and password you want to use. This only applies for that run. The trick is particularly useful if you need to have administrative permissions to install a program, which many require. Note that you can have some fun by running programs multiple times on the same system as different users, but this can have unforeseen effects.

12. Windows XP can be very insistent about you checking for auto updates, registering a Passport, using Windows Messenger and so on. After a while, the nagging goes away, but if you feel you might slip the bonds of sanity before that point, run Regedit, go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Explorer/Advanced and create a DWORD value called EnableBalloonTips with a value of 0.

13. You can start up without needing to enter a user name or password. Select Run... from the start menu and type 'control userpasswords2', which will open the user accounts application. On the Users tab, clear the box for Users Must Enter A User Name And Password To Use This Computer, and click on OK. An Automatically Log On dialog box will appear; enter the user name and password for the account you want to use.

14. Internet Explorer 6 will automatically delete temporary files, but only if you tell it to. Start the browser, select Tools / Internet Options... and Advanced, go down to the Security area and check the box to Empty Temporary Internet Files folder when browser is closed.

15. XP comes with a free Network Activity Light, just in case you can't see the LEDs twinkle on your network card. Right click on My Network Places on the desktop, then select Properties. Right click on the description for your LAN or dial-up connection, select Properties, then check the Show icon in notification area when connected box. You'll now see a tiny network icon on the right of your task bar that glimmers nicely during network traffic.

16. The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0.

17. You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetised groups by View, Arrange Icon By... Show In Groups.

18. Windows Media Player will display the cover art for albums as it plays the tracks -- if it found the picture on the Internet when you copied the tracks from the CD. If it didn't, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it.

19. Windows key + Break brings up the System Properties dialogue box; Windows key + D brings up the desktop; Windows key + Tab moves through the taskbar buttons.

20. The next release of Windows XP, codenamed Longhorn, is due out late next year or early 2003 and won't be much to write home about. The next big release is codenamed Blackcomb and will be out in 2003/2004.


Original article



More cool Windows XP tips & tricks HERE

Cool XP Tricks: Keyboard Shortcuts

Keyboard shortcuts are one of the fastest ways to perform actions and commands.
Your XP has several shortcuts. You probably know some, like Ctrl+C (copy) and Ctrl+V (paste), but are you aware of the more advanced commands such as minimizing all windows (WinKey+M or WinKey+D) when you need something from your desktop, or Winkey+E when you need to open My Computer fast?

Here are some of the shortcuts you are likely to need:

Delete- Del (Note: to permanently delete a selected item, press Ctrl+Del.)
Copy - Ctrl+C
Cut - Ctrl+X
Paste - Ctrl+V
Undo - Ctrl+Z
Redo - Ctrl+Y
Select all - Ctrl+A

Search - F3
Open START menu - Ctrl+Esc
Refresh - F5
Help - F1
Show desktop - WinKey+D
Minimize all windows WinKey+M
Switch users (or lock computer if you are connected to a network) - WinKey+L
show the system properties - WinKey + Pause/Break

More Windows XP tips and tricks HERE