How to Uninstall the Autodesk Genuine Service on Windows

Table of Contents

Sometimes, you might have to uninstall the Autodesk Genuine Service. While most applications can be uninstalled using the Add or Remove Programs feature in Windows, uninstalling this specific application requires you to delete a few files first.

How to Uninstall the Autodesk Genuine Service on Windows

Uninstall the Autodesk Genuine Service from Control Panel

Before you can uninstall the Autodesk Genuine Service, you’ll need to delete the following two files from your computer:

  • C:ProgramDataAutodeskAdlmProductInformation.pit
  • C:Users<username>AppDataLocalAutodeskGenuine Autodesk Serviceid.dat
How to Uninstall the Autodesk Genuine Service on Windows
How to Uninstall the Autodesk Genuine Service on Windows

1. These files are hidden from the File Explorer. So, you’ll need to turn on your hidden files and folders to see and delete these files.

Related:Turn on hidden files and folders on Windows.

2. Once the files are deleted, uninstall the app from the Control Panel to see it works.

How to Uninstall the Autodesk Genuine Service on Windows

Uninstall the Autodesk Genuine Service using PowerShell

The second way is if you want to remove Autodesk Genuine Service from remote computers using Group Policy or MDM solutions such as SCCM, Intune…You can use a PowerShell.

1. Right click on the Windows Start icon then open PowerShell (Terminal) as administrator.

How to Uninstall the Autodesk Genuine Service on Windows

2. Run the following command to delete the files, and then uninstall the app automatically. You can also copy the code snippet and create your own PowerShell script to do it with GPO and MDM.

Remove-Item "$Env:ALLUSERSPROFILE\Autodesk\Adlm\ProductInformation.pit" -Force
Remove-Item "$Env:userprofile\AppData\Local\Autodesk\Genuine Autodesk Service\id.dat" -Force
msiexec.exe /x "{21DE6405-91DE-4A69-A8FB-483847F702C6}" /qn

Uninstall the app using Uninstall Troubleshooter

The last way, the app can be removed is by using the Microsoft Uninstall Troubleshooter Tool.

1. Download the Tool from the link below.

https://support.microsoft.com/en-us/topic/fix-problems-that-block-programs-from-being-installed-or-removed-cca7d1b6-65a9-3d98-426b-e9f927e1eb4d

How to Uninstall the Autodesk Genuine Service on Windows

2. Some browsers block the tool, so select Keep to download the file.

How to Uninstall the Autodesk Genuine Service on Windows

3. Open the downloaded file, then follow the wizard.

How to Uninstall the Autodesk Genuine Service on Windows

4. Select → Uninstalling.

How to Uninstall the Autodesk Genuine Service on Windows

4. The tool will list the apps you need to uninstall. Select Autodesk Genuine Service from the list, then click Next.

How to Uninstall the Autodesk Genuine Service on Windows

5. Select → Yes, try uninstall.

How to Uninstall the Autodesk Genuine Service on Windows

6. It could take a while to uninstall. Once done, go back to the Control Panel to see if the app has been removed successfully.

How to Uninstall the Autodesk Genuine Service on Windows

Leave a Comment

Required fields are marked *