Thursday, September 30, 2010

Disable Task Manager/Alt +Ctrl+delete

Yes,you can certainly disable Your Task manager,for some security reasons.For that

1- Click start menu > click Run to open Run dialog box. Type regedit to run Windows Registry Editor.
2- Go to following address:
 
HKEY_Current_User\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

3- Create a New DWORD value, name it as DisableTaskMgr, and give it value of 1.
4- To enable Task Manager again, delete created key.

Disable Display Properties

If you want to disable some property.you need to modify windows registry

Go to Run.Type Regedit
Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

In the right side panel create a DWORD with value of 1 and enter following entries as name for each Type you want to disable:
1.To disable ScreenSaver type: NoDispScrSavPage
2.To disable Desktop type: NoDispBackgroundPage
3.To disable Themes type: NoThemesTab
4.To disable Setting type: NoDispSettingsPage

Wednesday, September 29, 2010

Make your CD drive continously ejecting out

This script is nasty.It will check the status of your CD drive.If its closed,it ejects out continously,and you feel your cd drive has gone.But it will stop at your nest restart.Its totally in your hand how to make it more deadly,may be keeping it in someone's startup

**************************CDDRIVE.VBS*******************************
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
"**********************************************************************""*

Endless Enter

This script allows you to enable Enter key,such that it seems to be continously pressed.Do it at your own risk

 "******************Enter.vbs*************************
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
"*""*"""**********************************************

Endless Backspace

You can also write vbscript that can work as if you are continouly pressing backspace.These script can be given to you through mail etc,so its your responsiblility to check before you are gone

Anyway,coming back to the code,copy the following and save it as backspace.vbs

***************"**backspace.vbs"*********************************

MsgBox "This will press backspace endlessly"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
""*************************************************************""*

CAPSLOCK blinking continuously

Yes,you can write a simple vbscript that can turnon/off your capslock such randomly that it seems to be blinking
Just copy the following code in notepad and save it as blink.vbs

 ***********************BLINK.VBS**************************
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
***************************************************
Once the capslock is continously blinking,you can stop it by going to process tab under task manager,and killing "WSCRIPT.EXE".

HAPPY CODING

Open Your infected USB safely

Turn off Autoplay before inserting any removable devices,because most of the virus are affecting with this autoplay facility of Windows.

To turn off autoplay..
1.Enter gpedit.msc in the run
2.Select the Administration Templates ,then expand that and select System
3.You can see a Option Turn off AutoPlay..Select that and
    Select for All drives in the dialogue box to apply for all removable devices.

Then insert your USB Drive.After inserting the USB Drive,Donot doubleclick.Please use to Enter the drive name to the address bar(For Eg.If the drive of USB is K then type K:\ press enter)

Friday, September 24, 2010

More Than One Gtalk On A Single Desktop

If you have many gmail accounts and your friends are online in those accounts how will you chat with all of them, will you open that number of browsers one Internet Explorer,one Mozilla Firefox ,etc.No need to do this you can have your all account online at a time in Google talk.
Just Follow these Steps:
Step 1:Click On Start Button find Google Talk
Step 2:Open the Properties of Google Talk
Step 3:In the shortcut tab go to target you will find something like this:"C:\Users\username\AppData\Roaming\Google\Google Talk\googletalk.exe" /shortcut
Remove the shortcut and put nomutex
then you will have something like this
"C:\Users\usename\AppData\Roaming\Google\Google Talk\googletalk.exe" /nomutex
Step 4:Click OK
Step 5:Now open as much number of google talk you required by clicking at google talk in start button.
Use It and give your feedback.

Hiding Drives

Sometimes its required to hide a particular drive from others,and if you dont have any hiding software,follow this steps

  1. Open command prompt
  2. Type "diskpart.exe"     w/O quotes
  3. Type  "list volume"       w/o quotes
  4. It will show you volume letter and volume number
  5. Suppose you want to hide E:    and its volume number is 3
  6. Type "select volume 3"   w/o quotes   3 is the volume number
  7. Type "remove letter e"   w/o quotes   e is the volume name
  8. If needed reboot the system
  9. To show the same drive repeat 1,2,3,4,5,6
  10. Type "assign letter e "

    Remove Virus from PenDrive,or any USB drives

    1> Open system in DOS mode
    2>Make your pendrive as current directory.   Say its H:
    3> type attrib -s -h *.* /s /d
    4>type dir
    5> It will show all the files including hidden file.
    6>delete any file that appears strange
    7>type del  filename.ext /f /s /q

            f  force
            s  sub directory as well
            q quite mode,it wont ask u permission

    Wednesday, September 15, 2010

    Optimize Your Internet Speed by changing MTU value

    MTU stands for Maximum Transmission Unit and in basic terms, it defines the maximum size of a packet that can be transferred in one frame over a network.By optimizing the MTU setting you can gain substantial network performance increases, especially when using dial-up modem connections.


    1.Open Regedit
    2. Browse for location

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces]

    3.Right click select new -> DWord value
    4.Give the key name as MTU
    5.Double click and set the value as given below, make sure decimal is selected
    6.Click ok and its done.Close Regedit

    Recommended Values in decimal

  • 576 - Dial-up Connections
  • 1492 - PPPoE Broadband Connections
  • 1500 - Ethernet, DSL and Cable Broadband Connections

    Restart Windows for the change to take effect.

  • Wednesday, September 8, 2010

    Unload Cached DLL files to Free Memory

    Windows Explorer caches DLLs (Dynamic-Link Libraries) in memory for a period of time after the application an using them has been closed. Which in some cases can be an waste of memory. To stop WinXP from always caching these DLL files, create the new registry key below.

    1.Open up the Registry and navigate to :

    HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\Explorer

    2. Create a new sub-key named 'AlwaysUnloadDLL' and set the default value to equal '1' to disable Windows caching the DLL in memory.

    3.Restart Windows for the change to take effect

    Increase Folder Settings

    Windows remembers 400 folder settings. When that number is reached some settings aren't retained any longer. You can change this to 8000 by adding this edit to the registry.


    1. Copy the following (everything in the blue) into notepdad.

    Windows Registry Editor Version 5.00

    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU]
    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags]

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]
    "BagMRU Size"=dword:00001f40

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]
    "BagMRU Size"=dword:00001f40

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSaveSettings"=dword:00000000


    2. Save the file as folder8000.reg

    3. Double click the file to import into your registry.

    Increase Your Computer Performance

    Performance Increase Through My Computer

    1: Start > Right Click on My Computer and select properties.
    2: Click on the "Advanced" tab
    3: See the "Perfomance" section? Click "Settings"
    4: Disable all or some of the following:

    Fade or slide menus into view
    Fade or slide ToolTips into view
    Fade out menu items after clicking
    Show Shadows under menus
    Slide open combo boxes
    Slide taskbar buttons
    Use a background image for each folder type
    Use common tasks in folders

    There, now Windows will still look nice and perform faster

    Cheating Rapidshare

    Rapidshare traces the users IP address to limit each user to a certain amount of downloading per day. To get around this, you need to show the rapidshare server, a different IP address. You can do this one of multiple ways.

    Requesting a new IP address from your ISP server.

    Here's how to do it in windows:
    1. Click Start
    2. Click run
    3. In the run box type cmd.exe and click OK
    4. When the command prompt opens type the following. Press ENTER after each command


    ipconfig /flushdns
    ipconfig /release
    ipconfig /renew
    exit


    5. Erase your cookies in whatever browser you are using.
    6. Try the rapidshare download again.

    Frequently you will be assigned a new IP address when this happens. If you are on a fixed IP address, this method will not work.

    Disable Error Reporting Feature

    To disable the stupid feature in WinXP which tries to send a report to microsoft every time a program crashes you will have to do this:

    *************************************************************************

    Right Click on My Computer,select properties
    Then click on the Advanced tab
    Click on the error reporting button on the bottom of the windows.
    Select Disable error reporting.
    Click OK
    Click OK

    *************************************************************************

    Internet Download Manager

    Click here to download IDM with Patch

    Find Out Who is invisible in Yahoo

    Sometimes your near and dear ones,may try to hide from you.So there is a way to know if somebody is invisible in yahoo.

    Just go to http://www.invisible.ir

    and enter victims Yahoo! ID…

    Click go and you are done!

    Friday, September 3, 2010

    Installing Windows XP in Lenevo N500

    Lenevo N500 by default comes with Vista/Windows 7 support.
    If you try to install windows xp,it will show you a blue screen error,which we call "Blue Screen Of Death"
    How ever if you still want to install Xp to that machine,
    Go to BIOS setting
    Find somewhere AHCI and change it to IDE
    Thats all.Now you can sucessfully install windows XP