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 […]
Author: contrib
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
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