Error "could not get debug privilege, are you admin" on Windows 8.1?

1

I'm having problems installing Auto CAD and 3D Max on Windows 8.1. It's giving me an error saying that it "could not get the debug privilege" and asking "are you admin?".

What should I do?

mir

Posted 2014-10-25T15:31:33.223

Reputation: 21

It's telling you that you are not the administrator and therefore are not allowed to do the operation – Xavierjazz – 2014-10-25T16:25:30.690

Are the versions of the software Windows 8.1 compliant? Version info on the applications may give you a better answer. – Dave M – 2014-10-25T18:38:02.293

Answers

0

  • Right click on Setup
  • Select 'Troubleshoot compatibility'
  • Troubleshoot the program
  • Check the checkbox "the program requires additional permissions".

The problem should be solved.

Ashu

Posted 2014-10-25T15:31:33.223

Reputation: 101

Where is this ''setup'' thingie that you suggest that we click on? – G-Man Says 'Reinstate Monica' – 2018-12-19T13:26:40.487

0

When you run a program Windows inherits the privileges from the parent process. The shell runs with lower privileges, so all programs also run with lower privileges (filtered token) because of the UAC.

To Run a program as admin, you have to make a right click and select "Run as administrator".

magicandre1981

Posted 2014-10-25T15:31:33.223

Reputation: 86 560

did but still same issue? – mir – 2014-10-25T16:46:07.507

run the local security policy MMC snapin and look if the debug privilege is assigned to the admin group. – magicandre1981 – 2014-10-26T07:06:57.123