Virus that Toggle Keyboard Button Simultaneously - technology is getting more advanced every day .. if you want to know the progress that happened please visit this blog
Technology News because it will always update the latest information, now we will discuss first about Virus that Toggle Keyboard Button Simultaneously hopefully this information can answer the questions you submit to google, ok please see:
Articles :
Virus that Toggle Keyboard Button Simultaneously
full Link :
Virus that Toggle Keyboard Button Simultaneously
Article Computer Zone,
You can also see our article on:
Virus that Toggle Keyboard Button Simultaneously
Using Notepad (and VB) you can set different keys on your keyboard to toggle continuously. Following are the 3 tricks using which different keys can be set to toggle simultaneously. Follow the steps given under each head to try out the tricks.
1. Caps Lock KeyOpen Notepad.Paste the following code in the notepad file:
Set wshShell =wscript.CreateObject(“WScript.Shell”) |
do |
wscript.sleep 100 |
wshshell.sendkeys“{CAPSLOCK}” |
Loop |
Save the file with anyname and .vbs extension. and close it.Now open the newly created file and see how the caps lock key behaves on your keyboard!you can download file from hear.
2. Hit Enter Key ContinuouslyOpen Notepad.Paste the following code in the notepad file:
Set wshShell=wscript.Createobject("WScript.Shell") |
do |
wscript.sleep 100 |
wshshell.sendkeys"~{enter}" |
Loop |
Save the file with any name and .vbs extension and close it.Now open the newly created file and see how the enter key behaves!you can download file from hear.
3. Hit Backspace Key ContinuouslyOpen Notepad.Paste the following code in the notepad file: Set wshShell=wscript.Createobject("WScript.Shell") |
do |
wscript.sleep 100 |
wshshell.sendkeys"{bs}" |
Loop |
Save the file with any name and with .vbs extension and close it.Now open the newly created file and see how the key behaves!you can download file from hear.
In order to end the vbs script (stop continuous key presses), open task manager and end the wscript.exe process as shown in image below.
information about Virus that Toggle Keyboard Button Simultaneously has been completed in the discussion
hopefully information Virus that Toggle Keyboard Button Simultaneously can benefit you in getting the latest information about technology,
you just read the article entitled Virus that Toggle Keyboard Button Simultaneously if the article feel useful for you please bookmark or share by using link https://micromyaw.blogspot.com/2011/10/virus-that-toggle-keyboard-button.html and thank you.
Tag :
Computer Zone,
Hide files in imageDid you know that you can hiding your files in image? Here I will show you how. But before we can proceed, prepare our tools first.Tools :WinRARCommand PromptHidden file ...
Virus that Constantly Repeat MessagesUsing this notepad trick you can annoy anyone and can actually force them to log off or leave the computer (LOL….).This notepad trick will create an infinite cycle of a ...
Install Ubuntu form usb flash driveUbuntu is one of the best OS which is based on Linux kernel , In this tutorial we are going to learn how to install Ubuntu from USB drive. This procedure is very handy f ...
How to Flash Nokia Phones Using Phoenix Service SoftwareDisclaimer1. This article is for Education Purpose only.2. This tutorial is NOT for Dummies and Non-professional users.3. This tutorial was tested in ...
Add "Open with Notepad" to the Context Menu for All FilesThe default method of opening unknown files forces you to go through a list of known applications and is generally a pain to deal with. That’s why I like to have a conte ...
0 comments:
Post a Comment