In Windows 11 you can attach a VHD and keep it’s mount state after reboots without having to manually set up a scheduled task or automount process. VHDs created or attached in Disk Management will not mount after a reboot. However attaching a VHD in Settings > System > Storage > Advanced Storage Settings > […]
Author: contrib
MS Process Explorer Browser TCP/IP Connections
Tool – Sysinternals Process Explorer to view tcp/ip connections. Open the tool with admin rights. Add the ‘command line’ column to the viewer. To see activity for tcp/ip connections in Chrome and Edge search for the command line child entry which contains the below command line parameter. Firefox tcp/ip connections appear in the root process.
Docker Desktop Custom Install using Command Prompt
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 […]
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 […]