{"id":14022,"date":"2026-02-16T12:29:12","date_gmt":"2026-02-16T12:29:12","guid":{"rendered":"https:\/\/howtogeek.blog\/ja\/?p=14022"},"modified":"2026-02-16T12:29:12","modified_gmt":"2026-02-16T12:29:12","slug":"how-to-resolve-the-the-system-administrator-has-set-policies-to-prevent-this-installation-error","status":"publish","type":"post","link":"https:\/\/howtogeek.blog\/ja\/how-to-resolve-the-the-system-administrator-has-set-policies-to-prevent-this-installation-error\/","title":{"rendered":"How To Resolve the \u201cThe System Administrator Has Set Policies To Prevent This Installation\u201d Error"},"content":{"rendered":"<p>Ever run into that dreaded message: \u201cThe System Administrator Has Set Policies To Prevent This Installation\u201d? Kind of annoying, huh? It usually shows up when trying to install or update apps, and it\u2019s like, &#8220;Nope, you\u2019re too restricted.&#8221; The whole thing is a combination of Windows policies, user account controls, or sometimes even 3rd-party security tools throwing a fit. Knowing how to fix this can save quite a bit of headache, especially if you\u2019re just trying to get something installed without turning the whole machine upside down. So, here\u2019s what\u2019s worked on a few setups, and hopefully, it\u2019ll do the same for you\u2014you might need to try a few methods.<\/p>\n<h2>How to Fix \u201cPolicies To Prevent This Installation\u201d Error in Windows<\/h2>\n<h3>Method 1: Enable the Built-in Admin Account<\/h3>\n<p>This is kind of weird, but sometimes, running as a standard user just doesn\u2019t cut it. Enabling the hidden administrator account gives you full control, bypassing a lot of restrictions. On some machines, this fixes the problem, but on others, not so much. You\u2019ll want to do this only if you\u2019re comfortable with some command-line tinkering. The core reason this helps? It essentially provides a &#8220;super user&#8221; privilege level that\u2019s separate from your current account, often blowing past policy restrictions.<\/p>\n<ul>\n<li>Open the command prompt with admin rights: press <kbd>Win + R<\/kbd>, type <strong>cmd<\/strong>, then press <kbd>Ctrl + Shift + Enter<\/kbd>.<\/li>\n<li>Type: <code>net user administrator \/active:yes<\/code> and hit Enter.<\/li>\n<li>Log out, then log into the new Administrator account that now exists. From there, try to run your installer again\u2014sometimes, it just works better!<\/li>\n<\/ul>\n<p>If you&#8217;re on Windows Home, this method won\u2019t work because of the lack of group policy editing, so you&#8217;ll need other options. But on Pro, Enterprise, or Education, it can be surprisingly effective.<\/p>\n<h3>Method 2: Tweak User Account Control (UAC) Settings<\/h3>\n<p>UAC is supposed to stop apps from doing bad things, but sometimes it\u2019s just overly cautious. If it\u2019s malfunctioning or overly strict, it might block apps from installing, even if you\u2019re logged in as admin. Temporarily lowering UAC to \u201cNever Notify\u201d can help test if that\u2019s the culprit. Just don\u2019t forget to bump it back up afterward\u2014because of course, Windows has to make it harder than necessary.<\/p>\n<ul>\n<li>Press <kbd>Win + R<\/kbd>, type <strong>useraccountcontrolsettings<\/strong>, then hit Enter.<\/li>\n<li>Slide the control to <strong>Never Notify<\/strong> and click <strong>OK<\/strong>.<\/li>\n<li>Restart the PC if prompted, then give the installer another shot.<\/li>\n<\/ul>\n<p>After testing, it\u2019s a good idea to reset UAC to the default: move the slider back to \u201cNotify me only when apps try to make changes\u2026\u201d This way, your system stays protected once you&#8217;re done troubleshooting.<\/p>\n<h3>Method 3: Play with Windows Installer Policies<\/h3>\n<p>This one\u2019s a bit more involved, but if the error explicitly says policies are preventing installation, it\u2019s time to poke around with Group Policy Editor. The tricky part is, on Windows Home, the Group Policy Editor isn\u2019t available out of the box\u2014you\u2019ll need to enable it first. There are guides online for that, but just be aware it\u2019s a bit more technical.<\/p>\n<p>Assuming you have access, here\u2019s the quick rundown:<\/p>\n<ul>\n<li>Log in as Admin, then press <kbd>Win + R<\/kbd>, type <code>gpedit.msc<\/code>, hit Enter.<\/li>\n<li>Navigate to <strong>Computer Configuration &gt; Administrative Templates &gt; Windows Components &gt; Windows Installer<\/strong>.<\/li>\n<li>Double-click <strong>Turn off Windows Installer<\/strong>.<\/li>\n<li>Set it to <strong>Enabled<\/strong>, then choose <strong>Never<\/strong> from the drop-down menu.<\/li>\n<li>Next, go to <strong>Windows Settings &gt; Security Settings<\/strong>, right-click <strong>Software Restriction Policies<\/strong>. If already created, double-click <strong>Enforcement<\/strong>.<\/li>\n<li>Select <strong>All users except local administrators<\/strong> for applying policies\u2014you might need to experiment here.<\/li>\n<li>Close the Editor, then open <strong>Command Prompt<\/strong> as Admin and run: <code>gpupdate \/force<\/code>. Wait for the update to finish, then try again.<\/li>\n<\/ul>\n<p>This disables a lot of restrictions that might block your app from installing. Just a note\u2014be careful editing policies if you\u2019re not familiar with them, because set incorrectly, they can cause other issues.<\/p>\n<h3>Method 4: Clearing Registry Keys from Failed Installations<\/h3>\n<p>If the problem is related to leftover installer data, sometimes deleting specific registry keys helps. It\u2019s a bit risky\u2014like, \u201cif you delete the wrong thing, bad stuff happens\u201d\u2014so make sure to back up your registry first (or create a restore point).<\/p>\n<ul>\n<li>Press <kbd>Win + R<\/kbd>, type <code>regedit<\/code>, then hit Enter.<\/li>\n<li>Navigate to <code>HKEY_CLASSES_ROOT\\Installer\\Products\\<\/code>.<\/li>\n<li>Look through the subkeys and find the product based on the name or by matching the product code (these can be cryptic).Sometimes, right-clicking and exporting the key before deleting is a good idea.<\/li>\n<li>Right-click the matching key and choose <strong>Delete<\/strong>.<\/li>\n<li>Close regedit, reboot, then try the installation again.<\/li>\n<\/ul>\n<p>Note: If unsure, there are tools like <strong>Memist Tools<\/strong> or scripts from trusted forums that can automate cleaning, but manual registry edits should be done cautiously.<\/p>\n<h3>Method 5: Temporarily Disable Third-Party Antivirus<\/h3>\n<p>Sometimes, security software decides to be overprotective and blocks installs, especially if the app\u2019s file signatures are flagged as suspicious. To test, disable your antivirus temporarily. Usually, you can do this by right-clicking its icon from the taskbar and selecting options like \u201cTurn off\u201d or \u201cDisable.\u201d Or, open the antivirus app and look for a disable feature.<\/p>\n<p>Once disabled, try rerunning the installer. If it works, then the antivirus was the likely culprit. You can either whitelist the app or switch to Windows Defender, which tends to be less aggressive. Just don\u2019t leave your system unprotected longer than necessary.<\/p>\n<p>Well, those are a few options. Usually, toggling UAC or enabling the admin account does the trick, but sometimes, it\u2019s a mix of policies, leftover registry stuff, or security tools mucking things up. Fingers crossed this helps someone save a few hours of frustration.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ever run into that dreaded message: \u201cThe System Administrator Has Set Policies To Prevent This Installation\u201d? Kind of annoying, huh? It usually shows up when trying to install or update apps, and it\u2019s like, &#8220;Nope, you\u2019re too restricted.&#8221; The whole thing is a combination of Windows policies, user account controls, or sometimes even 3rd-party security [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-14022","post","type-post","status-publish","format-standard","hentry","category-how-to"],"acf":[],"_links":{"self":[{"href":"https:\/\/howtogeek.blog\/ja\/wp-json\/wp\/v2\/posts\/14022","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/howtogeek.blog\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/howtogeek.blog\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/ja\/wp-json\/wp\/v2\/comments?post=14022"}],"version-history":[{"count":1,"href":"https:\/\/howtogeek.blog\/ja\/wp-json\/wp\/v2\/posts\/14022\/revisions"}],"predecessor-version":[{"id":14023,"href":"https:\/\/howtogeek.blog\/ja\/wp-json\/wp\/v2\/posts\/14022\/revisions\/14023"}],"wp:attachment":[{"href":"https:\/\/howtogeek.blog\/ja\/wp-json\/wp\/v2\/media?parent=14022"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/howtogeek.blog\/ja\/wp-json\/wp\/v2\/categories?post=14022"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/howtogeek.blog\/ja\/wp-json\/wp\/v2\/tags?post=14022"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}