Seite 1 von 1
Adobe Reader DC als Standardprogramm
Verfasst: 02 Sep 2017, 16:35
von robse
Hi,
ich scheitere gerade daran, dass der Adobe Reader DC als Standardprogramm unter Windows 10 für PDF-Dateien gesetzt wird.
Ziel ist es, dass nicht über GPO zu machen.
Habt ihr das Problem auch?
Grüße
Robert
Re: Adobe Reader DC als Standardprogramm
Verfasst: 03 Sep 2017, 22:50
von SisterOfMercy
Nope, because I'm not using adobe reader DC.
How is this installed, via the default msi?
You'd better look at some msi properties (use InstEd). I did go halfway with making a package, and look at this line:
Code: Alles auswählen
"%SystemRoot%\system32\msiexec.exe" /qb-! /l*v "$LogDir$\$ProductId$-setup.log" /package "%ScriptPath%\files\AcroRead.msi" REBOOT=ReallySuppress DISABLE_BROWSER_INTEGRATION=YES ENABLE_CACHE_FILES=NO ENABLE_OPTIMIZATION=NO EULA_ACCEPT=YES REMOVE_PREVIOUS=NO SYNCHRONIZER=NO DISABLE_ASIAN_FONTS=YES IGNOREVCRT64=1 OWNERSHIP_STATE=0 LEAVE_PDFOWNERSHIP=YES DISABLEDESKTOPSHORTCUT=1 UPDATE_MODE=0 DISABLE_ARM_SERVICE_INSTALL=1 ADDLOCAL=ALL REMOVE=ARM,ReaderAIRIntegration,ReaderBrowserIntegration,ReaderPDFIntegration,Accessibility_Plugins,Atmosphere_3D,MultimediaPlugin,SearchAndIndex,DTShortcut
I'm not sure, but LEAVE_PDFOWNERSHIP might be the thing you're looking for. Not installing the ReaderPDFIntegration feature might help too.
Re: Adobe Reader DC als Standardprogramm
Verfasst: 07 Sep 2017, 16:04
von r4tzeblitz
Durch die Entscheidung von Microsoft diese Einstellungen computerspezifisch festzulegen und die Benutzereinstellungen mit Hashes zu versehen wird es ohne GPO nicht so einfach.
Ich würde einfach ein Paket bauen, welches nach der ganzen Softwareinstallation deine Standardprogramm XML Datei einmalig für den Computer setzt.
Code: Alles auswählen
Dism.exe /Online /Import-DefaultAppAssociations:C:\FileAssociations.xml
Damit sind die Programme vorgegeben und trotzdem kann der Nutzer sich auch andere Programme wählen.