Jump to content

Recommended Posts

Posted

I'm finding little tricks for making the Windows 8 interface nicer to use. Post them here to share with your fellow geeks, I'll try keep the first post updated with them. :)

 

WinKey+X - Show a small menu where Start used to be to access tools such as Event Viewer, Control Panel and other administrative tools.

Up Key for Fast Unlock - Press the Up arrow key to quickly hide the lock screen instead of dragging it up with your mouse.

Administrative Tools in Start - Open the Charm bar on the Start screen, select Settings then Tiles to show tiles for Administrative tools such as Computer Management.

 

Post more!

Posted

I would personally boot any Windows 8 device into a DOS box and using GDISK:

 

gdisk 1 /y /del /all

 

That is my top tip for Windows 8

Posted
I'm finding little tricks for making the Windows 8 interface nicer to use. Post them here to share with your fellow geeks, I'll try keep the first post updated with them. :)

 

Up Key for Fast Unlock - Press the Up arrow key to quickly hide the lock screen instead of dragging it up with your mouse.

 

any key/mouse click works

Posted

I'd quite like to learn the command line names for common configuration tasks such as network properties, printer properties etc if anyone could post them.

 

I find it quite difficult to find them as they appear to be buried 5miles below the interface.

Posted
Up Key for Fast Unlock - Press the Up arrow key to quickly hide the lock screen instead of dragging it up with your mouse.

No need to press Up. The "any" key will also work (as Sted said). :)

Posted
I'd quite like to learn the command line names for common configuration tasks such as network properties, printer properties etc if anyone could post them.

 

I find it quite difficult to find them as they appear to be buried 5miles below the interface.

 

control ncpa.cpl

 

Do you just mean the control panel commands or something more?

Posted
control ncpa.cpl

 

Do you just mean the control panel commands or something more?

 

as many as possible.

I'm getting really slow making config changes to windows these days compared to mac or linux. I want to memorise as many as possible.

Posted

A few more...

 

  1. Create your own "Refresh your PC" image. If you want to create a baseline image of your Windows 8 PC once everything has been setup exactly how you want it, open an elevated Command Prompt and then type the following...
     
    mkdir C:\RefreshImage
    recimg /CreateImage C:\RefreshImage
    recimg /SetCurrent C:\RefreshImage
    recimg /ShowCurrent


     
    When you Refresh your PC, Windows will revert to the image you took above. If you don't feel like typing in the commands above, there's a free app called RecImg Manager (Download) that acts as a front end to RecImg (and does some additional things too).
     
     

  2. Boot into Safe Mode. Hold down the SHIFT key and press F8 while booting up. Alternatively, open the Charms bar, hold the SHIFT key, tap/click Power and then select Restart while still holding the SHIFT key.
     
     
  3. Change the default lock screen image. Make sure you have KB2770917 installed, open GPEdit.msc and then Enable the policy below.
     
    Computer Configuration » Policies » Administrative Templates » Control Panel » Personalization » Force a specific default lock screen image


     
    Alternatively, create the following registry entry and change the image path.
     

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
    "LockScreenImage"="C:\\Pictures\\LockScreen.jpg"


     
     

  4. Disable the lock screen completely. Copy and paste the following into Notepad, save it as DisableLockScreen.reg and double-click it. To re-enable the lock screen, change the 1 to a 0 or delete the NoLockScreen registry value.
     
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
    "NoLockScreen"=dword:00000001


  • Thanks 2
Posted
Is this different to the change the lock screen image you get from charms -> settings -> change pc settings -> personalize-> lock screen ?

It's the same actually. :) The only difference is that prior to KB2770917 you couldn't change the lock screen image via Group Policy. There was also the issue mentioned below.

 

Microsoft recently release the November 2012 Cumulative Update for Windows 8/2012 that enables you to configure the default lock screen image for Windows 8 (See quote below).

 

Enable enterprise customers to customize the default lock screen.

 

You may have thought that this image was customisable by the users in the control panel already however this would only configure the image of the lock screen after the user had logged on to the computer. Meaning you were always presented with the Seattle Space Needle cartoon image every time you logged off or rebooted your computer. This image is nice to look at but this is definitely something the would be changed in most corporate environment to display their own corporate logo or a perhaps some disclaimer text. (Source)

  • Thanks 1
  • 1 month later...
Posted

Here's another good tip. If you are running Windows 8 on a laptop and want to check its battery capacity or charge history run powercfg /batteryreport from the Command Prompt. Windows will generate a report like the one shown below.

 

Windows 8 includes a very useful feature for laptop users that lets you see the charging history and capacity of your battery. Over time batteries hold less and less of a change so this report is very helpful to identify if it is time to buy a replacement.

 

Generating the report is very simple, just open up a command prompt, type in powercfg /batteryreport and hit Enter. (Source)

 

http://i.imgur.com/Jr83I8s.png

  • Thanks 3
Posted
WinKey+X - Show a small menu where Start used to be to access tools such as Event Viewer, Control Panel and other administrative tools.
Right clicking the bottom left corner does the same as well

 

Up Key for Fast Unlock - Press the Up arrow key to quickly hide the lock screen instead of dragging it up with your mouse.
Can be disabled if you force the use of CTRL+ALT+DEL

 

Administrative Tools in Start - Open the Charm bar on the Start screen, select Settings then Tiles to show tiles for Administrative tools such as Computer Management.

 

Post more!

 

WIN+I - Easy access to the Settings side bar - great for shutting the PC down or rebooting, etc

  • Thanks 1
Posted
From the (lovely?) Start screen, you can just start typing the name of programs you want to open... assuming you haven't bypassed it yet :)
  • Thanks 1
Posted
From the (lovely?) Start screen, you can just start typing the name of programs you want to open... assuming you haven't bypassed it yet :)

 

You could do that in the Win7 start menu too.. Everyone keeps point this out for Win8 as if its a new feature, but its not really... :confused:

Posted
You could do that in the Win7 start menu too.. Everyone keeps point this out for Win8 as if its a new feature, but its not really... :confused:

 

Windows 7 didn't have a start screen? Probably wasn't clear from my post, but I meant the place with the lovely tiles. No box to type in - you just start typing which then opens the search box - which then works exactly like the search on the Windows 7 Start menu

:ohwell:

Posted

Not sure why anyone would want to try and crack Win8 considering that its only about what - £50 for the Media or £25 online.

Much better than the £250+ it used to be!

Posted

The £25 version is only if you have a legitimate copy of Windows to upgrade from. Even then, I picked up System Builder version to install from scratch for £60 from KSN (link is in this forum somewhere).

 

But back to tips and tricks! :)

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...