首页
关于
Search
1
机场推荐
7 阅读
2
Privacy Policy for Safe Browse - Content Blocker
7 阅读
3
合租平台推荐-chatgpt/netflix/youtube premium/spotify/midjourney/多邻国等等
5 阅读
4
这是第一篇文章
3 阅读
5
Windows安卓Mac和ios代理客户端推荐
3 阅读
默认分类
科学上网
办公技巧
登录
Search
标签搜索
win11
图书
windows
微信
激活
输入法
更新
许志安
累计撰写
10
篇文章
累计收到
3
条评论
首页
栏目
默认分类
科学上网
办公技巧
页面
关于
搜索到
10
篇与
的结果
2026-02-01
Privacy Policy for Safe Browse - Content Blocker
Last Updated: 2026-02-01 05:28Data Collection Safe Browse ("the Extension") collects NO personal information. We do not track your browsing history, search usage, or collect any personally identifiable information (PII) such as names, emails, or IP addresses.Local Storage The Extension uses the chrome.storage.local API to store your preferences locally on your device. This includes:Custom Rules: The list of domains you manually choose to block. This data never leaves your browser and is not transmitted to any external server.PermissionsdeclarativeNetRequest: Used solely to block network requests to domains listed in our built-in rules or your custom blocklist.Host Permissions (<all_urls>): [Optional if you keep it] Only used to ensure blocking rules function correctly across all websites. No data is read or collected.External Services The Extension operates entirely offline and does not communicate with any third-party analytics, tracking services, or databases.Contact If you have questions about this policy, please contact us at: high32.vs@gmail.com
2026年02月01日
7 阅读
0 评论
0 点赞
2025-11-13
win11 暂停更新
此方法适用于 Win11 和 Win10,无需下载软件,不会影响微软商店使用。按 Win + X 键选择 Windows PowerShell (管理员)注:Win键就是键盘左下角CTRL键右边那个键按右键粘贴这行代码后回车即可:reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v FlightSettingsMaxPauseDays /t reg_dword /d 10000 /f之后你就可以在 Windows 更新设置——高级选项里面,选择暂停到10000天后更新了:
2025年11月13日
2 阅读
0 评论
0 点赞
2025-11-12
win11 添加小鹤双拼
cmd 输入reg add HKCU\Software\Microsoft\InputMethod\Settings\CHS /v UserDefinedDoublePinyinScheme0 /t REG_SZ /d "小鹤双拼*2*^*iuvdjhcwfg^xmlnpbksqszxkrltvyovt"打开输入法的设置菜单,其中已经出现小鹤双拼方案了,将其设置为默认即可
2025年11月12日
2 阅读
0 评论
0 点赞
2025-11-11
windows 激活、win11 激活、office 激活
在 windows 的命令控制台 powershell 里面输入:irm https://get.activated.win | iex选择 1,即可。https://github.com/massgravel/Microsoft-Activation-Scripts
2025年11月11日
2 阅读
0 评论
0 点赞
2025-02-19
windows微信多开脚本
记事本新建保存一下代码,修改文件名称wechat_multiple.bat。双击运行即可。 @echo off :: 自动获取微信安装路径 for /f "tokens=2,*" %%a in ('reg query "HKEY_CURRENT_USER\Software\Tencent\WeChat" /v InstallPath 2^>nul') do set "wechatPath=%%b" if "%wechatPath%"=="" ( echo 未找到微信安装路径,请手动设置 pause exit ) :: 设置多开数量(修改这个数值) set count=3 :: 优化后的多开核心代码 taskkill /f /im WeChat.exe >nul 2>&1 || echo 没有找到正在运行的微信进程,继续执行... cd /d "%wechatPath%" for /l %%i in (1,1,%count%) do ( start "" WeChat.exe ) echo 已成功启动 %count% 个微信客户端 pause
2025年02月19日
2 阅读
0 评论
0 点赞
1
2