Dag: 18 januari 2022

Create a PowerShell script and start the update everyday in the midnight. Start Windows PowerShell ISE and copy paste:   [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Install-PackageProvider -Name NuGet -Force Install-Module -Name PSWindowsUpdate -Force Get-WindowsUpdate -AcceptAll -Download -Install -MicrosoftUpdate -AutoReboot > “C:\Windows-Update_History.txt” wmic qfe list full /format:htable > “C:\Windows-Update_History.html”   Save this script as : windows-update.ps1   Create […]

Meer lezen

Open een internetpagina (Edge of Chrome bijvoorbeeld) op uw laptop en ga naar https://outlook.office365.com/. Meld u aan met uw Office 365 voor Bedrijven-account ( e-mailaccount gebruikersnaam@domeinnaam.nl ) Na succesvol inloggen zal het volgende venster moeten verschijnen; Kies Volgende Installeer de Microsoft Authenticator app op uw mobiele telefoon vanuit de App Store / Play Store (als deze […]

Meer lezen

A. You can change where the My Documents and My Pictures shortcuts point to by performing the following steps: Start regedit.exe. Go to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders. Double-click Personal (for My Documents) and change the value. Double-click My Pictures and change the value. Close regedit. Log off and restart the machine for the change to take effect. […]

Meer lezen