Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 0e2aa9e

Browse files
Merge pull request #29 from jamesbt365/adminwarning
Add Administrator account warning on Window FAQ.
2 parents 6b16e2b + d076d54 commit 0e2aa9e

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

OpenTabletDriver.Web/Views/Wiki/FAQ/Windows.cshtml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,26 @@
5555
<li>Press <kbd>Win</kbd> + <kbd>R</kbd> and type in <code>shell:startup</code></li>
5656
<li>Move the shortcut into the folder that opened.</li>
5757
</ol>
58+
</div>
59+
60+
<hr/>
61+
62+
<h3 class="wiki-nav-item pb-2" id="uac">
63+
OpenTabletDriver gives an Administrator warning
64+
</h3>
65+
<div class="ms-3">
66+
<p>
67+
When Starting OpenTabletDriver you may get an error warning you about Administrator Permissions. OpenTabletDriver
68+
shouldn't be run as Administrator. This causes the plugin manager, FAQ page and Tablet debugger to not work along with
69+
other features.
70+
</p>
71+
<ol>
72+
<li>Press the Windows key and search<code> User Account Control</code>.</li>
73+
<li>Move the slider to one of the top 2 options.</li>
74+
<li>Click OK, then restart your computer.</li>
75+
</ol>
76+
<p>
77+
If this does not solve the issue, check that you are not using the "Administrator" named account as it overrides User Account
78+
Control.
79+
</p>
5880
</div>

0 commit comments

Comments
 (0)