Remove a known network from Windows 8

Find and delete the registry keys for the unwanted networks under these locations: > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Nla\Cache\Intranet HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\Unmanaged If you don’t…

Debian and Interface with No IP

Bringing up an interface without an IP address To create a network interface without an IP address at all use the manual method and use pre-up and post-down commands to bring the interface up and down. > iface eth0 inet manual pre-up ifconfig $IFACE up post-down ifconfig $IFACE down…

Windows 7 - Error Accessing and Displaying CHM Files

To read .chm files on a remote share you can add the share name into the “Local Intranet” zone in the security tab of IE. E.g file://fileservername…