SeymoreWickster
Level 1

@Jmccracken112 

Hi, I ran into this same issue. Created this command below for a new shortcut and Pro Series 2022 works now without prompting the user for the admin credentials. 

runas.exe /profile /user:domain\username /savecred

==============================================================================

STEPS To re-creating the shortcut to Pro Series 2022

1. Right-click in a blank space on the desktop

2. Click New -> Shortcut

3.  From here you need to navigate to your executable file and choose it by clicking "Ok"

4. For example, I navigated to the Pro Series 2022 executable listed below. What you see below will appear in the Type the Location of the item section.

                 "C:\ProWin22\32bit\ProSeriesLauncher.exe"

5. Next, you need to copy this command listed below and paste it in front of the text that you see above. But first in this example, you need to replace the domain with your domain name and the username with the admin account name before copying/pasting. 

    runas.exe /profile /user:domain\administrator /savecred

6. Once you have pasted the command (with your information filled in), place your cursor in between the phrase that you copied/pasted and the executable file path, then press the space bar to put a space between both. 

runas.exe /profile /user:domain\username /savecred|"C:\ProWin22\32bit\ProSeriesLauncher.exe"

7. Click Next

8. Type a name for your new shortcut and then click Finish.

9. Double-Click on your new icon 

10. A dos-command box should appear.(If it does not, delete the shortcut and repeat all the steps above).

11. Type in the admin password and then press ENTER

12. Pro Series 2022 should begin to load. 

Let me know if this works. 

 

 

 

 

 

 

 

0 Cheers