logo logo

.Net Framework 3.5 installation for Windows 8.1

Make sure Windows 8.1 setup files are on hand and type the following into command prompt when run as admin: Dism /online /enable-feature /featurename:NetFx3 /All /Source:F:\sources\sxs /LimitAccess Change...

How to find the MAC Address of a network interface on Microsoft Windows

Windows XP: Go to Control Panel and find Network Connections Click on the Support tab The MAC addres will be listed under “Physical Address” in the resulting list. Windows 7+: Go to Network...

Activate Remote Desktop Licensing / Terminal Server Licensing

This is for 2008 R2 and assuming you already have remote desktop or remoteapps set up. Go into the Server Manager to add roles. Roles – Remote Desktop – Add Role Services Choose Remote Desktop...

Hyper-V Virtual Machine is completely unresponsive and in a warning state

Virtual Machine won’t shut down, stop, reboot, or respond to anything. It is in a warning state and claims you can’t do anything to it in its current state and has been like that for 10 hours....

Add an existing active directory user to the SBS 2011 users console

Open ADSI Edit from administrative tools Right click ADSI Edit and click Connect to… and click Ok keeping the default values Browse to the user you want to import to the SBS 2011 Console Right click...

Initialize new disk partition on Hyper-V Core

On the HyperV go to the command prompt Type diskpart, enter To view current disks, type list disk, enter To select the disk you wish to initialize, type select disk=1, enter Create the partition, type...
bottom