Skip to main content

Questions tagged [unattended]

Unattended installs, setups, and deployments are processes that require little to no supervision from an end user to complete. Operating systems setups, software installs, and even entire systems deployments can be configured to be automated and thus be unattended.

Filter by
Sorted by
Tagged with
228 votes
8 answers
169k views

Typing “python” on Windows 10 (version 1903) command prompt opens Microsoft store

This is strange issue I have observed. I installed Active Python 2.7 on Windows 10 (version 1903). On typing “python” from search, opens the Python 2.7 prompt but when I type from command prompt ...
Dr. Essen's user avatar
  • 2,552
17 votes
4 answers
81k views

Enable Remote Desktop in Windows Firewall from command line

note: #command-line tag do not imply batch-file-only, I will accept a PowerShell script or any freely available utility, which can be started from command line and finish its work unattended. tl;dr ...
LogicDaemon's user avatar
  • 2,033
10 votes
4 answers
30k views

How to bypass the 'OS Edition Selection' page in a Windows unattended setup?

I've generated an AutoUnattend.xml file using Windows System Image Manager, included in the ADK, to install Windows 8.1 in an unattended way. I would like to add an attribute in my AutoUnattend.xml ...
ElektroStudios's user avatar
5 votes
1 answer
11k views

Automate Windows 7's file sharing and firewall settings

I am working with my school to customize Windows 7 on some new laptops we are receiving. The laptops come with Windows 7 Professional already installed, and we do not need or want to reimage them. We ...
nhinkle's user avatar
  • 37.5k
5 votes
3 answers
8k views

Unattended Windows 8.1 installation ISO

I want to make an unattended install of Windows 8.1 with the following features: It has to be actived It metro apps removed from the system Some freeware applications installed such as CCleaner ...
Bas's user avatar
  • 275
4 votes
1 answer
3k views

How do I skip the Personalize page (color & computername) during unattended Windows 8 setup?

I'm currently setting up an unattended Windows 8 setup, but I'm stumbling upon and unable to skip the Personalize page. The interesting part should be in the OOBE section, which is already populated ...
Kriech0r's user avatar
4 votes
1 answer
6k views

Running 'Start-Process' Remotely: How to Display Standard Output?

I have a PowerShell script for installing software on remote computers. To date I have been successfully using the following code: $prog = "ping" $arg = "localhost" $computername = "MACHINE01" ...
Fitzroy's user avatar
  • 331
3 votes
4 answers
70k views

Batch File - Delete Shortcut From ALLUSERS Desktop

In Vista/7, if I try to delete a shortcut using the following command -: del "%allusersprofile%\Desktop\MyShortcut.lnk" ...Windows sees this folder as empty and doesn't delete the file. The ...
Damien's user avatar
  • 129
3 votes
3 answers
24k views

How do I force the Windows MSI installer to perform a complete install?

I have a Windows MSI installer package which gives me the choice to do a Typical, Custom or Complete install using the GUI. The default (typical) install only installs some components. How to I tell ...
Kev's user avatar
  • 2,279
3 votes
2 answers
6k views

Skipping serial prompt installing custom unattended Windows Seven DVD and getting OEM key instead

I'm currently doing my first custom unattended Windows Seven DVD creation. I used WAIK with a retail Windows Seven DVD and created a "AutoUnattend.xml" file thanks to WSIM. Aiming to have a zero-...
Rifu's user avatar
  • 33
2 votes
3 answers
3k views

Icon on user account desktop before the user has logged in.

Currently working on a Windows 7 deployment project and I have a requirement to place an RDP icon on a specific users desktop, lets call this user 'Guest'. The image itself will be completely vanilla ...
JHamill's user avatar
  • 83
2 votes
5 answers
381 views

Unattended Vista without Monitor

I have a laptop with a busted monitor (I can only see the leftmost inch of the screen). I need to reinstall Vista on this computer. However, the external monitor is a function of the video card ...
Mike Christiansen's user avatar
2 votes
3 answers
3k views

Debian - unattended installation

Is there any way to make the installation of Debian unattended, I need to install on multiple machines with similar hardware. Basically I need to install Debian system without human interaction, with ...
Francisco  Tapia's user avatar
2 votes
2 answers
4k views

Removing a bogus "not genuine" message from XP

I built a VM with an unused XP license I have using an unattend.txt process. Is there a way to remove the warning message saying my install may not be genuine, and I need to "Get Genuine" from MS?
warren's user avatar
  • 10.2k
2 votes
1 answer
3k views

Integrating Windows Product Key into Windows 8 RTM ISO

Many years ago I created a slipstreamed version of Windows XP with my product key embedded in an unattended set-up file that was in the disk/ISO. I have been struggling to find out where or how I ...
Seany84's user avatar
  • 139
2 votes
1 answer
12k views

AutoUnattend.xml Windows 8 setup

I need a example of how to make an Autounattend.xml for the Windows 8 x64 Core ISO setup. I saw a example from MSDN but don't helped me in nothing, my unattended always fails (is not recognized by ...
ElektroStudios's user avatar
2 votes
1 answer
872 views

How to install xserver-xorg in unattended mode?

When I install xserver-xorg package on Debian9, I have to manually input the package configuration for keyboard layout How can I skip this step, or preconfigured the keyboard layout, so I can install ...
Jim's user avatar
  • 123
2 votes
1 answer
135 views

What files do I need for slipstreaming drivers?

I am under the impression that if I use 7zip or similar to extract driver files, I only need to keep the .inf files and not the .cat, .dll, or anything else that may be contained in a folder? ...
Chris Sobolewski's user avatar
2 votes
2 answers
1k views

How to setup networking for Packer and Virtualbox to enable connection between host and guest?

This is driving me crazy. I am trying to build a Debian image from an ISO using Packer and the VirtualBox builder (on macOS, if that matters). This process involves the VM downloading a Debian preseed ...
fpbhb's user avatar
  • 121
2 votes
1 answer
731 views

Unattended Windows 7 installation stalls for 1 hour

We have created an unattended network installation setup for Windows 7 based on the WinPE present in WAIK. We boot a customized WinPE with the necessary network drivers injected and a CMD script ...
Laszlo Valko's user avatar
2 votes
1 answer
4k views

How to set IIS settings by command line

I've installed IIS on a server 2008 r2 system by command line. Now I also want to set some settings by command line. For example to enable ASP.NET v4.0.30319 and enable windows and basic ...
Marco Frost's user avatar
2 votes
1 answer
4k views

TaskbarLinks in Unattend.xml Windows 7 deployment

Currently making some changes to my unattend file in order to meet user requirements. One of the requirements has been to add 3 office application shortcuts to the task bar by default. I am aware ...
JHamill's user avatar
  • 83
2 votes
1 answer
2k views

Windows 7: Moving Program Files location during install using unattend.xml

I am planning on using an unattend.xml to create a Windows 7 Ultimate 64-bit setup with Users and ProgramData on a 2nd drive. I have found many samples of how to do this (see below). However I would ...
Shevek's user avatar
  • 16.7k
2 votes
0 answers
91 views

Unattended PDF merge and print

My company is using an invoicing software that creates 3 ways invoice (original, duplicate and triplicate) as separate files which are sent to printer. We need our printer to staple them automatically ...
SkilledNoob's user avatar
2 votes
0 answers
154 views

Disable Windows 10 Sounds in Audit Mode or unattend

I am preparing Windows 10 Image and I want to disable Windows sounds (but not applications sounds). I tried two different ways: Audit Mode: I enter Audit Mode and modify the registry: ...
Chris's user avatar
  • 141
2 votes
0 answers
809 views

How to Upgrade Win 10 to 1803 Using Remote Desktop

I have to upgrade Windows 10 to 1803 on several remote machines, which can be accessed by using a Remote Desktop connection. Some months ago I used this command to install 1703 without having to ...
Cellcon's user avatar
  • 170
2 votes
1 answer
410 views

Unattended Eclipse update

I have to update my Eclipse frequently via "Check for Update" or "Install new Software" and looking for more convenient way than doing it by hand. Some sort of unattended batch file starting eclipse ...
eactor's user avatar
  • 279
2 votes
1 answer
6k views

Disable remote input is greyed out in TeamViewer Actions menu

I'm trying to set up for unattended remote operation of an iMac and would like the remote system to remain black (as it's an all-in-one, I can't just turn off the monitor). On the local machine, in my ...
K Gardner's user avatar
2 votes
1 answer
862 views

Autounattend.xml -multiple SynchronousCommand one line

Is there possibility to put multiple commands into one line under Autounattend.xml ? something like: <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1&...
AnimaliX's user avatar
1 vote
1 answer
20k views

Windows 10 unattended install: how to set input locale, system language and currency/date format?

I've successfully created an Autounattend.xml using this online tool, which I'm using to install Windows 10 64-bit without prompting for any questions during installation. However, it seems it doesn'...
fredrik's user avatar
  • 560
1 vote
2 answers
6k views

How to create an unattended Windows installation medium/iso/usb supporting Secure Boot and resulting in a UEFI-Windows installation?

Creating a medium from which a system can boot while Secure Boot remains active, is possible with the default Windows iso from Media Creator, but what about edited images? Creating a unattended ...
A71's user avatar
  • 552
1 vote
2 answers
3k views

Unattended WSL Ubuntu 18.04 installation from powershell

Scenario To automatically install and initialize WSL Ubuntu 18.04 with powershell, I am trying to initialize/set the first username and password automatically. However, when I first run the wsl from a ...
a.t.'s user avatar
  • 423
1 vote
1 answer
4k views

How do I [re-]install Windows 10 using an unattend.xml file without a product key?

Having seen various questions about unattend.xml installs, and experienced them first hand, I understand some of the unattended Windows install. However, I haven't seen the values to include which ...
user3.1415927's user avatar
1 vote
1 answer
2k views

Build debian preseed after the options selected on a normal installation

Is there any way to build the pre-seed file based on the options I've chosen manually, instead of writing one from scratch?
eloyesp's user avatar
  • 563
1 vote
1 answer
981 views

Upgrade Windows 10 to 11 with ISO and apply Autounattend.xml

I want to upgrade a bunch of Windows 10 PCs with a customized Windows 11 ISO. Usually I pass some settings using autounattend.xml which I put in the ISOs root directory. So far so good, installing W11 ...
Oliver R.'s user avatar
  • 249
1 vote
1 answer
2k views

Can not install .Wim onto a Dell using Windows PE

I have created a .WIM file of a HP Laptop with all drivers, software etc installed using WAIK, I have created a new VM using Oracle VM Box and deployed the image onto this Virtual Machine, this all ...
user134713's user avatar
1 vote
1 answer
1k views

How does an unattended Windows install decide which partition to install to?

After doing research, I've decided I want to make a unattended, pre-configured Windows 10 ISO for myself, but given I have two partitions (one SSD for the OS, one HDD high capacity low speed storage), ...
343N's user avatar
  • 47
1 vote
1 answer
2k views

Sysprep.exe and Unattend.xml - automatic application of product key not working

My goal is to automate the OOBE process (launched by sysprep) by removing the need for a new product key to be entered. I already have a product key since I am launching this through sysprep. I would ...
nhouser9's user avatar
  • 115
1 vote
1 answer
1k views

Unattended (Sysprep) Windows Installation "cannot complete" error

I made an image in audit mode, sysprepped it, got the .WIM image, and inserted it into a bootable windows 7 DVD (install.wim). When run, setup completes but I get a "Windows cannot complete ...
Daniel.Saez's user avatar
1 vote
2 answers
614 views

Deploy 3rd party Apps via Microsoft Deployment ToolKit

I want to deploy an image containing Windows 7 x64, Office 2010 Professional Plus x86, Java, Adobe Reader and Flash player and SEP Client. I've made successfully an image containing Windows 7 x64, ...
Cell-o's user avatar
  • 421
1 vote
1 answer
244 views

Unattended installation of a .pkg file in Haiku

Is there a way to do this from the command-line, additionally being able to specify the destination partition? I tried to create an empty partition, and install the package onto that, so I could just ...
Kev's user avatar
  • 1,154
1 vote
1 answer
2k views

Adding Language Bar and other Languages through Answer file possible?

I have to image laptops on a per semester basis and part of the imaging process requires me to make sure the language bar and some extra languages are installed to all users that might log in to these ...
mosiac's user avatar
  • 164
1 vote
0 answers
194 views

Unattended install of gui-installer over intune

Right now, I'm packaging some piece of software intune for which the developers didn't intend a silent-install-mode. Without a silent-install the manual rollout of this software would be very tiresome....
hmaier's user avatar
  • 73
1 vote
2 answers
3k views

PowerShell script do not run from autounattend.xml file

Good day! I've created an autounattend.xml file with settings to skip OOBE, create user profile and running PowerShell script during first logon. First two worked fine except running the script. I've ...
Alex's user avatar
  • 27
1 vote
1 answer
51 views

start /wait doesn't wait. How to workaround without using pause in script (Script is meant to be unattended)

I have a script that is run after windows is installed and performs a vast number of tasks, including installation of drivers and various programs. The intent is that the script is run unattended. I ...
user avatar
1 vote
2 answers
6k views

Install Windows 10 via PXE

I've been searching for a way to complete an unattended Windows 10 installation with only bad luck. I have found lots of information on loading and running 10 from a PXE server but nothing saying it ...
Christian's user avatar
1 vote
0 answers
853 views

How to automatically enable provisioned extension in Edge?

I have created an unattended installation image of Windows 10 following Kari’s excellent guide. I have downloaded uBlock Origin package from the Store and incorporated it with Add-...
Mr. Tao's user avatar
  • 498
1 vote
2 answers
3k views

Autounattend.xml Issue (Disk Configuration) with Windows Server 2016 on Dell PowerEdge R330

I'm having some issues getting an unattend file working with Server 2016 Essentials. I'm working with a Dell PowerEdge R330 with a PERC 330 RAID adapter (currently all drives in the machine are in a ...
Noah's user avatar
  • 11
1 vote
1 answer
102 views

Windows unattended reliable boot

I have a system that will be unattended and unreachable, which has to run a windows system (7+). The operation is that it will start-up, perform an operation, and then switch-off again (as in no power)...
jakob's user avatar
  • 151
1 vote
0 answers
3k views

Preloading a customized Windows 10 installation image

In short: When I boot from the preloaded installation, the setup wipes the hard disk and after the next reboot it (obviously) fails to load the OS. --> What setting am I missing to keep setup from ...
GapWim's user avatar
  • 158