Windows 10 How To
Last updated
Was this helpful?
Last updated
Was this helpful?
Clearing Nuget (.Net Package Manager) local cache
Install nuget command line choco install nuget.commandline
Delete nuget local cache nuget locals all -clear
But Chocolatey use the cache
is a framework used for installing/updating Windows apps. So, probably some of the apps, installed on your PC are using it, no need to worry.
netsh wlan show profiles
View various wireless network profiles saved on your PC
netsh wlan connect name="nameofnetwork" interface="nameofnetworkadapter"
netsh wlan show drivers
View WiFi adapter driver information
netsh wlan show wirelesscapabilities
View WiFi adapter driver information
netsh wlan show interfaces
View wireless adapter settings
netsh wlan show interface name="nameofinterfaces"
netsh wlan show profile name="networkname" key=clear
netsh wlan set hostednetwork mode=allow ssid="networkname" key="password"
netsh wlan show networks
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /flushdns
ipconfig /renew