UnicodeDecodeError: ‘gbk’ codec can’t decode byte
PYTHONUTF8=1 pip install
UnicodeDecodeError: ‘gbk’ codec can’t decode byte
PYTHONUTF8=1 pip install
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
Microsoft Visual C++ Redistributable 14.28.29213.0是最后支持Windows XP的版本。
https://download.visualstudio.microsoft.com/download/pr/566435ac-4e1c-434b-b93f-aecc71e8cffc/B75590149FA14B37997C35724BC93776F67E08BFF9BD5A69FACBF41B3846D084/VC_redist.x64.exe
https://download.visualstudio.microsoft.com/download/pr/566435ac-4e1c-434b-b93f-aecc71e8cffc/0D59EC7FDBF05DE813736BF875CEA5C894FFF4769F60E32E87BD48406BBF0A3A/VC_redist.x86.exe
https://download.visualstudio.microsoft.com/download/pr/7b0dbd13-8740-4bcd-b86e-dffe0002c0b2/07C0219A8002491F85604EB76AADBD11DB819AF8A813621376B5DA5630C21E20/VC_redist.arm64.exe
https://sslmate.com/caa/
https://developer.aliyun.com/article/652884
/path/to/google/chrome --use-fake-device-for-media-stream [--use-file-for-fake-audio-capture=/apth/to/audio --use-file-for-fake-video-capture=/path/to/video]
https://www.microsoft.com/zh-CN/download/details.aspx?id=46078
https://www.microsoft.com/zh-CN/download/details.aspx?id=46148
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
powercfg -h off
$services=Get-Service -Name DiagTrack,diagsvc,DPS,WdiServiceHost,WdiSystemHost,SysMain,WSearch
$services | Stop-Service
$services | Set-Service -StartupType Disabled
RUNDLL32 SHELL32.DLL,Control_RunDLL DESK.CPL,,0
Win 11
管理员运行oobe\ByPassNRO.cmd
"*":
core:
automaticallyUpdate: false
restorePreviousWindowsOnStart: "no"
telemetryConsent: "no"
openEmptyEditorOnStart: false
editor:
atomicSoftTabs: false
fontSize: 14
showInvisibles: true
showIndentGuide: true
softTabs: false
tabLength: 4
tabType: "hard"
"line-ending-selector":
defaultLineEnding: "LF"
welcome:
showOnStartup: false
{
"editor.renderWhitespace": "selection",
"editor.insertSpaces": false,
"editor.tabCompletion": "on",
"editor.autoIndent": "full",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.fontFamily": "'Cascadia Mono PL', 'JetBrains Mono', Consolas, 'Courier New', monospace",
"files.eol": "\n",
"explorer.autoReveal": false,
"workbench.tree.indent": 18
}