Learn about apps, virtualization, deployment, advancements in security, managing devices, and more in this virtual roundtable featuring deployment experts from the IT community, IT pros who have been through the Windows 8 deployment process, and members of the Windows product team. Topics covered by the panel also include end user p… More Learn about apps, …
Category: Windows
Feb 13
.Net Framework 3.5 on Windows 8 Fails to Download
This occurs when your 8 / 2012 is behind a WSUS, to fix this you need to set an extra policy. Computer Configuration/Administrative Templates/System/Specify settings for optional component installation and component repair This can be set to either bypass the wsus for there components or to use a local share to retrieve them. (In Windows …
Jan 07
Display / Export Wlan Profiles in Windows 7/8/10/11
To display all wireless profiles on your windows start a dos-prompt an type the following command: netsh wlan show profile To export/backup all profiles: create a backup folder md c:\profiles netsh wlan export profile folder=c:profiles (This will export all profiles in separate .xml files) To export specific profiles add name=”profilename” netsh wlan export profile name=”profilename” …
Jan 07
Windows 8 Shutdown / Turn Off
By default shutting down windows 8 will log you off and partially hibernate your os to make faster start-ups possible, on some systems this will cause the standby light to stay turned on when the system is down. To completely turn off your pc instead, the easiest way is: on the keyboard type windows + I …