|=⚓️❦⚓️
[+]quicker窗口
[-]安装扩展和修复扩展浏览器扩展连接⚓️❦⚓️$=_eval.RegisterType(Type.GetType("Quicker.View.Tools.BrowserExtHelpWindow,Quicker, Version=1.44.15.0, Culture=neutral, PublicKeyToken=93dcfca1bd14948b")).Execute("c.EvalExpression('new BrowserExtHelpWindow().Show()',true);",new { c=_context });
[-]键盘状态窗口⚓️❦⚓️$=_eval.RegisterType(Type.GetType("Quicker.View.Tools.KeyboardStateWindow,Quicker, Version=1.44.15.0, Culture=neutral, PublicKeyToken=93dcfca1bd14948b")).Execute("c.EvalExpression('new KeyboardStateWindow().Show()',true);",new { c=_context });
[-]窗口检查器⚓️❦⚓️$=_eval.RegisterType(Type.GetType("Quicker.View.Tools.WindowInfoWindow,Quicker, Version=1.44.15.0, Culture=neutral, PublicKeyToken=93dcfca1bd14948b")).Execute("c.EvalExpression('new WindowInfoWindow(){Width=800}.Show()',true);",new { c=_context });
[+]实用命令
[-]清空回收站⚓️❦⚓️PowerShell.exe -NoProfile -Command "& { Clear-RecycleBin -Force }"
[-]ping百度⚓️❦⚓️cmd.exe /k ping www.baidu.com
[-]重启资源管理器⚓️❦⚓️cmd.exe /c taskkill /f /im explorer.exe & start explorer.exe
[-]关机⚓️❦⚓️shutdown /s
[-]重启⚓️❦⚓️shutdown /r
[-]获取可用wifi列表⚓️❦⚓️cmd.exe /k netsh wlan show networks
[-]断开当前wifi⚓️❦⚓️netsh wlan disconnect
[-]host文件⚓️❦⚓️notepad C:\Windows\System32\drivers\etc\hosts
[+]系统项目
[-]回收站⚓️❦⚓️shell:RecycleBinFolder
[-]控制面板⚓️❦⚓️C:\Windows\System32\control.exe
[-]CMD命令提示符⚓️❦⚓️C:\Windows\System32\cmd.exe
[-]计算机管理⚓️❦⚓️C:\Windows\System32\compmgmt.msc
[-]记事本⚓️❦⚓️C:\Windows\notepad.exe
[-]微软商店⚓️❦⚓️C:\Windows\System32\WSReset.exe
[-]设备管理器⚓️❦⚓️C:\Windows\System32\devmgmt.msc
[-]磁盘管理⚓️❦⚓️C:\Windows\System32\diskmgmt.msc
[-]DirectX诊断工具⚓️❦⚓️C:\Windows\System32\dxdiag.exe
[-]事件查看器⚓️❦⚓️C:\Windows\System32\eventvwr.exe
[-]本地组策略编辑器⚓️❦⚓️gpedit.msc
[-]鼠标属性⚓️❦⚓️C:\Windows\System32\main.cpl
[-]声音⚓️❦⚓️C:\Windows\System32\mmsys.cpl
[-]系统配置⚓️❦⚓️C:\Windows\System32\msconfig.exe
[-]系统信息⚓️❦⚓️C:\Windows\System32\msinfo32.exe
[-]Windows远程协助⚓️❦⚓️C:\Windows\System32\msra.exe
[-]远程桌面连接⚓️❦⚓️C:\Windows\System32\mstsc.exe
[-]用户账户⚓️❦⚓️C:\Windows\System32\Netplwiz.exe
[-]Windows功能⚓️❦⚓️OptionalFeatures
[-]屏幕键盘⚓️❦⚓️C:\Windows\System32\osk.exe
[-]性能监视器⚓️❦⚓️C:\Windows\System32\perfmon.msc
[-]PowerShell⚓️❦⚓️C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
[-]打印管理⚓️❦⚓️printmanagement.msc
[-]步骤记录器⚓️❦⚓️C:\Windows\System32\psr.exe
[-]资源监视器⚓️❦⚓️C:\Windows\System32\resmon.exe
[-]系统还原⚓️❦⚓️C:\Windows\System32\rstrui.exe
[-]注册表编辑器⚓️❦⚓️C:\Windows\regedit.exe
[-]本地安全策略⚓️❦⚓️C:\Windows\System32\secpol.msc
[-]服务⚓️❦⚓️C:\Windows\System32\services.msc
[-]显示许可证信息⚓️❦⚓️slmgr.vbs -dlv
[-]截图工具⚓️❦⚓️snippingtool
[-]系统属性⚓️❦⚓️C:\Windows\System32\sysdm.cpl
[-]任务管理器⚓️❦⚓️C:\Windows\system32\taskmgr.exe
[-]任务计划程序⚓️❦⚓️C:\Windows\System32\taskschd.msc
[-]时间和日期⚓️❦⚓️C:\Windows\System32\timedate.cpl
[-]用户账户控制设置⚓️❦⚓️UserAccountControlSettings
[+]系统文件夹
[-]开机启动⚓️❦⚓️$=Environment.GetFolderPath(Environment.SpecialFolder.Startup)