Thursday, October 18, 2007

Bluetooth MP3 Player Watch

It comes bundled with multi-use Stereo Bluetooth Earphone which is compatible not only with the MP3 Wrist Watch, but also with Bluetooth enabled Mobiles and Computers.









Manufacturer Specifications

* Support MP3 and WMA music format
* Portable U Disk* Recording function
* Repeat from A-B Model
* EQ: 5Ms
* Wireless stereo earphone
* Stereo Bluetooth Earphone compatible with Mobile and Computer
* MP3 Solution: Sigmatel 3504a
* Watch Movement: Citizen 2035
* Bluetooth solution of Earphone: CSR* Bluetooth Solution of Watch: CSR
* Wafer Glasses made in Japan* PU Strap made by Bayer
* AL Case
* Water and Shock resistance

Features

* Memory: built-in 2GB
* Power: Build-in rechargeable 3.7V polymer lithium battery
* Continuing playing time: 4 Hours each time after full charging
* USB transmission Speed: USB2.0
* MP3 Bit: 32Kbps-320Kbps
* WMA Bit: 32Kbps-192Kbps
* Recording spot-check frequency: 16KHZ
* Record time: 260 Min for 128MB* Frequency range: 20-20KHZ*
Operation System: Windows Me/2000/XP/Mac OS8.6 or more
* Standard for Bluetooth: V1.2, Support Hs/HF, A/V Profiles
* Standby time of Bluetooth Earphone: 150Hs
* Time of continuing use for Bluetooth earphone: 6Hs
* Transmission Distance: 10M
* Charging time: 2Hs

Wednesday, October 17, 2007

What To Do When USB Devices Stop Responding

One common gripe I hear about Windows is how sometimes a USB device will no longer be recognized by the system when you plug it in.


This is generally due to a problem with the hardware manifest or the "device tree" in Windows, and there's a fairly simple solution.

1. Unplug all the USB devices that don't absolutely have to be there (i.e., your mouse and keyboard can stay).

2. Boot Windows in Safe Mode.

3. Open the Device Manager and look for everything in the USB Devices or Universal Serial Bus Controllers category.

4. Delete everything in that category.

5. Shut down and reboot the system normally. Windows will then re-install the USB controllers.

6. Re-add your USB devices.

They should be recognized properly, although you may need to provide drivers for them if Windows can't find them in its own driver repository.

Lock ur folders without any software...

Suppose you want to lock the folder games in d: which has the path G:\Games.

In the same drive create a text file and type


ren games games.{21EC2020-3AEA-1069-A2DD-08002B30309D}

Now save this text file as lock.bat


create another text file and type in it
ren games.{21EC2020-3AEA-1069-A2DD-08002B30309D} games

Now save this text file as unlock.bat

Now you can see 2 batch files lock and unlock.

Press lock and the folder games will change to control panel and you cannot view its contents.


Press unlock and you will get back your original folder.

Hey do not forget to change games to ur folder name.

try it out!!!!!!!

Change DOS color

SYNTAX Sets the default console foreground and background colors.

COLOR [attr]attr Specifies color attribute of console output

Color attributes are specified by TWO hex digits -- the first corresponds to the background;
the second the foreground.

Each digit can be any of the below values.

0 = Black
8 = Gray
1 = Blue
9 = Light Blue
2 = Green
A = Light Green
3 = Aqua
B = Light Aqua
4 = Red
C = Light Red
5 = Purple
D = Light Purple
6 = Yellow
E = Light Yellow
7 = White
F = Bright White

If no argument is given, this command restores the color to what it was when CMD.EXE started.

This value either comes from the current console window, the /T command line switch or from the DefaultColor registry value.

The COLOR command sets ERRORLEVEL to 1 if an attempt is made to execute the COLOR command with a foreground and background color that are the same.

EXAMPLEColor 2A = Creates a green background with light bright green text, similar to many of the FTP, telnet, and old BBS console screens.

Shortcut to Lock your Computer

Leaving your computer in a hurry but you don’t want to log off?

You can double-click a shortcut on your desktop to quickly lock the keyboard and display without using CTRL+ALT+DEL or a screensaver.

To create a shortcut on your desktop to lock your computer:

Right-click the desktop.

Point to New, and then click Shortcut.

The Create Shortcut Wizard opens.

In the text box, type the following:

rundll32.exe user32.dll,LockWorkStationClick

Next.Enter a name for the shortcut.

You can call it "Lock Workstation" or choose any name you like.

Click Finish.You can also change the shortcut's icon (my personal favorite is the padlock icon in shell32.dll).

To change the icon:Right click the shortcut and then select Properties.Click the Shortcut tab, and then click the Change Icon button.

In the Look for icons in this file text box, type:Shell32.dll. Click OK.

Select one of the icons from the list and then click OKYou could also give it a shortcut keystroke such CTRL+ALT+L.

This would save you only one keystroke from the normal command, but it could be more convenient.

Boot Defragment in WinXP

A very important feature in Microsoft Windows XP is the ability to do a boot defragment.
This basically means that all boot files are placed next to each other on the disk drive to allow for faster booting.

By default this option is enabled but some upgrades could disable this feature.
to enable it :

1. Start Regedit.

2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction

3. Select Enable from the list on the right.

4. Right on it and select Modify.

5. Change the value to Y to enable and N to disable.

6. Reboot your computer.