Windows11右键菜单改为Win10模式的方法
使用管理员身份运行命令行终端
依次执行下面的三个命令
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
taskkill /f /im explorer.exe
start explorer.exe
使用管理员身份运行命令行终端
依次执行下面的三个命令
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
taskkill /f /im explorer.exe
start explorer.exe
kubershpere集群搭建1、安装dockersudo yum remove docker* sudo yum install -y yum-utils 1.1配置docker的yum地址sudo yum-config-manager \ --add-repo \ http://mi...