使用命令行激活 Windows 教程
使用命令行激活 Windows本教程将引导你如何通过简单的命令行步骤来激活你的 Windows 操作系统。 操作步骤 打开 PowerShell 在开始菜单中搜索 “PowerShell”,右键点击 “Windows PowerShell”,选择“以管理员身份运行”。 输入激活命令 在打开的 PowerShell 窗口中,复制并粘贴以下命令,然后按回车键: 1irm https://get.activated.win | iex 选择激活方式 当命令行程序运行后,会弹出一个激活页面。在该页面上,输入数字 1,然后按回车键,选择激活 Windows。 等待激活完成 程序将自动进行激活。请耐心等待,直到看到激活成功的提示信息。 参考资料 MASGRAVE 知乎 - Windows/Office/WindowsServer 激活工具(附下载链接) 博客园 - Windows & Office 一键激活工具(KMS)
Windows 设置开机不输入密码自动登陆系统
设置步骤: 按WIN+R键,输入netplwiz点击确定,打开用户账户界面 在用户账户界面中: 取消勾选要使用本计算机,用户必须输入用户名和密码(E)选项 如果没有该选项,按WIN+R键,输入regedit点击确定,打开注册表编辑器 进入计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device路径 双击右侧的DevicePasswordLessBuildVersion,将其数值数据从2修改为0,点击确认进行保存 在弹出的自动登录框中,输入两次密码即可,后面系统登录时就会使用此密码自动登录
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment