Unidesk AppConfig Utility Ver 1.0

Size: px
Start display at page:

Download "Unidesk AppConfig Utility Ver 1.0"

Transcription

1 Unidesk AppConfig Utility Ver 1.0 This utility can be used to configure settings that affect standard applications and those that help to optimize logon times for non-persistent desktops. Currently included in the utility are: Force GP Updates Create Autologon User Disable Reset on Logout Shutdown Desktops Nightly Disable Remove Ready Disable Active Setup Tasks Activate Office via KMS during desktop build Define NoReReg for Office These options are discussed in detail below. The functionality is implemented with an application that allows you to configure the desired settings and a set of scripts that carry out the commands. The new scrips include the following KMSSETUP.CMD Office2013Windows81_PREP.cmd OfficeActivate.cmd OfficeNoReReg.cmd These scripts are also explained in detail below. The scripts were designed so that they will work on existing or new persistent desktops. Some features will work on existing non-persistent desktops but some will require build new nonpersistent desktops. Upgrading From a Previous Version If you are upgrading from a previous version of the Unidesk Gold Image Tools follow these instructions. You may want to make this change when you are patching the OS layer to combine the wok effort. 1. Add a version to your OS layer 1 - Copyright 2014 Unidesk Corporation

2 2. If you have customized any of the files in the kmsdir folder then backup your existing scripts by copying the entire c:\windows\setup\scripts folder to a safe location ie network share 3. Unblock the zip file in Windows by editing the properties of the zip 4. Unzip the files 5. Copy the new kmssetup.cmd file to the c:\windows\setup\scripts\kmsdir folder 6. Copy all the other files to the c:\windows\setup\scripts folder 7. Finalize the OS layer To Implement The Scripts The majority of the scripting works by the utility creating flag files in the scripts folder or the kmsdir folder. Then the kmssetup.cmd file performs different functions based on the inclusion or not of the flag files. To use the script create an application layer and run the AppConfig Utility. Select the desired options and save the settings. To Activate Office To activate office there is a two step process. Run the utility select activate office and check all the Office Apps that are included in your layer. When you save this will create two or more flag files in the scripts folder. One will be OfficeActivate.txt which tells the kmssetup.cmd to run OfficeActivate.cmd. There will also be a flag file for each office application selected. This tells the OfficeActivate.cmd script to include that office application when inserting the kms key and activating office. When Using Office 2013 on Windows 8.1 There is one other important step if you are installing Office 2013 on Windows 8.1. After installing your office application and before finalizing run the Office2013Windows81_PREP.cmd script. This will make copies of the c:\windows\system32\spp\store\2.0\data.dat and c:\windows\system32\spp\store\2.0\tokens.dat files and store them for use later on the desktop. Then when the activation script is run they will be copied up to their original location but in the UEP of the desktops so that they match what the office layer saw when it was installed. 2 - Copyright 2014 Unidesk Corporation

3 Detailed information on Settings Force GP Updates (AppConfig Utility) This will run GPUpdate during the build so that NP desktops have their policies updated prior to freezing their UEP volumes. be run every boot if added after the initial build. Create Autologon User (AppConfig Utility) This feature is used to speed up NP desktop logins slightly. See the layering recipe for NP Desktop performance Optimization. Note this will only work if included during desktop build. Disable Reset on Logout (AppConfig Utility) This feature can be used in a situation where you do not want to reset NP desktops on logout because turnover of many desktops at one time would cause infrastructure issues or make it so not enough desktops are available to meet demand. The classic use case for this is a student lab in a classroom where 40 desktops are logged out of and logged in to basically at the same time. This setting is normally combined with the next settings Shutdown Desktops Nightly.. See the layering recipe for NP Desktop performance Optimization. Note this will work both if added before desktop creation or after. Shutdown Desktops Nightly (AppConfig Utility) This features will add a scheduled task to shutdown the desktops randomly over a defined hour every night. This feature is usually used in conjunction with Disable Reset on Logout and provides a mechanism to reset the desktop once a day. Be careful using this feature when the desktop is shut down the user is notified but the desktop reboot happens whether a user is logged on or not.. See the layering recipe for NP Desktop performance Optimization. be added every boot if added after the initial build. 3 - Copyright 2014 Unidesk Corporation

4 Disable Remove Ready At the end of the build process for non-persistent desktops the UEP disks which are writable during the build are changed to independent Non Persistent Disks. This is what makes a NP desktop non-persistent. This change is controlled by a registry key. When the following key is deleted the disks are converted to non-persistent. HKLM\System\CurrentControlSet\Services\Uniservice\BlockReadyMessage When this feature is selected the script that deletes this key is never run on a building desktop. What this does is that the desktop build like a persistent desktop but the desktop create will not finish. This allows you to then log into the desktops and make any desired changes manually. Then when the desktop configuration is complete just go to the kmsdir directory find the removeready.cmd and run it. The machine will then be automatically shutdown by uniservice and the disks will be converted to non-persistent and the desktop build tasks will complete. Disable Active Setup Tasks (AppConfig Utility) This feature is also used to speed up NP desktop logon. Windows 7 or Windows 8 includes a set of tasks that every user runs the first time they log on to a computer. On a persistent desktop these only run once so that only the first logon takes longer. On a NP desktop every logon is the first logon so they all take longer. Active setup tasks are not necessary they are mainly for obsolete software. Removing these entries can shorten logon considerably. However if a mandatory profile is used for NP desktops then this feature will not be required.. See the layering recipe for NP Desktop performance Optimization. Note this will work both if added before desktop creation or after. Activate Office via KMS during desktop build (AppConfig Utility) Since Office is so often used by customers we added activation scripting to make it easier for customers to activate Office for NP desktops while they build. This feature will add flag files to the scripts folder that tell the ActivateOffice.cmd script what versions of office to activate. To use this feature add the flag file for each office layer in its own layer. So when adding Office 2010 open the AppConfg utility and save the Office 2010 flag file. Then in the Visio layer include the Visio Flag file etc. If the Flag files are present when the machine is built that application will be included in KMS activation. Note this works for KMS activation only. run every boot if added after the initial build. 4 - Copyright 2014 Unidesk Corporation

5 Define NoReReg for Office (AppConfig Utility) When different versions of Office are installed on the same desktop it causes a battle over Office registration. This is one of the reasons Microsoft does not support mixing Office versions. By default if you have two separate versions of office applications installed whenever you switch from one to the other the Office Configuration Wizard will run. This is very annoying for users. A partial solution to this problem is to add NoReReg (No re Registration) keys to the default profile for the Office version used less frequently. The NoReReg registry keys tell that version of office not to re-register when that particular application is run. This feature allows you to select which major version of Office software you want to set NoReReg for and it creates a flag file to tell the NoReReg.cmd script to process that version. run every boot if added after the initial build. This is still not a good solution because the registration will still happen once for both versions and on a NP desktop that means once per logon. The only good solution is to use a single version of Office as Microsoft Recommends. 5 - Copyright 2014 Unidesk Corporation

ZENworks 2017 Update 1 Quick Reference - Bundle Features and Options

ZENworks 2017 Update 1 Quick Reference - Bundle Features and Options ZENworks 2017 Update 1 Quick Reference - Bundle Features and Options July 2017 The information in this document helps you to quickly and easily find the information related to various bundle features and

More information

Spi-Wizard II Installation Guide

Spi-Wizard II Installation Guide Spi-Wizard II Installation Guide - 1 - Spi-Wizard II Installation Guide Thank you for purchasing the Frieling-Racing Spi-Wizard II Serial Programming tool. This document will assist you with the software

More information

Apple 9L OS X Support Essentials

Apple 9L OS X Support Essentials Apple OS X Support Essentials 10.9 http://killexams.com/exam-detail/ D. What does it mean when you choose the option to "ignore volume ownership" in the Finder? What are the security ramifications of ignoring

More information

M Supporting Users Running Microsoft Windows XP Desktop Operating Systems 3 Day Course

M Supporting Users Running Microsoft Windows XP Desktop Operating Systems 3 Day Course Module 1: Introduction to the Desktop Support Technical Role and Environment This module introduces the role of the Desktop Support Technician (DST) and the role of the DST within the Microsoft Operations

More information

Package Manager. Package Manager Overview

Package Manager. Package Manager Overview Overview, page 1 Using the Package Wizard, page 4 Deploying an Image Using Merlin, page 11 Deploying a Package Using PAD, page 11 Viewing the Properties of a Registered Package, page 12 Viewing and Editing

More information

Set Up TestNav on OS X, macos

Set Up TestNav on OS X, macos Set Up TestNav on OS X, macos After you download TestNav Desktop and ProctorCache, c omplete the following: These ordered steps correspond to sections below or a related setup page. You can click each

More information

5 MANAGING USER ACCOUNTS AND GROUPS

5 MANAGING USER ACCOUNTS AND GROUPS MANAGING USER ACCOUNTS AND GROUPS.1 Introduction to user accounts Objectives.2 Types of User Accounts.2.1 Local User Account.2.2 Built-in User Account.2.3 Domain User Account.3 User Profile.3.1 Content

More information

VMware Mirage Web Manager Guide

VMware Mirage Web Manager Guide Mirage 5.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

VMware Mirage Web Management Guide. VMware Mirage 5.9.1

VMware Mirage Web Management Guide. VMware Mirage 5.9.1 VMware Mirage Web Management Guide VMware Mirage 5.9.1 VMware Mirage Web Management Guide You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

Lab - System Restore in Windows 8

Lab - System Restore in Windows 8 Lab - System Restore in Windows 8 Introduction In this lab, you will create a restore point and use it to restore your computer. Recommended Equipment A computer running Windows 8 Step 1: Create a restore

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview.

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview. Citrix Connector 3.1 May 02, 2016 About this release System requirements Technical overview Plan Install Citrix Connector Upgrade Create applications Deploy applications to machine catalogs Publish applications

More information

VMware View Upgrade Guide

VMware View Upgrade Guide View 4.0 View Manager 4.0 View Composer 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for

More information

REVISED 1 AUGUST REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes and later

REVISED 1 AUGUST REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes and later REVISED 1 AUGUST 2018 REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes 2.13.1 and later Table of Contents Introduction Audience What You Will Learn Navigating This Document for App Volumes Use

More information

REVISED 1 AUGUST QUICK-START TUTORIAL FOR VMWARE APP VOLUMES VMware App Volumes and later

REVISED 1 AUGUST QUICK-START TUTORIAL FOR VMWARE APP VOLUMES VMware App Volumes and later REVISED 1 AUGUST 2018 QUICK-START TUTORIAL FOR VMWARE APP VOLUMES VMware App Volumes 2.13.1 and later Table of Contents Introduction Audience What You Will Learn Navigating This Document for App Volumes

More information

This is Lab Worksheet/Installation 7

This is Lab Worksheet/Installation 7 This is Lab Worksheet/Installation 7 This Lab Worksheet/Installation contains essential installation work needed for your upcoming Assignments. You do not have to hand in this Lab Worksheet, but there

More information

CXD-203: Managing Citrix XenDesktop 7 Solutions

CXD-203: Managing Citrix XenDesktop 7 Solutions CXD-203: Managing Citrix XenDesktop 7 Solutions The Managing Citrix XenDesktop 7 Solutions course provides students with the skills required to effectively support a Citrix application and desktop virtualization

More information

Recent Operating System Class notes 04 Managing Users on Windows XP March 22, 2004

Recent Operating System Class notes 04 Managing Users on Windows XP March 22, 2004 Recent Operating System Class notes 04 Managing Users on Windows XP March 22, 2004 You log into a system to notify the system who you are. When you log off, any files you have opened are cleaned up, and

More information

Quest Desktop Authority Full Build Update Release Notes

Quest Desktop Authority Full Build Update Release Notes Quest Desktop Authority Full Build Update 10.1.0.1006 Release Notes January 5, 2018 Version 10.1.0.1006 Importance: Mandatory Contents Readme Resolved Issues Compatibility of This Update Installing This

More information

Package Manager. Managing Cisco VXC Manager Packages CHAPTER

Package Manager. Managing Cisco VXC Manager Packages CHAPTER CHAPTER 3 This chapter describes how to perform routine Cisco VXC Manager package management tasks using the Administrator Console. It provides information on managing the Cisco VXC Manager packages (software,

More information

CrossCheck Travel (CCT) Ver 3.1 Quick Upgrade Instructions

CrossCheck Travel (CCT) Ver 3.1 Quick Upgrade Instructions CrossCheck Travel (CCT) Ver 3.1 Quick Upgrade Instructions The following steps contain summarized instructions for the installation of the CCT V3.1 Server and Workstation Patches. There are three main

More information

Lesson 3: Identifying Key Characteristics of Workgroups and Domains

Lesson 3: Identifying Key Characteristics of Workgroups and Domains 1-16 Chapter 1 Introduction to Windows XP Professional Lesson 3: Identifying Key Characteristics of Workgroups and Domains Windows XP Professional supports two types of network environments in which users

More information

RU-VPN2 - GlobalProtect Installation for Windows

RU-VPN2 - GlobalProtect Installation for Windows RU-VPN2 - GlobalProtect Installation for Windows Use RU-VPN2 for a secure connection to Ryerson's Administrative system via the Internet. To use RU-VPN2, you will need to install and use client software

More information

Gpo Allow Change Screen Resolution Windows 7

Gpo Allow Change Screen Resolution Windows 7 Gpo Allow Change Screen Resolution Windows 7 Did you know Windows 7 comes with a built-in Registry tweak which allows you to easily customize or change the background image of Windows login screen (aka.

More information

Chapter 12: Advanced Operating Systems

Chapter 12: Advanced Operating Systems : Advanced Operating Systems IT Essentials: PC Hardware and Software v4.0 1 Purpose of this Presentation To provide to instructors an overview of : List of chapter objectives Overview of the chapter contents,

More information

Oracle Virtual Desktop Infrastructure. Getting Started Guide for Release 3.4

Oracle Virtual Desktop Infrastructure. Getting Started Guide for Release 3.4 Oracle Virtual Desktop Infrastructure Getting Started Guide for Release 3.4 E26796-01 October 2012 Oracle Virtual Desktop Infrastructure: Getting Started Guide for Release 3.4 Copyright 2012, Oracle and/or

More information

Networks: Access Management Windows NT Server Class Notes # 10 Administration October 24, 2003

Networks: Access Management Windows NT Server Class Notes # 10 Administration October 24, 2003 Networks: Access Management Windows NT Server Class Notes # 10 Administration October 24, 2003 In Windows NT server, the user manager for domains is the primary administrative tool for managing user accounts,

More information

Streaming Profile Recipe

Streaming Profile Recipe Streaming Profile Recipe Package_Manufacturer_Version Streaming Profile Recipe for Package_Manufacturer_Version Submitted by: Date Submitted: 3/3/2011 11:25:00 AM

More information

Quest Desktop Authority Full Build Update Release Notes

Quest Desktop Authority Full Build Update Release Notes Quest Desktop Authority Full Build Update 10.2.0.256 Release Notes July 13, 2018 Version 10.2.0.256 Importance: Mandatory Contents Readme Resolved Issues Compatibility of This Update Installing This Update

More information

Pursuit 7 for Windows

Pursuit 7 for Windows Pursuit 7 for Windows Proposal Generation System Z-Micro Technologies, Inc. Installation Guide Copyright 2010. Z-Micro Technologies, LLC. All Rights Reserved. Setting Up Pursuit 7 for Windows - Client

More information

SONOTON storage server

SONOTON storage server The SONOTON storage server offers different protocols which all use SSL secured communications. All protocols will work with the login details given to you by SONOTON. Overview: Protocols supported: HTTPS

More information

Inteset Secure Lockdown ver. 2.0 Internet Explorer Edition (8-11)

Inteset Secure Lockdown ver. 2.0 Internet Explorer Edition (8-11) Inteset Secure Lockdown ver. 2.0 Internet Explorer Edition (8-11) for Windows User Guide Contents User Guide...1 Welcome...3 System Requirements...4 Use with Tablets and Touch Devices...4 Installation...5

More information

Faculty of Engineering Computer Engineering Department Islamic University of Gaza Network Lab # 5 Managing Groups

Faculty of Engineering Computer Engineering Department Islamic University of Gaza Network Lab # 5 Managing Groups Faculty of Engineering Computer Engineering Department Islamic University of Gaza 2012 Network Lab # 5 Managing Groups Network Lab # 5 Managing Groups Objective: Learn about groups and where to create

More information

VMware Mirage Web Management Guide

VMware Mirage Web Management Guide VMware Mirage Web Management Guide Mirage 5.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for

More information

QTD and Supporting Files Installation Instructions

QTD and Supporting Files Installation Instructions QTD and Supporting Files Installation Instructions April 2017 Quality Training Systems www.qualitytrainingsystems.com support@qualitytrainingsystems.com 2017, Quality Training Systems Contents Introduction...

More information

PCmover Enterprise Policy Manager User Guide

PCmover Enterprise Policy Manager User Guide Laplink Software, Inc. PCmover Enterprise Policy Manager User Guide The Only Software that Moves Programs, Files, and Settings to a New PC! MN-PCMVENTPR-8-EN (REV. 2/26/2015) Laplink Software, Inc. For

More information

WA1937 WebSphere Portal 7.0 Programming. Classroom Setup Guide. Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. 1

WA1937 WebSphere Portal 7.0 Programming. Classroom Setup Guide. Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. 1 WA1937 WebSphere Portal 7.0 Programming Classroom Setup Guide Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum

More information

Chapter 1: Windows Platform and Architecture. You will learn:

Chapter 1: Windows Platform and Architecture. You will learn: Chapter 1: Windows Platform and Architecture Windows 2000 product family. New features/facilities of. Windows architecture. Changes to the kernel and kernel architecture. New features/facilities. Kernel

More information

Privileged Identity App Launcher and Session Recording

Privileged Identity App Launcher and Session Recording Privileged Identity App Launcher and Session Recording 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are

More information

Backup Exec installation procedure for ProQA & AQUA

Backup Exec installation procedure for ProQA & AQUA Installation This process uses a trial version of Backup Exec for small business which can be downloaded from the Symantec site at: (http://www.symantec.com/business/products/downloads/index.jsp). Once

More information

2018/5. Ver BthLogon. Windows Logon Authentication using Android Device. RiBiG Inc.

2018/5. Ver BthLogon. Windows Logon Authentication using Android Device. RiBiG Inc. 2018/5 Ver. 1.0 BthLogon Windows Logon Authentication using Android Device RiBiG Inc. http://www.ribig.co.jp/bthlogon Contents 1. Introduction... 4 1.1 Remote Desktop Support... 5 1.2 Security... 6 2.

More information

Password Changer User Guide

Password Changer User Guide Active@ Password Changer User Guide Copyright 1999-2017, LSOFT TECHNOLOGIES INC. All rights reserved. No part of this documentation may be reproduced in any form or by any means or used to make any derivative

More information

Course: CXD-203 Managing Citrix XenDesktop 7 Solutions

Course: CXD-203 Managing Citrix XenDesktop 7 Solutions Course: CXD-203 Managing Citrix XenDesktop 7 Solutions OVERVIEW The Managing Citrix XenDesktop 7 Solutions course provides students with the skills required to effectively support a Citrix application

More information

Evaluation Quick Start Guide Version 10.0 FR1

Evaluation Quick Start Guide Version 10.0 FR1 Evaluation Quick Start Guide Version 10.0 FR1 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates (referred to collectively

More information

This is Lab Worksheet 7 - not an Assignment

This is Lab Worksheet 7 - not an Assignment This is Lab Worksheet 7 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make sure

More information

CedCommerce. All rights reserved.

CedCommerce. All rights reserved. CedCommerce. All rights reserved. SUPPORT@CEDCOMMERCE.COM 1 Module Installation Guide Version 2.0 2 Installation Here we are explaining different steps to install the CedCommerce Modules or Extensions.

More information

SMEC ASSET MANAGEMENT SYSTEM PMS Version 5.5. System Administrator s Guide

SMEC ASSET MANAGEMENT SYSTEM PMS Version 5.5. System Administrator s Guide SMEC ASSET MANAGEMENT SYSTEM PMS Version 5.5 System Administrator s Guide January 2015 PREPARATION, REVIEW AND AUTHORISATION Revision # Date Prepared by Reviewed by Approved for Issue by 1 21-Jan-2015

More information

Oracle Hyperion EPM Installation & Configuration ( ) NEW

Oracle Hyperion EPM Installation & Configuration ( ) NEW Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Oracle Hyperion EPM 11.1.2 Installation & Configuration (11.1.2.4) NEW Duration: 4 Days What you will learn NEW COURSE! This

More information

What this Guide Covers. Additional Info. 1. Linux based Servers. 2. Windows Servers. 3. GoldLite and Virtual Servers. 4. Other servers. 5.

What this Guide Covers. Additional Info. 1. Linux based Servers. 2. Windows Servers. 3. GoldLite and Virtual Servers. 4. Other servers. 5. This guide is designed to assist in shutting down the Gold Servers ensuring a clean reboot of the systems. This should be done by the System Administrators with all users logged off the system and any

More information

Bessere Outlook-365-Performance mit Citrix Profil Management

Bessere Outlook-365-Performance mit Citrix Profil Management Herzlich willkommen Bessere Outlook-365-Performance mit Citrix Profil Management Bessere Outlook-365-Performance mit Citrix Profil Management 20.11.2018 2 Inhalt Overview Office 365 ProPlus Exchange Online

More information

Installing and Configuring VMware User Environment Manager. VMware User Environment Manager 9.2

Installing and Configuring VMware User Environment Manager. VMware User Environment Manager 9.2 Installing and Configuring VMware User Environment Manager VMware User Environment Manager 9.2 Installing and Configuring VMware User Environment Manager You can find the most up-to-date technical documentation

More information

BigFix OS Deployment. Windows 7 Migration Guide

BigFix OS Deployment. Windows 7 Migration Guide BigFix OS Deployment August, 2010 All rights reserved. BigFix, Fixlet, Relevance Engine, Powered by BigFix and related BigFix logos are trademarks of BigFix, Inc. All other product names, trade names,

More information

Vendor: Citrix. Exam Code: 1Y Exam Name: Managing Citrix XenDesktop 7.6 Solutions. Version: Demo

Vendor: Citrix. Exam Code: 1Y Exam Name: Managing Citrix XenDesktop 7.6 Solutions. Version: Demo Vendor: Citrix Exam Code: 1Y0-201 Exam Name: Managing Citrix XenDesktop 7.6 Solutions Version: Demo DEMO QUESTION 1 Scenario: A Citrix Administrator updates all of the machines within a Delivery Group.

More information

Goliath Performance Monitor Frequently Asked Questions: Citrix XenDesktop

Goliath Performance Monitor Frequently Asked Questions: Citrix XenDesktop Goliath Performance Monitor Frequently Asked Questions: Citrix XenDesktop Document Date: June 2016 www.goliathtechnologies.com Legal Notices Inc. All rights reserved. www.goliathtechnologies.com Goliath

More information

License Manager Client

License Manager Client License Manager Client Operations Guide NEC NEC Corporation of America November 2010 NDA-30899, Revision 6 Liability Disclaimer NEC Corporation of America reserves the right to change the specifications,

More information

Installation of the DigitalSystemsVM virtual machine

Installation of the DigitalSystemsVM virtual machine Installation of the DigitalSystemsVM virtual machine Notice This document explains how to install the DigitalSystemsVM virtual machine on a computer with Windows 7 SP1. If questions or problems relating

More information

8 MANAGING SHARED FOLDERS & DATA

8 MANAGING SHARED FOLDERS & DATA MANAGING SHARED FOLDERS & DATA STORAGE.1 Introduction to Windows XP File Structure.1.1 File.1.2 Folder.1.3 Drives.2 Windows XP files and folders Sharing.2.1 Simple File Sharing.2.2 Levels of access to

More information

Reborn software ADV 9.01 installation guide custom installation

Reborn software ADV 9.01 installation guide custom installation Reborn software ADV 9.01 installation guide custom installation 1. Firstly, make sure that there is operating system installed inside the machine (in our example, windows 7). Then, in the windows environment,

More information

SAS Activity-Based Management Server Software 6.1 for Windows

SAS Activity-Based Management Server Software 6.1 for Windows Installation Instructions SAS Activity-Based Management Server Software 6.1 for Windows Pre-installation Checklist Before you start to install or upgrade SAS Activity-Based Management Server, please follow

More information

Copyright 2016 ForensicSoft Inc. SAFE Block Win10 To Go User s Guide

Copyright 2016 ForensicSoft Inc. SAFE Block Win10 To Go User s Guide Copyright 2016 ForensicSoft Inc. SAFE Block Win10 To Go User s Guide Table of Contents What is SAFE Block Win10 To Go?... 3 Installation... 4 License File... 4 I need to get a license file... 4 I already

More information

All About Mapped Drives

All About Mapped Drives All About Mapped Drives All About Mapped Drives Intro to Mapped Hard Drives Mapped drives can be very useful when it comes to moving data around on an office or home network and they do have their usefulness.

More information

ZAVANTA Standalone Installation

ZAVANTA Standalone Installation Customer Support Instructions Doc Number: TechSup-2022 Document Owner: Technical Support Last Author: Technical Support General Description Description: This document covers the instructions for installing

More information

Grandstream Networks, Inc. GXV3140 IP Multimedia Phone GUI Customization Guide

Grandstream Networks, Inc. GXV3140 IP Multimedia Phone GUI Customization Guide Grandstream Networks, Inc. GXV3140 IP Multimedia Phone GUI Customization Guide TABLE OF CONTENTS GXV3140 GUI CUSTOMIZATION GUIDE Introduction... 1 OVERVIEW... 1 HOW TO CUSTOMIZE GXV3140 LCD GUI... 1 Configuration

More information

AR.c Community Guide. Install and configure the AR.c Framework

AR.c Community Guide. Install and configure the AR.c Framework AR.c Community Guide AR.c Framework Contents Overview... 3 Prerequisites... 3 Minimum requirements:... 3 More Functional requirements:... 3 Install and configure... 3 AR.c console... 3 App-V 4.6:... 4

More information

Installing and Configuring VMware User Environment Manager. VMware User Environment Manager 9.3

Installing and Configuring VMware User Environment Manager. VMware User Environment Manager 9.3 Installing and Configuring VMware User Environment Manager VMware User Environment Manager 9.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

ViconNet Version 6 XX Installation and Upgrade Guide.

ViconNet Version 6 XX Installation and Upgrade Guide. Installation and Upgrade Guide XX222-01-02 ViconNet Version 6 Vicon Industries Inc., 89 Arkay Drive, Hauppauge, New York 11788 Tel: 631-952-2288 Fax: 631-951-2288 Toll Free: 800-645-9116 24-Hour Technical

More information

Xerox WorkCentre 3655 / 3655i Software Installation Instructions

Xerox WorkCentre 3655 / 3655i Software Installation Instructions Xerox WorkCentre 3655 / 3655i Software Installation Instructions Upgrading Software for Xerox ConnectKey Technology A new firmware update containing the latest improvements is available for your ConnectKey-enabled

More information

Course Syllabus. Course Title. Who should attend? Course Description MCSE

Course Syllabus. Course Title. Who should attend? Course Description MCSE Course Title MCSE Course Description The Microsoft Certified Solutions Expert (MCSE): Server Infrastructure certification provides the students with hands-on experience that is needed to run the latest

More information

Start Up and Shutdown Procedures (Unix)

Start Up and Shutdown Procedures (Unix) Start Up and Shutdown Procedures (Unix) Start Up On Main Console 1. Press the Server main power button ON 2. The system will automatically go through the start-up procedures, which will be displayed on

More information

SAP GUI 7.30 for Windows Computer

SAP GUI 7.30 for Windows Computer SAP GUI 7.30 for Windows Computer Student and Faculty Installation Instructions Table of Contents Caution:... 2 System Requirements:... 2 System Memory (RAM) requirements:... 2 Disk Space requirements:...

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information

Managing Windows Environments with Group Policy

Managing Windows Environments with Group Policy Managing Windows Environments with Group Policy 50255D; 5 Days, Instructor-led Course Description In this course, you will learn how to reduce costs and increase efficiencies in your network. You will

More information

Setup / Upgrade ODBC Oracle 12c Client

Setup / Upgrade ODBC Oracle 12c Client Before You Begin: The Oracle Client software needs to be installed on your PC if you need any of the following: Document Manager Application Xtender Desktop applications. If you use webxtender you will

More information

CXD-203: Managing App and Desktop Solutions with Citrix XenApp and XenDesktop 7.5

CXD-203: Managing App and Desktop Solutions with Citrix XenApp and XenDesktop 7.5 CXD-203: Managing App and Desktop Solutions with Citrix XenApp and XenDesktop 7.5 The Managing App and Desktop Solutions with Citrix XenApp and XenDesktop 7.5 course provides students with the skills required

More information

MD-100: Modern Desktop Administrator Part 1

MD-100: Modern Desktop Administrator Part 1 Days: 5 Description: This five-day course is for IT professionals who deploy, configure, secure, manage, and monitor devices and client applications in an enterprise environment. Students will develop

More information

Supporting and Troubleshooting Windows 10 va. Overview

Supporting and Troubleshooting Windows 10 va. Overview Supporting and Troubleshooting Windows 10 va Overview This course is designed to provide students with the knowledge and skills required to support and troubleshoot Windows 10 PCs and devices in a Windows

More information

Aretics T7 Installation Manual

Aretics T7 Installation Manual Aretics T7 Installation Manual 1(24) Aretics T7 Installation Manual This document describes how to manage Aretics T7 in your IT environment. Here you will find information about installing the system,

More information

Personal vdisk Implementation Guide. Worldwide Technical Readiness

Personal vdisk Implementation Guide. Worldwide Technical Readiness Worldwide Technical Readiness Table of Contents Table of Contents... 2 Overview... 3 Implementation Guide... 4 Pre-requisites... 5 Preparing PVS vdisk to be used with Personal vdisk... 6 Creating a Desktop

More information

Test Lab Introduction to the Test Lab Linux Cluster Environment

Test Lab Introduction to the Test Lab Linux Cluster Environment Test Lab 1.0 - Introduction to the Test Lab Linux Cluster Environment Test lab is a set of three disposable cluster environments that can be used for systems research. All three environments are accessible

More information

Symantec Encryption (PGP) Installation Guide

Symantec Encryption (PGP) Installation Guide System Requirements Symantec Encryption (PGP) Installation Guide Windows 8 (32 and 64 bit versions) Windows 7 (32 and 64 bit versions)] Windows Vista (32- and 64-bit editions) Additional Requirements Boot

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

Desktop Central Managing Windows Computers in WAN

Desktop Central Managing Windows Computers in WAN Overview ManageEngine Desktop Central is Web-Based windows desktop administration software that helps administrators to effectively manage the desktops from a central point. It provides Software Deployment,

More information

SQL Server Express 2017 Installation Guide. By Engin Calisir, 06/22/2018

SQL Server Express 2017 Installation Guide. By Engin Calisir, 06/22/2018 SQL Server Express 2017 Installation Guide By Engin Calisir, 06/22/2018 Table of Contents Generally... 2 SQL Overview... 3 Hardware and Software Requirements... 3 Other SQL Editions... 3 PART I... 4 Downloading

More information

Comodo ONE Software Version 3.3

Comodo ONE Software Version 3.3 rat Comodo ONE Software Version 3.3 Remote Monitoring and Management Quick Start Guide Guide Version 6.1.032817 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo ONE - Remote Monitoring

More information

4190 Information Management System (IMS) Software Upgrade Instructions

4190 Information Management System (IMS) Software Upgrade Instructions 4190 Information Management System (IMS) Software Upgrade Instructions Introduction This publication describes the software upgrade procedure for the 4190 Information Management System (IMS). Inspecting

More information

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5 VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron VI-Center to configure and manage virtual

More information

IntelliCAT. Typical IntelliCAT Installation Version 2.XX Installation User Support Document. March, 2014

IntelliCAT. Typical IntelliCAT Installation Version 2.XX Installation User Support Document. March, 2014 IntelliCAT Typical IntelliCAT Installation Version 2.XX Installation User Support Document March, 2014 Manual Part Number: 99875659-1.01 REGISTERED TO ISO 9001:2008 MagTek I 1710 Apollo Court I Seal Beach,

More information

Upgrading a device from an 072.xxx.xxx.xxxxx version to an 073.xxx.xxx.xxxxx version. How to determine your starting version

Upgrading a device from an 072.xxx.xxx.xxxxx version to an 073.xxx.xxx.xxxxx version. How to determine your starting version WorkCentre 7845/7855 Software Installation Instructions Upgrading a device from an 072.xxx.xxx.xxxxx version to an 073.xxx.xxx.xxxxx version How to determine your starting version These instructions use

More information

WA1976 WebSphere Application Server 7.0 Administration Fundamentals. Classroom Setup Guide. Web Age Solutions Inc.

WA1976 WebSphere Application Server 7.0 Administration Fundamentals. Classroom Setup Guide. Web Age Solutions Inc. WA1976 WebSphere Application Server 7.0 Administration Fundamentals Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 01/28/09 Table of Contents Classroom Requirements...3

More information

School Installation Guide ELLIS Academic 5.2.6

School Installation Guide ELLIS Academic 5.2.6 ELLIS Academic 5.2.6 This document was last updated on 2/16/11. or one or more of its direct or indirect affiliates. All rights reserved. ELLIS is a registered trademark, in the U.S. and/or other countries,

More information

ETERNUS DX80 S2, DX90 S2, DX410 S2 and DX440 S2

ETERNUS DX80 S2, DX90 S2, DX410 S2 and DX440 S2 ETERNUS DX80 S2, DX90 S2, DX410 S2 and DX440 S2 Support and Maintenance Support and Maintenance ETERNUS DX80 S2, DX90 S2, DX410 S2 and DX440 S2 0 Content Maintenance Utilities Maintenance Operations Log

More information

FIRST LOG IN / LOG OUT WARNING!

FIRST LOG IN / LOG OUT WARNING! Information Technology Department - San Diego Unified School District Welcome to Active Directory! Laptop User Experience Guide Congratulations! Your site has been migrated to the new Active Directory

More information

PowerLink Host Data Manager User Guide

PowerLink Host Data Manager User Guide PowerLink Host Data Manager User Guide Last Updated: July 2009 Version: 2.06014 Contents Contents... 2 Introduction... 4 Quick Start... 5 Enable File Monitoring... 7 Enabling Attaché 7 File Monitoring

More information

CKHS VPN Connection Instructions

CKHS VPN Connection Instructions CKHS VPN Connection Instructions This document provides all authorized colleagues with instruction for accessing the CKHS network via a Virtual Private Network. Connection Prerequisites: 1. Operating System:

More information

Common Preventive Maintenance Techniques for Operating Systems

Common Preventive Maintenance Techniques for Operating Systems Common Preventive Maintenance Techniques for Operating Systems OS Preventive Maintenance Plan To ensure that an OS remains fully functional, you must implement a preventive maintenance plan. A preventive

More information

CTI OS Server installation

CTI OS Server installation CTI OS Server installation This chapter lists some guidelines to consider when you install the CTI OS Server and provides procedures for these tasks. Caution Running CTI OS setup over the network is not

More information

Long Beach Unified School District. Portal User s Guide. August 2014

Long Beach Unified School District. Portal User s Guide. August 2014 Long Beach Unified School District Portal User s Guide August 2014 INTRODUCTION The Long Beach Unified School District s PORTAL (mylbusd) provides users with access to District applications, services,

More information

Full System Restore Manually Running Command Prompt Windows Xp

Full System Restore Manually Running Command Prompt Windows Xp Full System Restore Manually Running Command Prompt Windows Xp If you can't boot into Windows XP to run chkdsk, download Easy Recovery To run CHKDSK from within Windows XP, but without Command Prompt,

More information

Unidesk for Hyper-V

Unidesk for Hyper-V Unidesk 3.4.4 for Hyper-V Sep 08, 2017 This pdf file includes the Unidesk 3.4.4 documentation. You can save a local copy of this file and use it offline. Use the built-in Search and Bookmark features to

More information

Virtual Desktop Infrastructure Setup for Windows 10

Virtual Desktop Infrastructure Setup for Windows 10 Virtual Desktop Infrastructure Setup for Windows 10 Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer

More information