Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions OpenTabletDriver.Web/Views/Wiki/FAQ/Windows.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,26 @@
<li>Press <kbd>Win</kbd> + <kbd>R</kbd> and type in <code>shell:startup</code></li>
<li>Move the shortcut into the folder that opened.</li>
</ol>
</div>

<hr/>

<h3 class="wiki-nav-item pb-2" id="uac">
OpenTabletDriver gives an Administrator warning
</h3>
<div class="ms-3">
<p>
When Starting OpenTabletDriver you may get an error warning you about Administrator Permissions. OpenTabletDriver
shouldn't be run as Administrator. This causes the plugin manager, FAQ page and Tablet debugger to not work along with
other features.
</p>
<ol>
<li>Press the Windows key and search<code> User Account Control</code>.</li>
<li>Move the slider to one of the top 2 options.</li>
<li>Click OK, then restart your computer.</li>
</ol>
<p>
If this does not solve the issue, check that you are not using the "Administrator" named account as it overrides User Account
Control.
</p>
</div>