{"id":935,"date":"2025-01-25T01:53:37","date_gmt":"2025-01-24T17:53:37","guid":{"rendered":"https:\/\/me.spacelite.top\/?p=935"},"modified":"2025-01-25T01:53:37","modified_gmt":"2025-01-24T17:53:37","slug":"win11%e5%bd%bb%e5%ba%95%e5%85%b3%e9%97%aduac%e7%9a%84powershell%e8%84%9a%e6%9c%ac","status":"publish","type":"post","link":"https:\/\/me.spacelite.top\/?p=935","title":{"rendered":"win11\u5f7b\u5e95\u5173\u95edUAC\u7684powershell\u811a\u672c"},"content":{"rendered":"<p>\u4f7f\u7528\u7ba1\u7406\u5458\u7ec8\u7aef\u8fd0\u884c\u4ee5\u4e0b\u811a\u672c\uff1a<\/p>\n<p><code># \u8981\u6c42\u7ba1\u7406\u5458\u6743\u9650<\/code><\/p>\n<p><code>if (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) {<\/code><\/p>\n<p><code>\u00a0 \u00a0 Start-Process powershell \"-NoProfile -ExecutionPolicy Bypass -File `\"$PSCommandPath`\"\" -Verb RunAs<\/code><\/p>\n<p><code>\u00a0 \u00a0 exit<\/code><\/p>\n<p><code>}<\/code><\/p>\n<p>&nbsp;<\/p>\n<p><code># \u6838\u5fc3\u6ce8\u518c\u8868\u4fee\u6539<\/code><\/p>\n<p><code>$regPath = \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\"<\/code><\/p>\n<p><code>Set-ItemProperty -Path $regPath -Name \"EnableLUA\" -Value 0<\/code><\/p>\n<p><code>Set-ItemProperty -Path $regPath -Name \"ConsentPromptBehaviorAdmin\" -Value 0<\/code><\/p>\n<p><code>Set-ItemProperty -Path $regPath -Name \"PromptOnSecureDesktop\" -Value 0<\/code><\/p>\n<p>&nbsp;<\/p>\n<p><code># \u7ec4\u7b56\u7565\u5bf9\u5e94\u6ce8\u518c\u8868\u9879\uff08\u7b49\u6548gpedit\u8bbe\u7f6e\uff09<\/code><\/p>\n<p><code>Set-ItemProperty -Path $regPath -Name \"EnableInstallerDetection\" -Value 0\u00a0 \u00a0 \u00a0 # \u5173\u95ed\u5b89\u88c5\u7a0b\u5e8f\u68c0\u6d4b<\/code><\/p>\n<p><code>Set-ItemProperty -Path $regPath -Name \"ValidateAdminCodeSignatures\" -Value 0\u00a0 \u00a0# \u4e0d\u9a8c\u8bc1\u7ba1\u7406\u5458\u4ee3\u7801\u7b7e\u540d<\/code><\/p>\n<p><code>Set-ItemProperty -Path $regPath -Name \"FilterAdministratorToken\" -Value 0\u00a0 \u00a0 \u00a0 # \u4e0d\u8fc7\u6ee4\u7ba1\u7406\u5458\u4ee4\u724c<\/code><\/p>\n<p>&nbsp;<\/p>\n<p><code># \u4fee\u6539\u5b89\u5168\u7b56\u7565\u6570\u636e\u5e93\uff08\u7b49\u6548secpol.msc\u8bbe\u7f6e\uff09<\/code><\/p>\n<p><code>secedit \/configure \/cfg \"$env:windir\\inf\\defltbase.inf\" \/db defltbase.sdb \/verbose<\/code><\/p>\n<p>&nbsp;<\/p>\n<p><code># \u7acb\u5373\u751f\u6548\u6280\u5de7\uff08\u65e0\u9700\u91cd\u542f\uff09<\/code><\/p>\n<p><code>$taskProcess = Get-Process explorer -ErrorAction SilentlyContinue<\/code><\/p>\n<p><code>Stop-Process $taskProcess -Force -ErrorAction SilentlyContinue<\/code><\/p>\n<p>&nbsp;<\/p>\n<p><code># \u7528\u6237\u786e\u8ba4<\/code><\/p>\n<p><code>$choice = Read-Host \"\u9700\u8981\u7acb\u5373\u91cd\u542f\u4f7f\u8bbe\u7f6e\u5b8c\u5168\u751f\u6548\uff1f(Y\/N)\"<\/code><\/p>\n<p><code>if ($choice -eq \"Y\") { Restart-Computer -Force }<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4f7f\u7528\u7ba1\u7406\u5458\u7ec8\u7aef\u8fd0\u884c\u4ee5\u4e0b\u811a\u672c\uff1a # \u8981\u6c42\u7ba1\u7406\u5458\u6743\u9650 if (-NOT ([Security.Princ&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-935","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/me.spacelite.top\/index.php?rest_route=\/wp\/v2\/posts\/935","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/me.spacelite.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/me.spacelite.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/me.spacelite.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/me.spacelite.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=935"}],"version-history":[{"count":1,"href":"https:\/\/me.spacelite.top\/index.php?rest_route=\/wp\/v2\/posts\/935\/revisions"}],"predecessor-version":[{"id":936,"href":"https:\/\/me.spacelite.top\/index.php?rest_route=\/wp\/v2\/posts\/935\/revisions\/936"}],"wp:attachment":[{"href":"https:\/\/me.spacelite.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=935"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/me.spacelite.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=935"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/me.spacelite.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}