随笔分类 - windows
摘要:a.bat @echo offcmd /K "cd /d D:\code\project" 翻译 搜索 复制
阅读全文
摘要:计算机\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3 默认 修改第2行,第5例的数值 00 左侧 01 顶部 02 右侧 03 底部 翻译 搜索 复制
阅读全文
摘要:Win10和Win11内存区域划分及动态随机的本质 https://mp.weixin.qq.com/s/nhtCUDY3L3RFTeVH1U1xDQ 翻译 搜索 复制
阅读全文
摘要:C:\Users\Administrator>pythonPython 3.11.6 (main, Oct 3 2023, 09:16:16) [GCC UCRT 13.2.0 64 bit (AMD64)] on win32Type "help", "copyright", "credits" o
阅读全文
摘要:Windows内核理论基础学习 https://mp.weixin.qq.com/s/3Ntp7W9T7TLDYpbs61RGFQ 翻译 搜索 复制
阅读全文
摘要:shutdown用法: shutdown [/i | /l | /s | /sg | /r | /g | /a | /p | /h | /e | /o] [/hybrid] [/soft] [/fw] [/f] [/m \\computer][/t xxx][/d [p|u:]xx:yy [/c "
阅读全文
摘要:# 现象: Windows 10中Tiworker.exe进程反复出现,占用大量CPU sc delete wuauserv wuauserv 解决 win+R打开运行输入services.msc打开服务 找到windows update服务右键属性,把启动类型调成禁用或手动,点击应用,最后按下面的
阅读全文
摘要:移除pagefile.sys和hiberfil.sys获取C盘空间 https://www.zhihu.com/tardis/zm/art/87565681 点击查看-> 选项 -> 文件夹选项 -> 查看, 去掉“ 隐藏受保护的操作系统文件(推荐)” 前面的勾,选择“显示隐藏的文件,文件夹和驱动”
阅读全文
摘要:进程资源管理器 - Sysinternals | Microsoft Learn https://learn.microsoft.com/zh-cn/sysinternals/downloads/process-explorer Process Explorer - Sysinternals | M
阅读全文
摘要:在 事件查看器 > windows日志 >应用程序 可以查看某一条的详细信息 Win+R键,然后在弹出的运行窗口中输入eventvwr并回车.
阅读全文
摘要:package main import ( "fmt" "github.com/atotto/clipboard" "github.com/lxn/walk" . "github.com/lxn/walk/declarative" ) // https://pkg.go.dev/github.com
阅读全文
摘要:package mainimport ( "golang.org/x/sys/windows/registry")func main() { // 创建:指定路径的项 // 路径:HKEY_CURRENT_USER\Software\Hello Go key, exists, _ := regist
阅读全文
摘要:batch sc stop TestAppsc delete TestApp REG DELETE "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TestApp" /fREG DELETE "HKEY_LOCAL_MACHINE\SYST
阅读全文
摘要:windows 1061 _stop 事件里有没有释放必要的资源
阅读全文
摘要:https://github.com/Technololist/golang-http-windows-service/blob/master/websvc.go golang.org\x\sys@v0.0.0-20210124154548-22da62e12c0c\windows\svc\exam
阅读全文
摘要:Windows 服务应用程序介绍 | Microsoft Docs https://docs.microsoft.com/zh-cn/dotnet/framework/windows-services/introduction-to-windows-service-applications Micr
阅读全文
摘要:regedit USB 设备注册表项 - Windows drivers | Microsoft Docs https://docs.microsoft.com/zh-cn/windows-hardware/drivers/usbcon/usb-device-specific-registry-se
阅读全文
摘要:package mainimport ( "fmt" "time")func main() { for { fmt.Println(time.Now()) time.Sleep(16 * time.Second) }}go build -o MyApp.exe <!DOCTYPE html><htm
阅读全文
摘要:https://en.wikipedia.org/wiki/DirectX 1994年末,微软即将推出新一代操作系统Windows 95。决定新操作系统的最终价值的因素在于究竟新系统能运行哪些程序。微软的三个员工:Craig Eisler、Alex St. John、Eric Engstrom十分关
阅读全文
摘要:https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowpos https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winus
阅读全文