随笔分类 - Windows
摘要:gpmc.msc gpms.msc stands for Group Policy Management Console, It is a Microsoft Management Console(MMC) snap-in that provides a single administrative
阅读全文
摘要:pgedit.msc secpol.msc 当然如果如果是家庭版用户没有组策略是无法像上述一样操作的,我们可以打开注册表编辑器(运行regedit),展开注册表到 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policie
阅读全文
摘要:全屏: 到clipboard fn + print screen 保存到 C:\Users\Memento\Pictures\Screenshots fn + win + print screen f Snipping Tool win + shift + s browser f12 -> ctrl
阅读全文
摘要:https://docs.microsoft.com/en-us/sysinternals/downloads/system-information
阅读全文
摘要:Go to Start > Type in regedit and start it Navigate to HKEY_CURRENT_USER/Control Panel/Input Method/Hot Keys Select the key named: 00000070 for the Ch
阅读全文
摘要:https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_character_encoding?view=powershell-7.2 In general, Windows Po
阅读全文
摘要:https://superuser.com/questions/867728/user-vs-system-environment-variables-do-system-variables-override-user-variabl 除了Path变量外, User Variables 优先级高,
阅读全文
摘要:invoke-item $profile
阅读全文
摘要:Check & Clear: Exec: reg import ext.reg Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.] @="" [HKEY_CLASSES_ROOT\.\Shell] [HKEY_CLASSES_ROOT
阅读全文
摘要:DNS Server: Registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces 通过GUI Group PolicyLocal Computer Policy => Compu
阅读全文
摘要:God Mode GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} create a folder on desktop, rename to the code above
阅读全文
摘要:For Current User: startup folder shell:startup Registry For Local Machine: startup folder shell:common startup Registry Create shortcut: cmd powershel
阅读全文
摘要:Registry HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\Curren
阅读全文
摘要:在win10专业版操作系统中,我们经常会把一些经常使用的应用固定到任务栏中,方便打开。但是有用户在打开固定在任务栏上的应用图标之后却遇到了无法打开的现象,提示:该文件没有与之关联的应用来执行该操作,该怎么办呢?出现这样的问题首先我们可以尝试直接从源文件地址或者桌面快捷方式进行打开会不会出现这个问题?
阅读全文
摘要:@echo off cls color 0A chcp 65001 Echo ******************************************************************************* Echo Collect fault information…
阅读全文
摘要:本地创建的脚本都是可以运行的,从网络下载的必须要有数字签名才能够执行。实际使用过程中,用户可能会遇到脚本执行不了的现象。 查看当前权限 Get-ExecutionPolicy 查看运行 权限类别 Get-help Set-ExecutionPolicy 设置为 Unrestricted
阅读全文
摘要:Service: get-service start-service start-service -name spooler -v stop-service restart-service get-service -name spooler | restart-service get-service
阅读全文
摘要:HKEY_CURRENT_USER\Console\%SystemRoot%_system32_cmd.exe 437(英语),65001(utf-8),936(GBK)。
阅读全文
摘要:@echo off echo *************************************************************************************** echo Get Current Time!! echo ******************
阅读全文