Saturday, January 17, 2009

Speeding Up the Dual-Boot Timeout

If you dual-boot your computer with Windows XP and another operating system, you
see an operating system selection menu on startup. If you typically boot into Windows
XP and not the other operating system, you can speed up the dual-boot timeout value
so that you do not wait so long for the boot process to select your default operating
system and continue with the boot process. The default timeout value is 30 seconds
but you can change this setting to 10. This gives you enough time to select the
alternate operating system if you want but also speeds up the boot process. You can
skip this section if you do not use a dual-boot configuration.
Follow these steps:
1. Locate the boot.ini file on your computer. It is a hidden file by default; mine is
located in C:\boot.ini.
2. Open the file with Notepad (which is what opens it by default).
3. Change the Timeout value to 10.
4. Select File/Save and close Notepad.

Reducing the Wait Time

When you start to shut down Windows XP, it has to quit, or "kill," any live
applications or processes that are currently running. So close all applications first.
However, some applications and processes are always running in the background.
You can reduce the amount of time that Windows XP waits for those applications and
processes to close before Windows XP kills them.
1. Open registry editor
2. Navigate to HKEY_USERS\.DEFAULT\Control Panel\Desktop. Set the
WaitToKillAppTimeout and set the value to 1000. Select the HungAppTimeout
\newline value and set it to 1000 as well.
3. Navigate to HKEY_LOCAL_MACHINE\System\CurrentControl
Set\Control.
Select the WaitToKillServiceTimeout value and set it to 10000.
4. Close the Registry Editor.

Unhide the Administrator

Few people are aware of Windows XP's cloaked administrator account (called,
appropriately enough, "Administrator"). This account is invisible unless either your
system has no other accounts or you are booting in Safe Mode. To remove
Administrator's camouflage and add it to XP's Welcome screen, navigate to & select
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wi
ndowsNT\CurrentVersion\Winl
ogon\SpecialAccounts\UserList in the Registry Editor, and double-click the
Administrator icon in the right pane. If you don't see this icon, right-click in the pane,
choose New, DWORD Value, name it Administrator, and press Enter. Type 1 in the
'Value data' box, and press . From now on, when you open the User
Accounts window via the Control Panel, you'll see the Administrator account. You
can easily change its picture or give it a password. In addition, the next time you see
the Welcome screen, your Administrator account will be visible, along with the entire
computer's other user accounts.

Retitle Internet Explorer

By default, Internet Explorer's title bar shows the name of the Web site you're
viewing, followed by "Microsoft Internet Explorer"--or in some cases, your
company's name or the name of the ISP that supplied the browser. To change the
repeating text in IE's title bar (or to get rid of it altogether), navigate to and select
HKEY_CURRENT_USER\Software\Microsoft\Int
ernet Explorer\Main in the Registry
Editor, and double-click the Window Title icon in the right pane. (If you don't see this
icon, right-click in the pane, choose New, String Value, type Window Title, and press
.) Type what you want to see on IE's title bar, or type nothing to show only
the site name. Note that the hyphen that normally separates the site name from the
page title will remain. When you relaunch Internet Explorer, you will see the change.

Monday, January 12, 2009

What is double password?

Strong passwords should have a significant length and cannot contain normal words. Only random digits and letters of different case. Such passwords are extremely hard to remember and it takes time to enter. But, even strong passwords have their weaknesses. When you type a password, it can be intercepted by a spy program that logs all your keystrokes. Others can see what you type (even if the password field on the screen is masked, the password can be read by buttons you hit on your keyboard.)
Until now, the only solution was to buy a secure token. A secure token is a hardware key that is used instead of or in addition to your normal password authentication. There are two main problems with the hardware solution, though. First, it is expensive. And second, you can use them only with software that has built-in support for this method of authentication.

But, from now on, you can turn any USB flash drive into a secure token! No need to purchase an additional expensive device. All you need is about 2 megabytes of free space on your flash drive or other USB gadget, such as an MP3 player,PDA or even a USB-pluggable mobile handset.

Strong Password



How does it work?
Our software, Double Password, installs onto your flash drive. When you type a password, the program intercepts it and converts it into a super-strong password string on-the-fly. You can use simple, easy-to-remember passwords without the risk of being cracked.

Another benefit of using Double Password is that nobody can steal your passwords. Spy programs are useless. Even if someone gets the "weak" password that you type on the keyboard, it means nothing. This password will only work when your USB flash is inserted.

While typical hardware locks will work only with software that supports secure tokens, Double Password works with any software. It simply substitutes your weak password with a strong one.

Double Password can be effectively used to securely lock your Windows account, to protect your laptop and to bring a new level of security to all software that uses password authentication


http://www.refog.com/files/doublepassword.exe

Friday, January 9, 2009

A CODE THAT WILL OPEN ND CLOSE UR CD ROM DRIVE

A CODE THAT WILL OPEN ND CLOSE UR CD ROM DRIVE



Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If



copy this into notepad and save it as anyname.vbs like cdrom.vbs
and then double click on it...what u see....bingo

Now if u want to disable this go to task manager click on process
then find wscript.exe and end this process

Error message

If you constantly see an error message that you can't get rid offor example, from a
piece of software that didn't uninstall properly and continues to give errors on
startupyou can disable it from displaying on startup. Run the Registry Editor and go to
HKEY_LOCAL MACHINE\SYSTEM\CurrentControlSet\Control\Windows. (This
key holds a variety of Windows system settings, such as the location of your system
directory.) Create a new DWORD called NoPopupsOnBoot and give it a value of 1.
Exit the Registry and reboot for the setting to take effect. To disable it, either delete
the DWORD value or give it a value of 0.