随笔分类 -  windows

windows
摘要:SetWall.ps1: $imgPath="C:\Users\ajanuw\Pictures\Saved Pictures\1.jpg" $code = @' using System.Runtime.InteropServices; namespace Win32{ public class W 阅读全文
posted @ 2021-04-15 10:02 Ajanuw 阅读(109) 评论(0) 推荐(0)
摘要:sysmain.c #pragma warning(disable: 4100 4047 4024) #pragma once #include <ntifs.h> #include <ntddk.h> NTKERNELAPI NTSTATUS MmCopyVirtualMemory( // 从哪里 阅读全文
posted @ 2020-09-27 17:35 Ajanuw 阅读(914) 评论(0) 推荐(0)
摘要:创建 >sc create <service name> type=kernel binpath="C:\hsys.sys" 删除 win+r 输出 regedit HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services 找到你注册的服务名,右键删除掉,重启 阅读全文
posted @ 2020-09-27 17:28 Ajanuw 阅读(174) 评论(0) 推荐(0)
摘要:>netstat -aon | findstr 11380 TCP 191.127.1.7:57936 29.225.107.216:3734 ESTABLISHED 11380 过滤器: tcp&&ip.addr==191.127.1.7&&tcp.port==57936&&ip.dst==29. 阅读全文
posted @ 2020-09-18 11:05 Ajanuw 阅读(1989) 评论(0) 推荐(0)
摘要:参考 获取程序的PID CMD查看 >netstat -aon | findstr 10796 TCP 192.168.1.8:4407 203.208.40.70:443 ESTABLISHED 10796 TCP 192.168.1.8:4409 203.208.40.70:443 ESTABL 阅读全文
posted @ 2020-09-15 17:30 Ajanuw
摘要:编辑注册表 在文件 右键菜单中添加 xx.reg: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\vscode] "Icon"="D:\\tools\\MicrosoftVSCode\\Code.exe" @="Edi 阅读全文
posted @ 2020-09-07 09:25 Ajanuw 阅读(373) 评论(0) 推荐(0)
摘要:忘记密码 默认用root登录 > debian config --default-user root // 携带版本号的分支 > ubuntu1804 config --default-user root 卸载安装的分支 > wsl --list CentOS8 (默认) 卸载CentOS8分支 > 阅读全文
posted @ 2020-04-30 11:29 Ajanuw 阅读(187) 评论(0) 推荐(0)
摘要:github 项目地址 node版本 λ node -v v12.16.2 main.js const ffi = require("@saleae/ffi"); const child_process = require("child_process"); const W32 = require( 阅读全文
posted @ 2020-04-27 21:30 Ajanuw 阅读(1626) 评论(0) 推荐(2)
摘要:"原文" 在文件夹选项 查看 勾选“隐藏受保护的操作系统文件(推荐)“选项 阅读全文
posted @ 2019-09-05 18:56 Ajanuw 阅读(601) 评论(0) 推荐(0)
摘要:<ctrl+win+d> 创建一个虚拟桌面 <ctrl+win+方向键> 在虚拟桌面移动 <ctrl+win+f4> 关闭虚拟桌面 <win+m> 最小化所有窗口 <win+1-9> 快速访问任务栏上的应用 <win+方向键> 对窗口进行排列 <ctrl+alt+tab> 列出所有窗口 <win+[ 阅读全文
posted @ 2019-07-30 13:12 Ajanuw 阅读(59) 评论(0) 推荐(0)
摘要:` regedit` 打开注册表,然后 自定义协议 自定义协议注册表.reg 打开后导入 设置好后浏览器访问 阅读全文
posted @ 2018-07-31 12:58 Ajanuw 阅读(1597) 评论(0) 推荐(0)