在Windows中使用noVNC

[MD]

准备工作

  1. 下载以下文件
  1. 解压的文件目录如下(仅作本例)
  • D:\noVNC
  • D:\noVNC\utils\websockify
  1. 进入D:\noVNC安装websockify

python setup.py install

  1. 启动TigerVNC

4.1 Options…\rightarrow Security \rightarrow

  • Standard VNC \rightarrow Configure \rightarrow 设置password

4.2 Options…\rightarrow Connections \rightarrowAccept contections on port:5901\rightarrow 应用

  1. cmdpowershell中输入

websockify 6080 127.0.0.1 5901 --web D:\noVNC

  1. 在浏览器访问http://127.0.0.1:6080

Windows 版本的frpc.ini

[common]
server_addr = 10.0.0.1
server_port = 1234
token = 123456

[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 6080
remote_port = 7777

@echo off
rem 以隐藏窗口的方式运行 websockify
start "" /B websockify 6080 127.0.0.1:5901 --web D:\noVNC

rem 切换到 D:\frp 目录
cd /d D:\frp

rem 以隐藏窗口的方式运行 frpc.exe
start "" /B .\frpc.exe -c .\frpc.ini

exit    

摆脱kms激活Windows和Office

本文最后更新于(2024-3-5 10:53:05),链接可能失效,内容可能难以复现。请注意甄别。
使用Microsoft Activation Scripts 下载 [1] 用数字权利激活Windows [2] 用ohook激活Office 官方教程:https://massgrave.dev/index.html#Download__How_to_use_it

KMS最低要求:Windows8,Office2010
数字权利激活要求:Windows10/11
ohook激活最低要求:Office2013

《Office各个版本对Windows的最低安装要求》

通过证书屏蔽流氓软件

本文最后更新于(2023-2-14 21:57:03),链接可能失效,内容可能难以复现。请注意甄别。
工具:Malware-Patch 利用证书来屏蔽Windows下的流氓软件,下载https://github.com/the1812/Malware-Patch 举例:WPS和金山毒霸都是金山的证书,如果使用这个工具屏蔽证书,这两个软件都无法使用。

去除Windows8.1升级Windows11提示框

本文最后更新于(2023-2-8 23:00:36),链接可能失效,内容可能难以复现。请注意甄别。
© Sunplace,2023
Windows 8.1支持已于 2023 年 1 月 10 日结束 从此版本开始,我们将显示一个模式对话框,提醒用户有关 2023 年 1 月终止对Windows 8.1的支持。 运行Windows 8.1 专业版或Windows 8.1 企业版的托管设备上不会显示此提醒。
1. 将KB5022346,KB5022352两个更新卸载。 2. 重启后禁用Windows Update服务。

使用vlmcsd激活出现错误0x8007000d

本文最后更新于(2022-1-21 16:10:39),链接可能失效,内容可能难以复现。请注意甄别。
待激活的产品和kms激活服务器不能安装在同一台电脑上。最简单的方法就是远程激活或者采用虚拟机桥接网络的方式激活。 此方法可以激活截止目前的所有版本。 引用https://github.com/Wind4/vlmcsd/issues/6#issuecomment-577540676
Because it’s not a bug or problem with vlmcsd. The reason for this error in this case is because the KMS server and the KMS client (Windows/Office) that’s being activated are on the same machine using “localhost” or “127.0.0.1” as the KMS server. This is not supported by Microsoft and there is nothing that can be done to “fix” this on the vlmcsd end. If you’re seeing this error, and you are using a virtual network adapter (either VPN or TeamViewer) to circumvent this limitation, or if your vlmcsd server is running on a different machine or VM, please submit a new bug report with all the pertinent details, like IP addresses of the vlmcsd server and the machine trying to get activated.