Shortcut for Task Manager in Windows

Task Manager has become one of the tools used by almost all Windows users to do some level of administrative task. some of the common usage of task manager are to end a process, view the resource usage of the computer, check the performance of the computer etc.

I have seen many users, opening task manager by holding down Ctrl+Alt+Delete and then selecting Task Manager from the screen. Although this is one way of accessing task manager but it involves an additional step.

Another way of accessing Task Manager is through right clicking on the task bar and selecting task manager.

image   

The most easiest way for me to is by holding down Ctrl+Shift+Esc which opens Task Manager instantly.

Windows 8 Enterprise to Windows 8.1 Enterprise update

When Microsoft released the Windows 8.1 update for Windows 8 operating systems some time back, users were able to download the and install the updated through the store. Unfortunately the below specified Windows 8 editions do not support the update from the store.

  • Windows 8 Enterprise. Talk to your system admin about updating to Windows 8.1.
  • Windows 8 Pro, if installed by an organization or a program that uses Volume Licensing. Talk to your system admin, or the administrator of the program that was used to install Windows 8. If you’re the administrator, you can find more info and links to Windows 8.1 ISOs in the Windows 8.1 Enterprise Evaluation.
  • Windows 8 Pro, if installed using an MSDN or TechNet ISO, and activated using Multiple Activation Keys. You might be able to download a Windows 8.1 ISO from MSDN or TechNet.
  • Windows 8.1 Preview or Windows RT 8.1 Preview. You might still be able to update from the Store. For more info, see Update from Windows 8.1 Preview to Windows 8.1.

http://windows.microsoft.com/en-us/windows-8/why-can-t-find-update-store#

If you have a Windows 8 Enterprise and you cannot find the Windows 8.1 update in the store, download the step by step guide form the below link. To achieve this you shall require the Windows 8.1 Enterprise DVD which can be downloaded from the Microsoft Volume Licensing Service Center

Windows Update Step by Step Guide http://1drv.ms/1r86qvq

Safely remove hardware/USB from your computer

If you unplug a storage device or removable drive from your computer while it’s transferring or saving information, you might risk losing some information. In Windows you can do the following to safely remove such devices.

  • Click on the upward arrow on the taskbar by the clock and your will see the “Safely Remove Hardware” icon

image

  • Right click on it and select eject external drive

image

Another way to do this is to create a shortcut on your desktop to remove the drive. So that whenever you want remove a drive, double click on the icon, select the drive and click ok.

  • Right Click on desktop select New and click on Shortcutimage
  • Type in the below in the location of the item field and click next

C:\Windows\System32\rundll32.exe shell32.dll,Control_RunDLL hotplug.dll

image

  • Provide a name for the shortcut and click finish

image

  • Double click on the shortcut you created located on the desktop, select the drive and click stop

image

Hiberfil.sys file in Windows

If you are reading this article then most probably your computer has ran out of available hard drive space in the system drive and you have tried cleaning up the drive and suddenly come a hidden file named hiberfil.sys which is huge in size and wondering if it can be deleted.

image

The Hiberfil.sys file is a hidden system file located in the drive where Windows is installed. Windows creates this file when the Hibernation power feature is enabled. the size of this file is approximately equal to total RAM is installed on the computer. The more the RAM the bigger the file size will be.

When the Hibernation feature is enabled in Windows and when the computer is hibernated, Windows store all the files, programs, etc. which are open to this file. In other words Windows stores a copy of the RAM to the hard disk using this file.

This file is generated only when Hibernation is enabled and when hibernation is disabled the file will be deleted and you can recover some valuable disk space.

To disable hibernation

  • Open Command prompt (in admin mode)
  • Type powercfg –h off

image

 

Disabling Automatic Restart on System Failure in Windows

As a safety feature and as a precaution Windows always restarts immediately when it encounters a serious/critical error (such as a blue screen stop error). This immediate restart prevents us to read/note the necessary error codes or the detailed error message that prompts on the screen to further troubleshoot to avoid similar errors in the future.

By following the below steps, one can disable the Automatic Restart to gain more time to read and note down the error messages and error codes.

  • Right click My Computer and select properties

SNAGHTML33645145

  • Click on Advanced System Settings

SNAGHTML336566cc

  • Click on settings under Startup & Recovery

SNAGHTML33666f72

  • Uncheck Automatic Restart and click Ok

SNAGHTML3367604b

The next time you receive a stop error you will have enough time to note down the error codes and the error messages which will help you to trouble shoot further

Windows 8.1 (with Update 1) Deployment using MDT 2013 and WDS-Part 4

This is the final part of the 4 part deployment series

In the first 3 parts (Part 1, Part 2, Part 3) I covered on how to installing and configure Windows Deployment Services (WDS), install and configure Windows Assessment & Deployment Kit (WADK) and Microsoft Deployment Toolkit 2013 (MDT), importing operating system image to MDT, creating task sequence in MDT and finally preparing WDS for deployment.

Now that our backend infrastructure is all setup for client deployment, lets start our client and boot the machine over LAN (PXE Boot).

Press F12 for network service boot

image

The machine will get an IP from the DHCP and contact the WDS server

image

Through the WDS server the machine will provide the list of available Lite Touch Windows PE boot media’s to select from

image

Upon the selection of Lite Touch Windows PE, the machine will start loading the WinPE files over the network

image

Loading

image

From the Solution Accelerator screen the MDT setup will start

Click on Run the deployment wizard to install a new Operating System

 image

Enter the admin creds and click OK

image

From the task sequence screen select the task sequence you created in your MDT 2013 and click next

image

Provide the relevant details accordingly and click next

image

Select do not move data option as this is a fresh installation and click next

image

Select do not restore user data as this is a fresh installation and click next

image

Provide the correct settings according to your region and click Next

image

Specify the local admin account password and click next

image

Select the necessary option for BitLocker settings and click next

image

Review your settings in the ready to begin section and click Begin

image

The installation has started

image

Windows is loading

image

Operating System Deployment is successful. click finish

image

Review the settings , computer automatically joined to the domain and the name is also changed

image

Most of the questions the Windows Deployment Wizard prompts can be disabled from MDT 2013 by customizing the deployment share rules and editing the Bootstrap.ini files. The above is the default settings.

 

Windows 8.1 (with Update 1) Deployment using MDT 2013 and WDS-Part 3

This is the 3rd part of the 4 part deployment series.

In my first and second article I wrote on how to install and configure WDS, install and configure MDT 2013. Now that we have installed and configured MDT 2013, lets see on how to import an operating system (Windows 8.1) image to the MDT Deployment Share we created, how to create a task sequence within MDT 2013 and finally we will look at how to configure WDS to respond to client PXE boot requests.

Import Windows 8.1 image to MDT

Open the deployment workbench MMC

image

Right Click on the Operating Systems folder and select Import Operating Systems

image

On the Import Operating System Wizard select “full set of source files” and click next

image

Browse and select the folder where your operating system files are stored. (in this scenario I am using the Windows 8.1 DVD, hence I will select my DVD drive which is D:\) and click Next

image

Specify a meaningful name to the destination directory and click next

image

Review the summary and click next

image

The progress will begin

image

Once the progress is successful, the confirmation will display the results. click finish after reviewing

image

Operating System is now successfully imported

image

Operating system successfully added inside the DeploymentShare folder

image

Similarly you can add multiple operating systems (x86 and x64) according to your requirement

Updating the Deployment Share

Upon adding your required Operating systems, applications, drivers, etc. You will need to update the Deployment Share. This process will make sure that all the latest tools and settings are copied to the deployment share. You will need to do this every time you make some changes to the image, add/remove applications within MDT 2013 so it will be updated.

To update the Deployment Share

Right Click on the MDT Deployment Share and select Update Deployment Share

image

In the update deployment share wizard make sure the “Optimize the boot image updating process” is selected and click next

image

Click next on the summary page

image

The progress will start

image

Click finish after reviewing the results in the confirmation page

image

The updated DeploymentShare containing the LiteTouchPE iso, WIM, and the XML files

image

Configuring WDS by adding the necessary boot images

After importing the Operating system and updating the Deployment share, you will need to configure and add the necessary WinPe (LiteTouchPE) images to WDS. This will enable you to boot your clients using PXE boot.

Open the Windows Deployment Services (WDS) mmc

image

Right click on boot images and select Add images

image

In the Add Image Wizard browse and select the location where the LiteTouchPE WIM images are stored within the DeploymentShare folder (E:\DeploymentShare\Boot) and click next

image

Give it a meaningful name and description. Click next

image

Review the setting in the summary page and click next

image

The image is added

image

Click Finish

image

Since we added only the x64 LietTouchPE.wim I will repeat the process to add the x86 wim as well so that we can deploy operating system under both platforms

image

image

Images are added in to WDS

image

Creating Task Sequence

A task sequence is a bunch of settings or instructions bundled together as a task and will be presented to be selected from the client during the deployment. Depending on the selected task sequence, the OS, Applications, settings, drivers, etc. will be deployed to the client. Basically task sequence is similar to an answer file.

Open the Deployment Workbench MMC and right lick on task sequence and select new task sequence

image

Provide a Unique Task Seq1uence ID, a meaningful name and a description. Click next

image

From the Task Sequence template dropdown, select “Standard Client Task Sequence” and click next

image

From the list of available Operating Systems (that are imported to MDT 2013) select the appropriate OS you want to deploy through this Task Sequence and click next

image

you provide the necessary values and click next (for this lab I will select the first option)

image

Specify the OS settings details and click next

image

specify the admin password (this is the password for the local administrator account and not for the domain administrator) and click next

image

review the summary and click next

image

click finish

image

Task sequence is created and visible in the Deployment Workbench MMC

image

 

 

 

      

Windows 8.1 (with Update 1) Deployment using MDT 2013 and WDS-Part2

This is the second part of the Windows 8.1 deployment 4 part series

Installing & Configuring Windows Assessment & Deployment Kit and the Microsoft Deployment Toolkit 2013

In the first article we saw on how to install and configure WDS in Windows Server 2012 R2. We will be using WDS in order to boot and deploy (over the network) the image we capture and create using MDT 2013. Before we proceed with MDT 2013, we will need to install Windows Assessment and Deployment Kit for Windows 8.1 which can be downloaded from http://www.microsoft.com/en-us/download/details.aspx?id=39982

This is an online installer hence the above link will download a 1.4mb file named adksetup.exe. If you prefer to download the Offline setup for Windows Assessment and Deployment Kit for Windows 8.1 follow the below steps.

1) Download the adksetup.exe from the above link and open it

2) Select the option “Download the Windows Assessment and Deployment Kit for Windows 8.1 for installation on  a separate computer and click next

image

3) Click next

image

4) Click Accept

image

5) Download begins

image

6) Offline download complete

image        

Installation of Windows Assessment and Deployment Kit for Windows 8.1

Double click the adksetup.exe

image

Setup will load

image

Browse the installation path and click next

image

Select the preferred option on the CEIP page and click next

image

Click Accept to agree the license terms and conditions

image

I have selected all the features to install in my test lab – you may select the same and click install

image

The installation is progressing

image

Installation is done and click close

image 

Next we will look at the installation and configuration of MDT 2013

Installing and Configuring Microsoft Deployment Toolkit 2013

Download MDT 2013 from http://www.microsoft.com/en-us/download/details.aspx?id=40796 

Since I am installing it on a Windows Server 2012 R2, I have downloaded the x64 bit version

Double click the setup file

image

In the MDT 2013 setup wizard click next on the welcome page

image

Check the I accept check box in the End User License Agreement page and click next

image

Browse the installation location and click next

image

select your preferred option for CEIP and click next

image

Click install

image

Installation is completed, click finish

image

Pin the Deployment Workbench tile to your start screen and open it

image

The Deployment Workbench will open the MDT 2013 MMC

image

Note that by default there is no Deployment Share created. hence we will have to create one. Right click on top of Deployment Share and click New Deployment Share

image

Browse and specify the Deployment share path which is recommended to be in a different drive than the system drive (in this case I have selected E:\ Deployment Share)

image

Provide a Share name, I will be leaving the default name and click next

image

Provide a descriptive name, again I will be leaving the default value as it is and click next

image 

in the options screen you may check and uncheck the necessary options and click next (this can be done after creating the share by editing the rules and this will determine the prompts requesting for information or configuration during the deployment of the images)

image

Review the summary and click next

image

Upon completion of installation click finish

image

The Deployment share is created and visible in the MDT 2013 MMC (Deployment Workbench)

 image