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
Author: contrib
Laravel Sail and Docker Desktop PHP Version Update
You 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 […]
Docker Desktop Change Disk Image Location On Windows
In 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 […]
O365 Admin View Users Recycle Bin and Recover Files
From 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 DiskPart
You 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
Lossless Cut Video Trimmer
A useful tool for trimming videos and remuxing without re-encoding. https://github.com/mifi/lossless-cut
RSAT Error 0x800f0954 Windows 10
If you receive the error 0x800f0954 when trying to install RSAT tools in Powershell you can try to enable the settings below. You may need to run gpupdate to refresh policies You should now be able to install RSAT tools.