Author | Message |
Administrator | #8 2016-03-28 22:00 GMT |
![]()
16 posts |
Disable UAC Type cmd in the search box in the Start Menu. Right-click cmd in the search results and select to Run as administrator. Type the following in the command prompt and press enter: C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f Restart your computer. Enable UAC To enable UAC simply type the following in the command prompt or search box in the Start Menu and press enter: C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f — — — — - Über Feedback würde ich mich echt freuen, da ich natürlich auch nicht alle Rechner dieser Welt hier stehen habe und es deswegen nur mit der mir verfügbaren Hardware testen konnte. |