NetPilot.com
2024-10-19 by Jinyang | No Comments | Filed in 域名Expired and Dropped on Oct 14, 2024
该域名公开拍卖结束于 Friday, October 18, 2024 , 3:05 AM
Win11定时任务执行powershell脚本
2024-07-30 by Jinyang | No Comments | Filed in Uncategorized将日志写入文件
Add-Content -Path $logFile -Value “”
Add-Content -Path $logFile -Value $timestamp
Add-Content -Path $logFile -Value $body
记录日志 方便知道实际执行的情况
Win10、Win11安装 Windows Subsystem for Android
2024-07-26 by Jinyang | No Comments | Filed in Uncategorized1 先设置系统的区域为美国 语言为英文
2 访问 https://apps.microsoft.com/detail/9p3395vx91nr?hl=en-us&gl=US
也可以直接命令行 winget install 9p3395vx91nr
windows 11允许多用户同时登录使用
2024-07-05 by Jinyang | No Comments | Filed in Uncategorizedhttps://github.com/fabianosrc/TermsrvPatcher
这样台式机在上网课的同时
还可以用笔记本远程桌面到台式机进行软件开发工作
一机多用
复制替换文件时 会遇到无法替换的问题
第一步: takeown /f C:\Windows\System32\termsrv.dll
第二步: icacls C:\Windows\System32\termsrv.dll /grant administrators:F
第三步: Stop-Service -Name TermService -Force
第四步: Copy-Item -Path “C:\Windows\System32\termsrv_patched.dll” -Destination “C:\path\to\destination\termsrv.dll”
第四步我是直接先修改termsrv.dll为 termsrv.dll.old 然后修改termsrv_patched.dll为termsrv.dll
直接在windows 11上运行 学家云
2024-07-05 by Jinyang | No Comments | Filed in 生活随笔
Windows Subsystem for Android™️
有效的改善了用眼距离、电脑的屏幕也比pad大的多、更护眼
使用动态口令保护 Windows 远程桌面
2024-06-08 by Jinyang | No Comments | Filed in Uncategorizedhttps://inc.sysu.edu.cn/article/1050 //刚好满足我的需求
拯救因为cloudflare-warp失联的OracleVM
2024-05-01 by Jinyang | No Comments | Filed in Uncategorized起因是因为在VM使用Gemini pro API 报错:
{
"error": true,
"message": "User location is not supported for the API use."
}
为了解决这个问题决定安装cloudflare-warp ,直接参考的官方文档:https://developers.cloudflare.com/warp-client/get-started/linux/
执行 warp-cli connect 后,服务器就断联了。。。
好在也不是第一次失联了,