Showing posts with label USB. Show all posts
Showing posts with label USB. Show all posts

Wednesday, October 15, 2014

Cool Windows 8 [v.8.1] facts you should know

1. You Can Shut Down in Two Clicks


Press Windows Key + X or right-click the Start button to open the power user menu. This menu contains shortcuts with quick access to commonly used options like the Control Panel, Task Manager, and File Explorer.

2. Show Administrative Tools


The system tools found in the Windows Administrative Tools folder — applications like the Task Scheduler, Event Viewer, Services, and Computer Management tools — are normally hidden. They won’t appear in your All apps list and you won’t be able to find them by searching your installed applications, either. If you need them, head to the Start screen, press Windows Key + C, select Settings, select Tiles, and enable the Show administrative tools option on the Tiles pane.

3. Windows To Go


Of the entire list here, this is one feature that offers the most convenience to users. Windows To Go allows users to make a copy of their OS complete with their settings, wallpapers, files and even apps, into a USB/Pen drive. Plugged it into another computer with Windows 8 already installed, and you can boot up the PC and make it look exactly alike the OS you normally use, with all settings intact.

4. Windows Live Syncing


Similar to Windows To Go, the new Windows 8 will provide Windows Live syncing, such that users can login on any Windows 8 PC with ‘Live ID’ and get back their own personalized settings on it. The desktop will look the same every time the user login on a PC with their Windows Live account. Migrating to a new PC is probably made easier when the user has all the essential settings synced.

5. Built-In Antivirus


Windows 8 finally includes an integrated antivirus. The antivirus is named Windows Defender, although anyone who has used the free Microsoft Security Essentials will recognize the interface immediately. In Windows 8 Microsoft Security Essentials just has been renamed to Windows Defender.

Sunday, November 4, 2012

Add background Image to your USB / Removable Drive

1.) Copy Paste the following code in the notepad and rename that notepad file to Desktop.ini 
(Just make sure when you paste this code, the Double Quotes are in Notepad format otherwise type the Double quotes manually from your keyboard.)

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]

iconarea_image="back.jpg"

iconarea_text="0xFFFFFF"

2.) Choose any image of your choice and rename it to back.jpg

3.) Copy Paste both these files (i.e. desktop.ini and back.jpg) into your USB device and make them hidden by selecting Properties -> Hidden Files.

That’s it. You are done. Here is a Sample Image I have inserted in my Pen-Drive.

Just REFRESH your screen and you will see your image on background.

If you need help Selecting your text color (Iconarea_text) you can prefer the chart given below...
The color-code shown over the color are respective code for that color..

Friday, May 6, 2011

How to re-enable a disabled USB port in ur pc...

To re-enable a disabled port, follow these steps below
1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 3, click Hexadecimal (if it is not already selected), and then click OK.
6. Quit Registry Editor

How to disable the access to USB ports...

To disable the access to USB port, in windows XP and 2000, follow the steps below
1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 4, click Hexadecimal (if it is not already selected), and then click OK.
6. Quit Registry Editor.