Advanced Search
Search Results
65 total results found
Proxy BT
Use a server with "socks" in the name.And perform the test. https://support.nordvpn.com/hc/en-us/articles/20465085067665-NordVPN-proxy-setup-for-BitTorrent
Improve SMB speeds
Enable multichannelEnable async operations I/OEnable kernel mode SMBSet minimum version to SMB 2 (or higher)
Large default vdx
>> wsl --shutdown Verify everything is stopped by: >> wsl.exe --list --verbose Then start diskpart: >> diskpart and inside diskpart type: DISKPART> select vdisk file="<path to vhdx file>" it should respond by saying DiskPart successfully select...
Turn off web search in start menu
regedit Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search Create DWORD: BingSearchEnabled=0 CortanaConsent=0
Nuget packages: Shared library in NET9.0 SdkProject
A nuget project doesn't include a references shared library. (opening the Your.Client.1.0.1.nupkg should have the library in the "lib" folder) You can force it by modifying the cs.proj <ItemGroup> <Reference Include="Your.Lib.Shared"> ...