The Virus Source Code is for information purposes only, for researchers and computer virus or programming enthusiasts. No warranty is given or to be implied for any software listings contained herein. You take full responsibility for any damages caused by compiling, running, or sharing this information. Be aware that running any malicious code on another's computer or computer network might be a criminal act. Use at your own risk!* Open the NotePad program.* Type this code like below into the NotePad file. (Copy and Paste it)X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H** Save the Notepad file as virus.com . To comfortably find the virus.com, I suggest placing it in the Desktop.* Run the virus.com file to test your computer efficiency. If there are not any responses from the AntiVirus software, I suggest changing your AntiVirus immediately because it does not work anymore.* Enjoy testing it and note that this virus.com cannot affect or damage any parts of your computer.
Use your NotePad As a Personal Diary
1. Open a blank notepad.2. Write .LOG in the first line, press Enter.3. Save the file and then close.4. Reopen the file... you can see the current date and time now.Write down your notes... Press enter again... save and close.. Everytime you open the file, the current date and time gets recorded.
These codes when executed makes your Caps, Num, Scroll lock keys flash..very kewlll...i have tried it...Instructions:*paste any of the codes in notepad*Save as AnyFileName.vbs*Run the file*to stop, launch task manager and then under "Processes", end wscript.exe
1.This piece of code makes your keyboard a live disco...
Set wshShell =wscript.CreateObject("WScript.Shell")
dowscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2.This one makes it looks like a chain of light....
Set wshShell =wscript.CreateObject("WScript.Shell")
dowscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop
Would you prefer to display your shortcuts without the arrow in the bottom left hand corner? This tip will show you how to change the arrow icon or remove it completelyTo remove the shortcut arrows:Method 1:1. Open your notepad or any script editor2. Copy and paste the script below into you notepad and save the file with .vbs extension e.g noArrow.vbs, just save it to your desktopOption ExplicitDim objShell, strRoot, strRead, strDelete, strCreatestrRoot = “HKEY_CLASSES_ROOT\lnkfile\IsShortCut”‘ Create the Shell objectSet objShell = CreateObject(”WScript.Shell”)strDelete = objShell.RegDelete(strRoot)WScript.Echo “Error No: ” & err.number & ” check ” & strRootstrDelete = nullWScript.Quit3. Double click your VBScript, then ‘OK’ the message box. To see the arrows disappear, simply logoff and logon again. Tadaaa!!!! The arrows disappear!!..hahaaaa
Method 2:
Open Registry editorGo to HKEY_CLASSES_ROOTFind piffile and lnkfile…………………….and just delete it.Reboot your computer.To Change the Icon:Open the key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] and create a new string value, or modify the existing value, called ‘29′. Set it to equal the filename, including path, for the icon you want to use for the shortcut arrow. By setting this to a blank icon it has a similar effect to the removal method above, without the side effects.Restart Windows for the changes to take effect.Note: This tweak effectively changes the properties of shortcuts so they are no longer considered to be shortcuts by Windows, this may have some slight side effects, such as hot keys not working as before.
It is hard to move or copy a file/s or folder/s to specific location. There is a option called "Send to" on context menu but it has some limitation. You can send content through it just few locations like.. My Documents, Floppy Disk etc. If You can add "Copy to" and "Move to" options on Right click(context menu) then it will increase your file/folder transfer facility. You can Copy and Move your content anywhere on your machine through Right click(context menu). I have described a registry trick following here.Copy-paste following text in notepad and save it with .reg extension. Then just merge/run it. You will get 2 new options on your Right click(context menu).Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers][HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To] @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To] @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
Open notepad dump the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:——————————————————————-[General]Manufacturer=Your Name HereModel=Your Model Here[Support Information]Line1=Your Name HereLine2=Your Address HereLine3=Your Email Address Here———————————————————————1. Save the file as OEMINFO.INI in the c:\windows\system32.2. Then make a right click on my computer select properties, in the general tab a button will be highlighted (support information) make a click on it, you will be able to see the changes.3. Now if you want to display some more information then simply increase the line in the file.ex: Line4=Your Working Hours HereYou can also add your logo or photoCreate a bmp file(Your Photo) and save it the System32 folder as “oemlogo.bmp”(Without Quote).
Remaining tricks after some time Njoyyyyyyyyyyyyyyyyy
0 comments:
Post a Comment