wiki:AutoCad

AutoCad

  • From the begenning
    • Copy the iso to the local drive (i usually put this in c:\setup)
    • disable any connected network (best to disable the lan/wifi)
    • disable any running antivirus
      • you will need to search/goto windows security
      • under windows security you will need to goto the antivirus tab
      • when main antivirus is disabled, windows falls back on defender
      • you will need to disable all the defender settings
      • please note that defender will reactivate automatically after a while
      • open the iso, rerun the crack, reinstall is not needed.
      • Reboot to reactivate network & main antivirus
  • Disable Updates
    • Hosts File Update
      • 127.0.0.1 genuine-software2.autodesk.com
      • 127.0.0.1 ase-cdn-stg.autodesk.com
      • 127.0.0.1 ase.autodesk.com

  • Registery Patches
    
        From the Search bar in Windows, type in “regedit”
        Browse to the HKEY_CURRENT_USER/Software/Autodesk/ODIS folder.  If it does not exist, create it.
        Right-click on the folder, and choose New > DWORD (32-bit) Value
        Enter “DisableManualUpdateInstall” for the Name
        Enter 1 for the Data.
    
    
    
    If you use Group Policy in your company, you can distribute this key to multiple users via this process:
    
        Open the Group Policy Management Console, gpmc.msc
        Create a new (or edit an existing) Group Policy Object (GPO) in the Organizational Unit you prefer.
        Expand the User Configuration section > Preferences > Windows Settings > Registry
        Right click on Registry, and select New > Registry Item
        Use these settings:
            Action: Update
            Hive:  HKEY_CURRENT_USER
            Key Path:  Software\Autodesk\ODIS
            Value Name:  DisableManualUpdateInstall
            Value Type:  REG_DWORD
            Value Data:  1 or 2
    
    1 - Access will not start during device startup, and the system tray icon will not be shown. Users may still launch Access from the Start Menu, but when users close Access, it will quit the application and remove the system tray icon again
    
    2 - Access will show available updates, but will not display an Update button. Users will be able to see information about the updates, but cannot install them from Access.
    
    
    Logon Script
    You can include the following command in any CMD-based user logon script you may have configured:
    
    REG ADD HKCU\Software\Autodesk\ODIS /V DisableManualUpdateInstall /D 1 /T REG_DWORD /f
    OR
    REG ADD HKCU\Software\Autodesk\ODIS /V DisableManualUpdateInstall /D 2 /T REG_DWORD /f
    

*AntiVirus

After the program is installed, it may be useful to exclude the following Autodesk folders in antivirus settings:

    C:\Program Files\Autodesk\
    C:\Program Files (x86)\Common Files\Autodesk Shared\
    C:\Program Files (x86)\Autodesk\
    C:\Program Files (x86)\common Files\Autodesk\
    C:\ProgramData\Flexnet\
    C:\ProgramData\Autodesk\
    C:\Users\%USERPROFILE%\AppData\Roaming\Autodesk\
    C:\Users\%USERPROFILE%\AppData\Local\Autodesk\
    C:\temp\AutoDeskViewer\
    C:\Program Files\Common Files\Autodesk Shared\

    AdskNLM.exe

Last modified 19 minutes ago Last modified on 11/21/24 04:47:17
Note: See TracWiki for help on using the wiki.