www.tomasgosselin.be

IT and Stuff

www.tomasgosselin.be - IT and Stuff

A “small” demonstration of Windows 8

Whatever we say about Microsoft, sometimes, we must admit there are genius there ! (lots of actually ^^).

Since Windows 8 is available, I’ve heard everything about it :

  • It is too different, I don’t undertand,
  • Something is strange with application full screen, where is the desktop ?,
  • Where is my “start menu”??? (usually followed by “Give me my menu back !!!”scream, tears etc … ),
  • Etc …

I personally use it for 6 months. So far, I consider it as one of the best edition of Windows !

But it is a reality, the firsts hours will be long with a straight mind, attached to habits … looking for something instead of discovering things.

What happen if you drop all the walls and barriers ? Let’s Microsoft show us a wonderful demonstration at Fnac store in Lisbon December 17th :

Indeed, after showing Windows 8 to some friends, I’ve always heard :

  • How do you that?! Show me !
  • Aaaaaahh, in fact it rox…
  • Great, very usefull !

As Microsoft said : we are all invited :-)

Get Windows 8

 

Make a partition bootable

The post today is about something could be really usefull : make a partition bootable. You can ask “why should I make a partition bootable ?”. Indeed, you will use it for some scenarios, probably not every day of your life !

What I propose here is not the “Ultimate” way to do it, it will just be a question of “Activate” the partition. The partition will be marked as active, there won’t be a boot loader added in hidden files on the drive. It will inform the BIOS (or EFI) than the partition is a valid System Partition or a System Volume. It will be possible to boot on it.

There are a few restrictions :

- The modification or suppression of an active partition can cause serious damage to the Operating System and prevent it to boot,

- You can’t mark a logical drive as active,

- You can just have one active partition for each disk,

- You can’t use it on a RAID-5 system,

 We will use Diskpart:

1. launch a command prompt in administrator mode,

2. type : diskpart

3. list volume

 This will provide you a list of the volume connected to the system. You can identify the volume regarding the “Letter” associated.

Here is my list of volumes. D, F and G are one disk

Here is my list of volumes. D, F and G are one disk

As soon as you know witch volume you want to boot on :

- Type : select volume <volume number>

- Type : “Active”

diskpart2Now, set up your BIOS to boot on USB Device then connect your external DD and start your computer. You will see your computer trying to boot on this device.

Let’s see a bit later what files you can put on it.

Additional Readings :

Install Windows 8 with USB Key

 

 

Create Shutdown or Restart Button on Windows 8

Since October 26, the Windows 8 Day, I’ve heard a lot about people complaining on “Shutdown the computer takes more action than ever” …

Indeed, the classical way takes a minimum of 3 clicks … We all know it can be “a lot” to just Shutdown or Restart the system.

Here is a good way to solve this problem, we will create a shortcut using the command “Shutdown” + Arguments. The good news is that everything needed is included in Windows 8. Let’s start !

1. Create the shortcut:

Simply right click on an empty space on the Desktop, choose new and click “Shortcut”.

Select "New shortcut" from right click menu

Select “New shortcut” from right click menu

2. The location of the shortcut will be the chosen command. Just copy paste this : 

shutdown -s -t 00

New Shortcut 2

The location of the shortcup will be the command you want to run.

NB : I add “-f” to the command to “force” the shutdown. That means if I have an opened document in Word, or a email I am writing which are not saved, there won’t be any prompt to ask me if I am sure I want to close it. I will be closed and all the changed unsaved will be lost ! Take care if you use “-f”.

3. Then Choose a displayed name such as “Shudown” and click “Finish”.

Type a name for the shortcut and click finish

Type a name for the shortcut and click finish

The shortcut is now created and if you click on it, you will see it works ! But an important thing remains to be done : give it a cute Shutdown icon ! And guess what, it already exists in Windows 8 icons :-)

4. Right click on the Shortcut you just created and choose “Properties” then, “Change Icons”

Select "Change Icons" to select a new Icons for the Shortcut

Select “Change Icons” to select a new Icons for the Shortcut

New Shortcut Error

Sometimes you can get an error, just click “OK”

4. Select the icons you want for shutdown and validate your choice by clicking “Ok”.

Choose an icons for you shortcut

Choose an icons for you shortcut

As the shortcut is created on the Desktop, you are able to pin your “Shutdown Button” to the taskbar or even create a tile in Modern UI.

Once your Shutdown Shortcut is created, I guess the procedure to create a Restart Shortcut is quiet understandable.

The only “trap” on it is about the arguments of the command. If we need to type “Shutdown” to switch the computer off, then “Restart” will do the trick to restart the system … Well, not exactly :-)

Actually, there is no command “Restart”. The action between “shutdown” and “restart” the computer is in an argument of the shutdown command.

To stop the computer we used :

shutdown -s -t 00

where “-s” means shutdown !

To restart the computer, we will use :

shutdown -r -t 00

That is the only difference !

Additional readings :

– Visit Shutdown documentation on Technet.

Install Windows 8 with a USB key

Hello,

Installing Windows with USB key has lots of advantages:

  • USB 3.0 provides high speed for files copying,
  • takes only a few minutes to create a device,
  • ISO takes less place than DVD,
  • you won’t get a scratch problem,
  • you can re-use it many times,
  • etc

Let’s prepare the files required:

The procedure is pretty simple.

1. Open the Windows 7 USB DVD Tool

Win7USBDVDTool

Select iso file with “Browse” then click “Next”

          2. Choose the option “USB Device”

Win7USBDVDTool2

          3. Select your USB Device and click “Begin Copy”

Win7USBDVDTool3

And that is it ! You don’t need to “make your USB device bootable” because the tool will do it for you.

After the process, the USB key is ready to perform Windows 8 Installation.

If you want to know more about what can be done with those files, I suggest you to read :

- Coming soon

Add and Remove Features on Windows 8

Windows 8 includes lots of different features:

  • .NET Framework 2.0 and 3.5
  • Hyper-V
  • IIS
  • Internet Explorer X
  • Etc

To enable or disable them, go on Modern UI with “Windows Key” and search for “Features” in the tab “Settings”

ModernUI

Windows 8 Modern UI
(click to enlarge)

Turn Windows Features On or Off image

Turn Windows Features On or Off
(click to enlarge)

 

Check or Uncheck the features you are interested in. Close the window by OK button when it is finished.

This could cause a system restart.

Welcome

Welcome on this blog.

I will try to put anything such as nothing … Content will be very various and could come from a tutorial about “How to create a WinPE removable device” to a good restaurant I have been a few days ago !

Let’s say it won’t be a typed blog … Let’s let him go to what it is going to be :-)

Anyway, thank you for your attention, reading and time ! Feel free to send me remarks and question about anything !

Tomas