Windows User Profile (corrupt/deleted)

Sometimes Windows Profiles gets corrupt especially roaming profiles or if different users are working on the same machine someone is deleting files from another profile just for fun or what ever. Than it often happens that you get a temporary profile (a small popup appears on the bottom right when login in. Depending on what Windows version and theme it […]

Remote Desktop (RDP) to AzureAD connected PC

Sometimes you need to connect to an AzureAD connected device but with the normal login credentials AzureAD\userid this isn’t possible. For these cases you have to modify the RDP file corresponding to this article. So open mstsc.exe and save the connection details to a place where you can find and open it. Open the RDP file with notepad!! Now check […]

Install unsigned drivers from advance boot menu

Restart your computer by holding the shift key while clicking on restart In the advanced boot menu choose: Troubleshoot Advanced options Start-Up Settings (may be on a second page!!) Restart Than choose F7 to disable driver signature enforcement After the reboot  you can install unsigned drivers. When you have installed the needed driver reboot again to enable driver signing again.

Remote management of Windows Firewall

Windows Firewall – Remote Access through MMC Enable rule to let the remote pc in: Enable the rule in a domain environment: Pay attention that this codes needs to be used in an elevated powershell console.

How to install Windows Updates on a core edition

The simplest way to realize that is to create a script for that. On MSDN you can find the following and it’s working like a charm. Save this to a file named WUA_SearchDownloadInstall.vbs as example and than you simply can run cscript WUA_SearchDownloadInstall.vbs and he automatically searches for Updates and than asks to install them. There is also the option trough the […]