- Get Install Language of a Windows InstallationYou 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
- Laravel Sail and Docker Desktop PHP Version UpdateYou may run into PHP dependencies errors after updating Composer files with Docker images. In the Laravel docker-compose.yml file update the build/context runtime line to the required PHP version. Example For clarity of the image file name update the build/image line to reflect the new version. Example After updating the above run the command to… Read more: Laravel Sail and Docker Desktop PHP Version Update
- Docker Desktop Change Disk Image Location On WindowsIn Docker Desktop the file path can be changed to move the virtual disk image for the saved images/volumes etc… You can attempt to change the path and it will try to move the image file to the new location, sometimes this hangs or takes a long time. If it hangs sometimes restart Docker Desktop… Read more: Docker Desktop Change Disk Image Location On Windows
- O365 Admin View Users Recycle Bin and Recover FilesFrom the O365 admin centre select a user. Select the OneDrive tab and click ‘Create link to files’. Open the link and replace onedrive.aspx with recyclebin.apsx in the URL This will open the users recycle bin.
- Secure Wipe USB Drive Using Windows DiskPartYou can use the Wipe All command in DiskPart to write over all data on a drive. Start DiskPart with administrator rights. Show available disks and select the USB stick Wipe all data Create partition and format the disk