Posts

Showing posts from December, 2011

Understanding the FORKBOMB Batch Script

Hello everyone, hope you’re doing well. In this post, I’d like to share a simple example of a classic batch script often referred to as a “Fork Bomb.” This is commonly used for educational and demonstration purposes to understand how system resources can be overwhelmed. Step 1: Open Notepad Open Notepad on your Windows computer. Step 2: Enter the Following Code %0|%0 Step 3: Save the File Save the file with any name, but make sure to use the  .bat  extension. Example: example.bat What Does It Do? When executed, this batch script repeatedly calls itself, rapidly creating new processes. As a result, it can consume a large amount of CPU and memory resources, which may cause the computer to slow down, freeze, or crash temporarily. Important Note This script is intended strictly for educational purposes. Running such scripts on systems without permission is not recommended and may disrupt normal computer operation. In most cases, restarting the computer will stop the process and re...

Make Your Computer Speak Using Notepad

Hello everyone, hope you are doing great. In this tutorial, you will learn how to create a simple Text-to-Speech script using Notepad. With this trick, your computer can speak any text you enter using the built-in voice engine available in Microsoft Windows. The best part is that this method works on most Windows operating systems and does not require any programming experience. Step 1: Open Notepad Open Notepad on your computer and copy the following code: Dim message, sapi message = InputBox("What would you like me to say?","Speak to Me") Set sapi = CreateObject("sapi.spvoice") sapi.Speak message Step 2: Save the File Save the file on your desktop with the name: speak.vbs While saving, select  All Files  in the “Save as type” option to ensure the file is saved correctly with the  .vbs  extension. Step 3: Run the Script Locate the  speak.vbs  file on your desktop and double-click it. A small input box will appear. Type any message you want your computer t...

How to create keyboard shortcut key for any Program

Hey hi to all hope you all are good. This post will tell you that how to create the shortcut for any program. Click on START and type the name of the Program. Right click on the Program and click on properties. Now In the shortcut key field type/press any key that you want to use as a shortcut key. Now press OK :)

HOW TO SPEED UP UR WINDOW 7.

Hey hi to all hope you all are good. if you are using window 7 then this trick will help you to speed up. simply follow some steps.... 1- Go to run (win. +R) 2- type regedit > hit enter. 3- in the registry , locate this subkey: Hkey_LOCAL_MACHINE > SYSTEM > CurrentControlSet > ControlSessionManager > MemoryManagement > PrefetchParameter. 4- In the right panel , double click on Enable Prefetcher 5- now change the value to 2 , click ok. 6- double click on EnableSuperfetch. 7- click ok and close the registry. 8- Now restart system.

Difference Between Viruses, Worms, Trojans, and Spyware

Hello everyone, hope you are doing well. In today’s post, we will understand the difference between four common types of malicious software:  Viruses, Worms, Trojans, and Spyware . Most people use the term “virus” for every type of malware detected by an antivirus program, but that is not entirely correct. Modern antivirus software protects systems from many different kinds of threats, including worms, trojans, and spyware. Although all of these can harm your computer or compromise your data, they work in different ways. Let’s understand each one in detail. 1. Virus A  computer virus  is a malicious program that attaches itself to executable files or software programs. When the infected file is opened or executed, the virus activates and may spread to other files on the system. Some viruses remain active in the background and continue infecting files or damaging system functionality. Main Characteristics: Requires user action to execute Attaches itself to files or program...

impressive Facebook SMILEY.....

Hey hi to all hope you all are good..... In this post I am sharing some facebook SMILEY codes you just simply paste the code of any smiley in chat..... [[171108522930776]] for Troll Face  [[164413893600463]] for MEGUSTA  [[218595638164996]] for YAO  [[189637151067601]] for Lol  [[129627277060203]] for Poker face.  [[227644903931785]] for Forever ALONE.  [[100002752520227]] for OKAY  [[105387672833401]] for F**K YEA.  [[100002727365206]] for CH AC.  [[125038607580286]] for Forever alone navidad.  [[143220739082110]] for FK KIDDING ME.  [[168040846586189]] for Feel like a Sir.  [[169919399735055]] for NOT BAD  [[142670085793927]] for M O G.  [[170815706323196]] for Cereal Guy  [[167359756658519]] for NO  [[224812970902314]] for Derp  [[192644604154319]] for Derpina HOPE you like ...... :-)

impressive trick for FACEBOOK.....

Hey hi to all hope you all are good..... Try this trick.... Simply copy the below code @#[1: ]#@#@#[1:[0:1: type]] now paste it as post or comment.... type your comment or post in "type" now delete all # from the code & hit enter or click on post. example: suppose you want to type Good Morning in blue colour on Facebook.... paste the above code 1- @#[1: ]#@#@#[1:[0:1: type]] 2- type your message in place of type ... @#[1: ]#@#@#[1:[0:1: Good morning]] 3- delete # @[1: ]@@[1:[0:1: Good morning]] 4- In final hit enter or click on post.....

How to Create an Invisible Folder in Windows

Hello everyone, hope you are doing well. In this tutorial, you will learn a simple trick to create an invisible folder in Windows. This method hides both the folder name and icon, making the folder appear completely invisible on your desktop. Follow the steps below carefully. Step 1: Create a New Folder Create a new folder anywhere on your desktop or computer. Step 2: Rename the Folder Right-click on the folder and select  Rename . Now follow these steps: Press and hold the  Alt  key While holding Alt, type  0160  using the numeric keypad Release the Alt key and press  Enter The folder name will disappear, leaving the folder without a visible name. Note: This trick works only with the numeric keypad. Step 3: Make the Folder Icon Invisible Now make the folder icon transparent: Right-click on the folder and select  Properties Open the  Customize  tab Click on  Change Icon Scroll through the icons and select a blank/transparent icon Click...

Create a Simple Restart Prank Shortcut

Hello everyone, hope you are doing well. In this tutorial, you will learn how to create a simple Windows prank shortcut that restarts the computer when someone double-clicks it. This is a harmless prank demonstration using the built-in Windows shutdown command. Use it responsibly and only for fun with permission. Step 1: Go to Desktop Navigate to your desktop. Step 2: Create a New Shortcut Right-click on the desktop Select  New → Shortcut Step 3: Enter the Command In the  “Type the location of the item”  field, enter the following command: C:\WINDOWS\system32\shutdown.exe -r -t 00 What This Command Does shutdown.exe  → Windows shutdown utility -r  → Restarts the computer -t 00  → Executes immediately without delay Click  Next  to continue. Step 4: Rename the Shortcut In the  “Type a name for this shortcut”  field, type: Internet Explorer Then click  Finish . Step 5: Change the Icon To make the shortcut look more realistic: Right-cli...

How to Create Special Reserved Folders in Windows

Hello everyone, hope you are doing well. In this tutorial, we will learn an interesting Windows trick related to reserved folder names such as: CON, PRN, AUX, NUL, COM1, COM2, LPT1 Normally, Windows does not allow users to create folders with these names because they are reserved system keywords. However, using the Command Prompt, it is possible to create such folders. Follow the steps below carefully. Create a Reserved Folder Step 1: Open Run Press: Windows Key + R This will open the Run dialog box. Step 2: Open Command Prompt Type: cmd Then press  Enter . Step 3: Enter the Command Type the following command in Command Prompt: md \\.\C:\con Then press  Enter . You can replace  C:  with any drive location of your choice. The folder named  con  will now be created successfully. How to Delete the Folder To remove the folder, follow these steps. Step 1: Open Run Press: Windows Key + R Step 2: Open Command Prompt Type: cmd Press  Enter . Step 3: Enter the ...

windows factInteresting Windows Fact: Why You Cannot Create Certain Folder Names

Hello everyone, hope you are doing well. Did you know that Microsoft Windows does not allow users to create folders with certain names such as: CON PRN AUX NUL COM1 to COM9 LPT1 to LPT9 If you try to create a folder with any of these names, Windows will display an error message and prevent it from being created. Reserved Names in Windows Some commonly restricted names are: CON PRN AUX NUL COM1 COM2 COM3 COM4 COM5 COM6 COM7 COM8 COM9 LPT1 LPT2 LPT3 LPT4 LPT5 LPT6 LPT7 LPT8 LPT9 These names are known as  reserved device names . Why Are These Names Restricted? The reason dates back to the early days of  DOS (Disk Operating System) . In DOS and later Windows systems, names like  CON ,  PRN ,  AUX ,  COM , and  LPT  were used to represent system devices instead of regular files or folders. For example: CON  → Console (keyboard and screen input/output) PRN  → Printer device AUX  → Auxiliary device COM1  → Serial communication port LP...