2020

Disable Windows Hypervisor Auto Launch

Run “bcdedit /enum {current}”   Note down the hypervisorlaunchtype in case this needs to be reverted Run “bcdedit /set hypervisorlaunchtyp...

iX. 28 7月, 2020

Bitwarden 配置 Let’s Encrypt 证书

由于在内网环境部署的Bitwarden,不能通过安装脚本自动申请 Let’s Encrypt 的证书。 起初我用了一个自签名证书,发现特别不好使,虽然在firefox 跟 chrome 内核的浏览器上都能通过插件访问,但必须添加信任才行,特别是用Bitwarden Desk...

iX. 29 3月, 2020

Windows设备管理器查看隐藏设备

运行以下脚本打开设备管理器,可以查看隐藏隐藏设备: @echo preparing to open devmgmt @echo off set devmgr_show_nonpresent_devices=1 start devmgmt.msc   先择"Show h...

iX. 17 2月, 2020

Windows 10 系统图标资源

Win10 自带的系统图标对应的dll库文件: ### 默认图标库 %systemroot%\system32\shell32.dll //类似库   %systemroot%\system32\imageres.dll ### 硬件设备 %systemroot%\system3...

iX. 16 2月, 2020