Skip to content

TWiesendanger/ADSKDashboardPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADSKDashboard

Shortcuts to open Autodesk Software.

If you have multiple Autodeskproducts in different releases and languages installed it can be a pain to open exactly what you need. At least thats what I was experiencing and so I built this tool.

Currently it works for AutoCAD / AutoCAD Mechanical / Inventor / Inventor Read Only from Release 2017 to 2021.

Update v0.97

  • update to scan for 2025 products

Update v0.96

  • updated to scan for 2024 products

Update v0.95

  • updated to scan for 2023 products

Update v0.94

  • added detection for languagepacks inventor 2022 updates

Update v0.93

  • updated to scan for 2022 products

Update v0.92

  • Fixed a bug that did show ReadOnly for Version that do not have ReadOnly
  • Auto Close Function (After opening something, it closes down automatically)
  • Closes down if the window looses focus

Tool does not start

Have a look here

Table of Contents

What is installed?

At startup it will check what is installed and depending on that it will display a Icon or not.

light1

dark1

So as a sample if click on 2020 there are alot more products displayed because there is also AutoCAD and AutoCAD Mechanical installed.

light2

dark2

Settings

At the moment there are only three settings. you can change to a dark mode and you can set the window to be always on top. Also you can decide if the window should be minimized after clicking on something to start.

settings

Closing

If you hover over the "X" in the top right corner, you can see that it tells you close to systray. It wont actualy close from there.

closetosystray

After that you can restart it from systray.

systrayicon

or close it.

exit

Tool doesn't start

At the moment it is not signed so you probably get a windows defender message which you need to allow.

smartscreen

Also make sure that all dll files are not blocked. Open res\assembly folder and check by rightclicking on dll file.

blocked

Build

To build this use the provided buildscript. For this to work you need to installa ps2exe first. Do it like this: Install-Module ps2exe.

License

MIT License

Copyright (c) 2020 Tobias Wiesendanger

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.