To obtain detailed information about a particular driver that is prestaged within the Windows 7 driver store, you can run the following command. Dism /online /get-driverinfo /driver: <path to driver inf file> Now there is quite a lot of interesting information in here, imagine you are working on a Windows 7 project and you want [...]
Managing Wireless Configuration with NETSH
Today when I was using the netsh command to configure some firewall settings, I noticed that it also has options for WLAN. (Yes you never stop learning). When opening a command prompt and executing NETSH Wlan Help you get the following options. add – Adds a configuration entry to a table. connect – Connects to [...]
Retrieve Group Policy size in SYSVOL folder with PowerShell
Needless to say that there are quite some benefits in using a central store for Group Policies, one of them is that you can prevent the so-called SYSVOL bloat. A good description of the SYSVOL bloat is described here. So how much size do my GPOs currently consume within the SYSVOL folder? I asked myself [...]
ReadTip: General (Windows) activation concepts (KMS/MAK)
A great article from Kevin Ledman – Microsoft Platforms Support, covering the following topics around Windows activation: What is KMS? What is MAK? What do you consider your ‘current operating systems? How do I know what I have available to me? I see both keys on the volume website, so I guess I have both [...]
Windows 7 Device Installation Without Administrative Rights
This year I have had the opportunity to speak with many customers about Windows 7. One topic that came up in almost every discussion was about how mobile users can install their local devices without having to grant them local administrator rights. With previous versions of Windows (NT 4, Windows 2000 and XP) many companies [...]
