Enable Hyper-V to create virtual machines on Windows 10.Hyper-V can be enabled in many ways including using the Windows 10 control panel, PowerShell or using the Deployment Imaging Servicing and Management tool (DISM). This document walks through each option. Note: Hyper-V is built into Windows as an optional feature — there is no Hyper-V download. Check Read More
Category: Windows 7/8/10/11
How to Remove a Saved Account From Microsoft Teams Desktop
Please follow these steps to remove all MS Teams credentials.Step 1– Go to Windows settings > Accounts >– Select “Access Work and School” > Select old work account > Click Disconnect– Sign out and Sign in again. Go to “Email & App account” > Click on old work account and Remove Step 2:– Click Windows Read More
How To Find Out All Environment Variables on Windows
Environment Variables, according to a better definition on Wikipedia, are a set of dynamic named values that can affect the way running processes will behave on a computer. For example, a running process can query the value of the TEMP environment variable to discover a suitable place to store temporary files, or the AppData variable Read More
How to Force Install Microsoft Teams With Intune Scripts
For some reason, Teams won’t install automatically with Office 365 deployment via Intune. I have created the below scripts and assigned them on Intune to force install Teams. Scripts: $registryPath = “HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run” $Name = “TeamsMachineInstaller” $value = “C:\Program Files (x86)\Teams Installer\Teams.exe –checkInstall –source=default” if (Get-ItemProperty -Path $registryPath -Name $name -ErrorAction Ignore) { Read More
How to Deploy Microsoft Local Administrator Password Solution (LAPS)
Local Administrator Password Solution (LAPS) is a new tool that gives the power to manage local Administrator accounts passwords (RID-500).The most important benefit of deploying LAPS is to mitigate Pass-the-Hash (PtH) credential attack. By configuring LAPS, Local Administrator on each machine will have its own (unique) complex password. This password changes randomly as per LAPS configuration Read More
How to Manage Windows 10 Updates with Microsoft Intune
With Intune you can manage windows 10 updates using Windows update for Business. This is a free service that is available for Windows 10 Pro, Enterprise and Education editions (Enterprise LTSC is not supported). The service will deploy updates automatically without the need for approving individual updates. This will make it easy to manage Windows Read More