- Intune Force Sign Out of User After Restart or Cold Boot in WindowsIn 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… Read more: Intune Force Sign Out of User After Restart or Cold Boot in Windows
- Intune Disable Last Signed In User in WindowsIn 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… Read more: Intune Disable Last Signed In User in Windows
- Windows 11 Upgrade For Unsupported HardwareTo 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… Read more: Windows 11 Upgrade For Unsupported Hardware
- 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