I received a lot of positive feedback on my previous post on accessing the clipboard from the lock screen using the wireless password field. https://msitpros.com/?p=3746 Just out of curiosity I tried other combinations on doing the same thing, and I found out another cool trick to do the same using the Narrator feature in Windows. […]
Posts tagged Windows 10
Accessing clipboard from the lock screen in Windows 10
I discovered something interesting that I wanted to be shared with the rest of the world. Before you read any further, I want you to know that I did send an email to MSRC (Microsoft Security Response Center) about this. The answer I got was this: <quote>«In general, MSRC does not consider issues that require […]
Differencing disks and virtual machines on Windows 10
In the spirit of sharing I thought I would share how I create virtual machines on Windows 10 using Hyper-v using differencing disks. I work with a lot of different customers and needed a way to quickly create new VM’s ready to go. A normal approach would be to have a deployment solution (MDT) running […]
Sysprep not able to validate Windows 10 installation
Hi folks. Got the following error when trying to run Sysprep in a Windows 10 installation. Sysprep was not able to validate Your Windows installation. Review the log file at %WINDIR%\System32\Sysprep\Panther\setupact.log for details. After resolving the issue, use Sysprep to validate your installation again. Investigating the log file mentioned shows the following. SYSPRP Failed to […]
WUSA.exe – Extract option is gone in Windows 10
If you try to run the command «wusa.exe c:\temp\file.cab /extract:c:\temp2\» you will in Windows 10 get this error: The reason Microsoft has removed this option is because of a security issue with the extract option. The reason I found out that this was removed was because I was trying to bypass UAC on Windows 10. […]