Part-2 Windows 8 tips,trick and hack

Part-2 Windows 8 tips,trick and hack...



 Use and hack the Power User menu

Microsoft giveth and Microsoft taketh away. In Windows 8 it took away the Start menu, but it also provided a very useful new tool: the Power User menu. Right-click in the lower-left corner of the Desktop (or press the Windows key + X) and up pops a text-based menu that gives you access to 16 tools, including a Run box, a command prompt, an administrative command prompt, the Device Manager and plenty of other useful power tools.
Power User menu
Windows 8's new Power User menu.
Most choices are self-explanatory, but not all. For example, click "Programs and Features" and you get sent to a Control Panel applet that lets you uninstall Desktop programs, look at Windows updates you've installed and turn certain Windows features on or off.
The Mobility Center sends you to an applet that lets you do things such as change your display brightness, screen orientation, presentation settings and so on. And in case you didn't realize that the Control Panel still existed, there's a link to that as well.
Another nice thing about the Power User menu: It's hackable. You can delete items you don't want to appear there and add items you do want to appear there, such as programs you run frequently or even individual files.
To do it, you'll first have to make sure that you can view hidden files in File Explorer, as outlined previously. Then go to
C:\Users\username\AppData\Local\Microsoft\Windows\WinX
where username is your account name. You'll see three folders there: Group1, Group2 and Group3. Each has shortcuts to the apps that appear on the Power Menu. Group1 contains the Desktop; Group2 contains the Control Panel, File Explorer, Run, Search and Task Manager; and Group3 contains two for the Command Prompt (one of which is an Admin command prompt), Computer Management, Device Manager, Disk Management, Event Viewer, Power Options, Programs and Features, System and Windows Mobility Center.
shortcuts in WinX folder
These shortcuts show up as menu items on the Power User menu.
Click to view larger image.
Look back at the Power User menu. Notice that there are three groups separated by two faint lines? They correspond to the folders in the WinX folder. The app in Group1 (Desktop) is at the bottom, then there's a line, then there are the apps in Group2, then there's a line, and then there are the apps in Group3.
To edit the Power User menu, just make changes to the contents of the folders Group1, Group2 and Group3. Delete a shortcut and it vanishes from the menu; add a shortcut and it appears on the menu.
Delete a shortcut as you would any other shortcut: Select it and press your Delete key. (When you delete a shortcut, the file it points to isn't deleted; only the shortcut goes away.) To add a shortcut, open the folder into which you want to place it, right-click on an empty spot, select New --> Shortcut, and follow the wizard that appears.
After you've finished deleting shortcuts and adding new ones, sign out of Windows and then sign back in. Your new Power User menu will be waiting for you on your return.

4. Customize the lock screen

When you boot up your PC or wake it from sleep, it heads right to Windows 8's lock screen. Along with a large image, the screen displays the time and date as well as notifications and status updates from certain apps -- email, social networks, calendar and more. It provides a quick rundown on things you might be interested in seeing without having to sign into Windows 8. Just wake up your Windows 8 device and the info is there, waiting for you on the lock screen.
By default, the lock screen shows notifications from the Messaging, Mail, Calendar and Weather apps. But maybe you'd like to see Twitter updates or info from another app, or you'd like to change the image. You can easily customize all that.
The place to go to do it is the Lock screen settings screen. To get there, press the Windows key + C to display the Charms bar, and then select the Settings icon. Click "Change PC settings" at the bottom of the Settings pane. The "PC settings" screen appears. Under Personalize, choose "Lock screen."
You'll see your lock screen image at the top of the screen. Just beneath the image are other images you can use. Click one to make it the new lock screen image. To find other images you can use for the lock screen, click the Browse button and browse through your pictures. Select the one you want to use and click the "Choose picture" button to make it your new lock screen image.

lock screen settings screen
Here's command central for changing your lock screen settings, starting with the image.
Click to view larger image.                                                   



Just below the image on the Lock screen settings screen is the "Lock screen apps" section. Here you'll find icons for the apps that automatically display notifications and updates on your lock screen.
changing lock screen apps
Click a plus sign and choose an app to display alerts and notifications on the lock screen.
Over to the right of them are several plus signs. Click a plus sign and you'll see a list of apps that can display notifications and updates. Pick one and it will display alerts and other information on the lock screen.
Note that when you click a plus sign, you'll see both the apps that are already displaying notifications and alerts on your lock screen as well as those that aren't currently doing so. If you choose one that already displays its notifications on the Start screen, nothing new happens -- the app still displays notifications, with no change. To stop an app from displaying notifications, click it and then click "Don't show quick status here."
Underneath that section is one that's a little more baffling: "Choose an app to display detailed status." The app in this section displays more information on the lock screen than other apps.
lock screen with detailed calendar info
Here's the Lock screen showing detailed information from the Calendar app.
Only the Calendar app and the Weather app can show this kind of detailed information, and only one at a time. To change from one to the other, click the icon that's there and select the other icon. From then on, that app will show its detailed status.
If you want neither app to show detailed status, click the icon and select "Don't show detailed status on the lock screen." Neither app shows detailed information, and the icon changes to a plus sign. If you want to reinstate detailed weather or calendar information, click the plus sign and select either app.

5. Lock the lock screen image

If you share a Windows 8 PC with others and don't want them messing with the lock screen image, you can lock it so that it can't be changed. To do it, though, you're going to have to get down and dirty by editing the Registry.
Caution: Keep in mind before trying this that you can do damage to your system if you use the Registry incorrectly, so if you don't feel comfortable with Registry editing, stop right now. (See our story "The tweaker's guide to the Windows Registry" for more information about Registry editing. And be very sure to read the instructions for backing up the Registry before you attempt any Registry edits whatsoever.)
For those who do feel comfortable, when you're on the Start screen, typeregedit, click Apps on the right-hand side of the screen, then click the regedit.exe icon that appears on the left side of the screen.
launching the Registry Editor
Launching the Registry Editor.
A security window appears asking if you want to allow the Registry Editor to make changes to your PC. Click Yes, and the Registry Editor launches.
Now navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\
See if there's a key called Personalization there. If the key already exists, don't create another one. Instead, follow the instructions in the next paragraph. If the key doesn't exist, you'll have to create it. To do so, click Edit --> New --> Key. That creates a new key, but it will have a name like "New Key #1." You have to rename it. Right-click it, select Rename, and rename it Personalization.
Now that the Personalization key is there, create a new DWORD value under it called NoChangingLockScreen. To do that, right-click the Personalization key and select New --> DWORD (32-bit) Value. Rename the DWORD value NoChangingLockScreen. Double click-it and change its value from 0 to 1. Now exit the Registry Editor.
Registry Editor
Setting the NoChangingLockScreen DWORD value to 1 prevents the lock screen image from being changed. Click to view larger image.
Log out of Windows or restart it, then log back in. The lock screen background shouldn't be changeable -- consider it locked. If you want to allow the background to be changed in the future, use the Registry Editor to change the value of NoChangingLockScreen from 1 to 0.

6. Kill the lock screen altogether

Not a fan of the lock screen? There are plenty of people who don't find it useful and would prefer to bypass it so they can just sign into Windows and get straight to work. You won't find a setting to do it. Instead, you'll have to use the Registry Editor.
All the caveats about using the Registry Editor outlined in the previous tip apply here, so keep in mind it could be dangerous to use it. However, if you're comfortable using the Registry Editor, follow the instructions in "Lock the lock screen image" above to launch the Registry Editor, and, if you haven't already done so, to create a Registry key called Personalization in
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\
Create a new DWORD value under the Personalization key by right-clicking it and selecting New --> DWORD (32-bit) Value. Rename the DWORD value NoScreenLock. Double click-it and change its value from 0 to 1. Now exit the Registry Editor.
The new setting should take effect immediately. The next time you reboot or wake your PC, you won't see the lock screen. Instead, you'll go straight to the Windows sign-in screen.

Popular posts from this blog

docomo free internet free sms trick caller tune trick

MOST BEAUTIFUL CITIES IN THE WORLD