Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acrobat 64-Bit #14

Closed
medimetriks opened this issue Jul 14, 2022 · 15 comments
Closed

Acrobat 64-Bit #14

medimetriks opened this issue Jul 14, 2022 · 15 comments

Comments

@medimetriks
Copy link

This worked great for making the 32-bit version of Acrobat Reader the default for PDFs but Acrobat Reader updated to the 64-Bit and this no longer works.

Any ideas how to make the 64-bit version the default?

@Danyfirex
Copy link
Contributor

Hello, Are you sure is x64 version using same programId?

@medimetriks
Copy link
Author

I am not sure how to tell. I had the 32-bit version installed, it automatically updated to the 64-bit version. I then manually changed the default reader to be MS Edge as a test, then when I try to use the powershell -ExecutionPolicy Bypass -command "& { . C:\install\SFTA.ps1; Set-FTA 'AcroExch.Document.DC' '.pdf' }" command it does not change the default reader.

@Danyfirex
Copy link
Contributor

I suppose it probably changed the program Id. I'm traveling, anyway I'll check next week and try to find a solution.

@medimetriks
Copy link
Author

medimetriks commented Jul 14, 2022

I suppose it probably changed the program Id. I'm traveling, anyway I'll check next week and try to find a solution.

Thanks

@Danyfirex
Copy link
Contributor

Hello @medimetriks I get it working with this ProgramId Acrobat.Document.DC

I run it like this:
powershell -ExecutionPolicy Bypass -command "& { . .\SFTA.ps1; Set-FTA 'Acrobat.Document.DC' '.pdf' }"

let me know if it works. Sorry for delay I just arrived a couple of hours ago.

@medimetriks
Copy link
Author

medimetriks commented Jul 24, 2022 via email

@medimetriks
Copy link
Author

medimetriks commented Jul 26, 2022 via email

@Danyfirex
Copy link
Contributor

Could you run using -Verbose to check if It's failing? and paste console output here,

@medimetriks
Copy link
Author

medimetriks commented Jul 26, 2022 via email

@Danyfirex
Copy link
Contributor

this:
powershell -ExecutionPolicy Bypass -Verbose -command ""&" {. c:\install\SFTA.ps1; Set-FTA 'Acrobat.Document.DC' '.pdf' -Verbose}"

@medimetriks
Copy link
Author

medimetriks commented Jul 26, 2022 via email

@Danyfirex
Copy link
Contributor

Danyfirex commented Jul 26, 2022

Try like this:

powershell -ExecutionPolicy Bypass -command "& { . 'c:\install\SFTA.ps1'; Set-FTA 'Acrobat.Document.DC' '.pdf' -Verbose }"

@medimetriks
Copy link
Author

medimetriks commented Jul 26, 2022 via email

@Danyfirex
Copy link
Contributor

It seems to be the error was the PowerShell command line call. You can remove -verbose string.

@medimetriks
Copy link
Author

medimetriks commented Jul 26, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants