## Windows 深色模式的一些调整 以管理员的方式打开终端,然后输入: ``` Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\DWM -Name AccentColor 4281742125 Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\DWM -Name AccentColorInactive 4284044362 Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\DWM -Name ColorPrevalence 1 Get-ItemProperty -Path HKCU:\Software\Microsoft\Windows\DWM ``` ## 无线频繁断开的解决方法 以管理员的方式运行终端,然后输入 ``` Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbeContent "Microsoft NCSI" Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbeContentV6 "Microsoft NCSI" Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbeHost "www.msftncsi.com" Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbeHostV6 "ipv6.msftncsi.com" Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbePath "ncsi.txt" Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet -Name ActiveWebProbePathV6 "ncsi.txt" Get-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet ``` ## ghost 的一些密码 ``` ISO: ➡️ https://bit.ly/3NoImBy - PRO x64 (Official Release) ➡️ http://bit.ly/3SITxYN - HOME x64 (Official Release) NOTE: Windows 11 22H2 officially version available now!!! Password for Pro: SV2GHOST1234 SV2GHOST1234U2 SV2GHOST1234U3 SV2GHOST1234U4 SV2GHOST1234U5 SV2GHOST1234U6 SV2GHOST1234U7 22h2u8 22h2u9 22h294 Password for Home: homesweethome Latest Standalone Update: ➡️ 04/12/2023 - OS build 22621.1555 (Moment 2 Update) - https://bit.ly/3QwQQtV Password: ghost1234 WSA: Password v2204: ghost1234 Password v2208: ghost0987 Password v2211: ghost2211 Password v2301: ghost2301 ``` ## 安装Debian 替换国内源以及常用软件的安装 ``` sudo sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list sudo apt-get update sudo apt-get install zsh git wget subversion sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" ``` 新安装的debian系统,用vi打开后方向键变ABCD了。 解决方法: 1.用vi打开其配置文件: ``` vi /etc/vim/vimrc.tiny ``` 2.将如下语句写入vi配置文件: ``` set nocompatible //找到set compatible改为set nocompatible ``` 设置完后保存退出就可以正常使用了。 如果退格键不能使用,可以在刚才的下面再加一句: ``` set backspace=2 ``` ## 打开资源管理器标签页 ``` vivetool /enable /id:37634385 vivetool /enable /id:39145991 ``` ## 恢复右键菜单的 acrylic 效果 右键菜单的透明背景效果 ``` vivetool /disable /id:38664959 vivetool /disable /id:40729001 vivetool /disable /id:41076133 ``` ## 任务栏的右键菜单新增任务管理器选项: ``` vivetool /enable /id:36860984 vivetool /enable /id:1887869580 ``` ## 安装时跳过网络连接 如果不能直接跳过,可以使用键盘按住shift+F10,弹出cmd命令框,然后输入OOBE\BYPASSNRO回车,等待系统重启,在提示联网界面选择【我没有Internet连接】 ## 某些软件的右键菜单 AMD 显卡的,删除 清空注册表`HKEY_CLASSES_ROOT\PackagedCom\Package\AdvancedMicroDevicesInc-RSXCM_22.10.0.0_x64__fhmx3h6dzfmvj\Server`下面的内容,`22.10.0.0`是电脑上已安装的版本 也可以用另一种办法,如下 1、按 `Win + R` 快捷键,输入`regedit`打开注册表。 2、地址栏输入`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions`回车。 3、点击选择`Shell Extensions`文件夹,右键新建项,名称为`Blocked`。 4、点击选择`Blocked`文件夹,右键`新建字符串值`,名称为`{FDADFEE3-02D1-4E7C-A511-380F4C98D73B}`,数值为`AMD Software : Adrenalin Edition`。 5、若想恢复,删除`Blocked`项即可。 其中字符串值的名称来自位置`Sever`下`0`或`1`里面的`SurrogateAppld` 这个的好处就是除非重装系统或者删除`Blocked`,不然它永远不会在出来 ![](https://img.imzhp.com/76/images/b164f8ae8910a461a53aab471ac3df29.png-web) 最后修改:1年前 © 著作权归作者所有