/build/static/layout/Breadcrumb_cap_w.png

Post Install Task to change screen resolution

Post Installation to Change Screen Resolution on the K2000

Description

These scripts get the screen resolution from a Windows computer before reinstalling the OS and set it back to the original resolution after the operating system has been installed. You can also use these scripts to manually or automatically define/redefine the screen resolution.  

Download the Tasks
*Note: you must be a member of the K2000 ITNinja Community to download this file.


The script contains three parts:

  • Get Rez Pre Installation Task that uses get_screen_rez.exe to capture the resolution settings. Runs before creating a partition or formatting a drive.
  • Copy Rez Post Installation Task with KBE runtime (mid-level) that uses copy_rez.exe to get the captured resolution settings and put them on the local harddrive for use after the first boot into windows by the next post installation task.
  • Change Rez Post Installation Task with Windows runtime that uses rez_change.exe to deploy the resolution setting captured by get_screen_rez.

How to use this script

The scripts work together by capturing, copying, and applying the screen resolution information using a text file that is accessible during the various stages of deployment. This text file is saved by default to the drive T: (which in KBE is mapped to the K2000 hidden share PETemp), copied from that location to the local harddrive, and used to change the resolution after the first boot into Windows. When deploying from a USB, \\K2000\PETemp is not mapped to T: because USB deployments run locally and without a network connection. When deploying from USB use the drive switch, for example, get_screen_rez.exe /drive:X:, copy_rez.exe  /drive:X:, and rez_change.exe to save and get the information alternate location, where X: is Winpe environment loaded into memory.

There is no error checking by these scripts, the command line must be exact.

Saving the screen resolution during a deployment

After downloading and extracting the Screen Resolution zip, set up the corresponding tasks on your K2000 Appliance as follows:

Capturing the resolution

To set up the task to capture the screen resolution:

  1. Click Library > Preinstallation Tasks.
  2. In Choose Action, click Add New Application.
  3. Enter the name of the task "Get Screen Resolution x86" or "Get Screen Resolution x64".
  4. Click Browse and select the get_screen_rez.exe (for x86) or get_screen_rez_x64.exe from extracted zip.
  5. Enter the name of the executable in the command line text box, for example get_screen_rez.exe.
  6. Click Save.

Copying the saved resolution back to the local drive

To set up the task to copy the screen resolution:

  1. Click Library > Postinstallation Tasks.
  2. In Choose Action, click Add New Application.
  3. Enter the name of the task "Copy Screen Resolution x86" or "Copy Screen Resolution x64".
  4. Select the Runtime Environment of K2000 Boot Environment.
  5. Click Browse and select the copy_rez.exe (for x86) or copyrez_x64.exe from extracted zip.
  6. Enter the name of the executable in the command line text box, for example copy_rez.exe.
  7. Click Save.

Apply the saved resolution

To set up the task to apply the screen resolution:

  1. Click Library > Postinstallation Tasks.
  2. In Choose Action, click Add New Application.
  3. Enter the name of the task "Change Screen Resolution x86" or "Change Screen Resolution x64".
  4. Select the Runtime Environment of Windows.
  5. Click Browse and select the change_rez.exe (for x86) or change _x64.exe from extracted zip.
  6. Enter the name of the executable in the command line text box, for example change_rez.exe.
  7. Click Save.

Setting a new screen resolution during a deployment

Using only the Resolution Changer script you can set the resolution as a Postinstallation Task in Windows. The script has two additional options that allow you to either set the resolution to what you specify from the command line or prompt you to manually enter the resolution. When using either one of these switches the file containing the resolution if it exists is ignored.

Predefining the screen resolution

Use the following switches to set the resolution:

  • /x:dddd sets the horizontal dimension of the screen
  • /y:vvv sets the vertical dimension of the screen

To set up the task to predefine the screen resolution:

  1. Click Library > Postinstallation Tasks.
  2. In Choose Action, click Add New Application.
  3. Enter the name of the task "Set Screen Resolution x86" or "Set Screen Resolution x64".
  4. Select the Runtime Environment of Windows.
  5. Click Browse and select the change_rez.exe (for x86) or change _x64.exe from extracted zip.
  6. Enter the name of the executable with the set options in the command line text box, for example change_rez.exe /x:1024 /y:768.
  7. Click Save.

Prompt to manually set the screen resolution

Use the following switch to be prompted for the screen resolution during the postinstallation process:

  • /manual displays a window and waits for input

To set up the task to predefine the screen resolution:

  1. Click Library > Postinstallation Tasks.
  2. In Choose Action, click Add New Application.
  3. Enter the name of the task "Set Screen Resolution x86" or "Set Screen Resolution x64".
  4. Select the Runtime Environment of Windows.
  5. Click Browse and select the change_rez.exe (for x86) or change _x64.exe from extracted zip.
  6. Enter the change_rez.exe /manual or changerezx64.exe /manual command line text box .
  7. Click Save.

ScreenRez

by: Corey A. Serrins
Version History
===============
v.2.1.2.1 [05/20/2012]
-update HRC to version 2.1
-fixed issue I didn't notice when updating to 1.9 with a "first run" dialog.
-added /hidetrayicon /exit, which are HRC commandlines to remove extra code.
-had to change the run command to runwait since the exit is now automatic.
-will use the last 2 digits in version number to indicate version of HRC.

v.2.0.0.1 [04/03/2012]
-updated HRC to version 1.9 in rez change.
-modified get_screen_rez, as it wasn't pulling default resolution for Windows XP

v.2.0.0.0 [02/25/2012]
-now using HRC as the utility to change the resolution instead of the usual include to see if result are better
-HRC is from < a href="http://funk.eu/hrc/">http://funk.eu/hrc/
-script modifies HRC.ini in %temp%\rez_change to include the selected resolution as the first modifier
-script calls HRC.exe R1 shortcut to change the resolution.
-implemented a systray refresh so that the HRC ghost icon would disappear when the app was exited.

v 1.2.0.0 1/30/2011
-fixed /manual on change rez, where it would take the parameters but exit the script before changing resolution.
-added get_screen_rez and copy_rez in case user wants to copy the resolution from a previous working machine.


v.1.1 12/29/2011
-added get_screen_rez.exe


v.1 8/19/2011
-initial release with commandline options and dialog box.


**Known Issues**
None

Comments

  • Very handy tool, thanks.
    However, you mention change _x64.exe for use with 64bit and this file is missing in my downloaded zip. - ASZIT 10 years ago
    • rez_change does not require a 64bit version, because it can run in windows as 32bit. The other tasks run in a specific boot environment, and must have the same processor architecture. I couldn't find anything in the readme about rez_change_x64.exe.
      Let me know if you have other questions.
      Corey - cserrins 10 years ago
      • Thanks for your reply! You're right, nothing mentioned in the readme.txt, however, on this page under "apply the saved resolution" step number 5 is mentioned : Click Browse and select the change_rez.exe (for x86) or change _x64.exe from extracted zip, which causes some confusion. - ASZIT 10 years ago
  • In what order should I configure these scripts? Do I have to use all these scripts? for example: I have placed 'Get Screen Resolution x64' at first in the top row 'post installation task'. But it fails! What am I doing wrong? could someone help please? - kenan 8 years ago
    • As per the instructions above, if you are getting the resolution of the machine you are about to wipe out, you put get resolution as a preinstall task before any diskpart or format tasks. - cserrins 8 years ago
This post is locked
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ