[updated]: Require-administrator-privileges-autodata-345
The screen in the dimly lit workshop flickered, displaying the dreaded error for the tenth time:
:
If you continue to see after all these steps, contact AutoData support with the exact process ID and a copy of your Windows Event Log (Application and System sections). Include details about your Windows version, UAC level, and whether you use a network license server. require-administrator-privileges-autodata-345
$exePath = "C:\Program Files\AutoData\AutoData.exe" if (Test-Path $exePath) Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" -Name $exePath -Value "RUNASADMIN" Write-Host "Set Run as Admin flag for AutoData.exe" -ForegroundColor Green The screen in the dimly lit workshop flickered,
Create a batch file LaunchAutoData.bat : require-administrator-privileges-autodata-345