Download the Docker Desktop installer. Open Command Prompt with elevated rights and navigate to the download location. To install docker desktop and the image files to alternate locations you can use the following command in Command Prompt with elevated rights. i.e. Options program install location –installation-dirImage location –wsl-default-data-root You may need to add the current […]
Author: contrib
Reset Local GPO Settings to Default
With administrator rights delete the content of the following folders to reset the local GPO settings of a Windows machine. %WinDir%\System32\GroupPolicy %WinDir%\System32\GroupPolicyUsers
Laravel 9 Sail Redis Supervisor Queue Configuration
To add the command to Supervisor for a Redis Queue append the following code to the supervisord.conf file in the appropriate Sail runtimes folder i.e. vendor\laravel\sail\runtimes\8.4 Then run
Intune Force Sign Out of User After Restart or Cold Boot in Windows
In Intune Admin select Devices > Windows Devices > Manage Devices > Configuration. Create a new policy or edit an existing one if applicable. For platform select Windows 10 and later and Profile Type as Settings Catalogue. Give the policy a name. If Configuration Settings click Add Settings. Select ‘Sign-in and lock last interactive user […]
Intune Disable Last Signed In User in Windows
In Intune Admin select Devices > Windows Devices > Manage Devices > Configuration. Create a new policy or edit an existing one if applicable. For platform select Windows 10 and later and Profile Type as Settings Catalogue. Give the policy a name. If Configuration Settings click Add Settings. Select ‘Interactive Logon Do Not Display Last […]
Windows 11 Upgrade For Unsupported Hardware
To bypass hardware checks for TPM and CPU requirements for testing purposes. In Powershell browse to the sources folders from the installation media. For example media on the D drive. And run the setupprep exe file with the product server switch. This will not install the server edition of Windows 11 but the rather use […]
Get Install Language of a Windows Installation
You can use the Powershell command below with elevated right to determine the initial install language of a Windows installation Tested with Windows 10 and 11