| by mark | No comments

Bios instellingen UEFI / Legacy

Als je Windows 7 of oudere besturingssysteem installeert dient de bios instellingen op Legacy te staan. Als je Windows 10 installeert, is het aan te raden om de bios instellingen op UEFI te zetten.

Read More
| by mark | No comments

Failed to run Task Sequence 0x80070002

Als je tijdens de Task Sequence de foutmelding 0x80070002 verschijnt, dan kan dit betekenen dat de download van het package niet goed is gegaan vanwege: Network Access Account is niet goed geconfigureerd trage netwerkverbinding ontbreken van ISS componenten op de site server Als het probleem zich voordoet n.a.v. een trage netwerkverbinding, dan kan in de […]

Read More
| by mark | No comments

Office first run message First things first

If you have standalone machines with users who have no administrator rights.When the user clicks to first run on a Office application, they get the message “First things first”.With the following options:– Use recommended settings– Install updates only– Ask me later If the user select some one and after “Accept” there will prompt a UAC […]

Read More
| by mark | No comments

Location logfiles during Task Sequence WinPE

During the Task Sequence you can check for a log file smst.log which allow you troubleshooting of operating system failures:It depending on deployment phase, SMSTS.log file will have the location below: Logfile During OSD Phase Location Windows PE (WinPE) -Before the harddisk is formatted and partitioned x:\windows\temp\smstslog\smsts.log Windows PE (WinPE) – After harddisk formatted x:\smstslog\smsts.log […]

Read More
| by mark | No comments

WinPE

Wat is WinPE? WinPE staat voor Windows Preinstallation Environment (Windows PE). Het is een minimale besturingssysteem met beperkt aantal functionaliteiten om een apparaat voor te bereiden op een Windows installatie. WinPE is niet gebouwd als primair besturingssysteem voor een apparaat, maar is gemaakt als een onafhankelijk  voor geïnstalleerde omgeving en als een geïntrigeerd onderdeel voor installatie en […]

Read More
| by mark | No comments

Environment variables van special folders

Om ervoor te zorgen dat je geen harde paden in BAT script, MSI, PowerShell en VBScript hoeft te gebruiken, kun je environment variables gebruiken. Ik heb hieronder een overzicht gemaakt van de meest voorkomende environment variables: Omschrijving Lokatie Environment Variable UserProfile C:\Users\USERNAME %UserProfile% Temp %UserProfile%\AppData\Local\Temp %TEMP% en %TMP% Windows Directory C:\Windows %SystemRoot%, ook %windir% in […]

Read More
  • 1
  • 2