- Persistent Mount of Virtual Hard Disks VHD in Windows 11In 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 >… Read more: Persistent Mount of Virtual Hard Disks VHD in Windows 11
- MS Process Explorer Browser TCP/IP ConnectionsTool – 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 PromptDownload 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… Read more: Docker Desktop Custom Install using Command Prompt
- Reset Local GPO Settings to DefaultWith 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 ConfigurationTo 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