# Windows 10 How To

## Nuget (.Net Package Manager)

* 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

## Squirrel Temporary in Windows 10

* [Squirrel](https://github.com/Squirrel/Squirrel.Windows) 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.

### Access Point Change

* [How to change WiFi Roaming Aggressiveness or Sensitivity in Windows 10](https://www.thewindowsclub.com/wifi-roaming-sensitivity-aggressiveness)

## Network Command Line

* `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`

## Network Repair

* `netsh winsock reset`
* `netsh int ip reset`
* `ipconfig /release`
* `ipconfig /flushdns`
* `ipconfig /renew`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/howto/windows10-howto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
