Logitech G HUB Profile mit Windows-Apps; Lange Wartezeit

GreenDie

Lieutenant
Registriert
März 2021
Beiträge
612
Ich benutze einen Windows PC mit einer Logitech G903 Maus als Media Center für meinem Fernseher.
Screenshot 2022-03-14 233044.png

Oft verwende ich die App Zattoo
Die Pfeiltasten Hoch und Runter brauche ich zum zappen. Hoch = Nächster Sender; Runter = Vorheriger Sender.

Bei YouTube, Netflix, Amazon, VLC müsste ich diese beiden Tasten aber auf rechts und Links Programmieren. Zum vor und zurück spulen kann halt.

Man kann in G-Hub auch für bestimmte Programme den automatischen Profilwechsel anwenden.
Leider macht das Programm mir Probleme, dass sich die Verknüpfungen der Apps aus dem Windows Store, also Netflix, Amazon Prime Video, Zattoo nicht dem "Benutzerdefinierten Pfad hinzufügen" lassen.
Screenshot 2022-03-14 233247.png


Ich bräuchte einen Weg, für Netflix, Amazon Prime Video, Zattoo und die Filme&TV App ein Profil in G-HUB anlegen zu können.
 
Zuletzt bearbeitet:
Hab jetzt hier ne Anleitung gefunden
Mal schauen, wie schlau ich daraus werde..
Screenshot_20220315-035852.png
 
Nett, von hinten durch die Brust ins Auge :).

LGS will eine EXE, die es bei UWP Apps nicht gibt. Das Tutorial beschreibt wie man ein Powershellskript erstellt und dies in eine EXE konvertiert, mit welcher LGS dann 'arbeiten' kann.

Wichtig ist die Get-AppxPackage Zeile am Anfang. Die listet alle installierten Store Apps auf mit PackageFamilyName und InstallLocation. Ersteren brauchst du für das PS1 Skript, den Pfad zur App-XML für die ID.

Tip: Das Powershellfenster möglichst breit ziehen, sonst wird Output abgeschnitten.

Du kannst den Output in einem Codefenster posten, dann kann man drüberschauen. Die Namen sind manchmal etwas 'kryptisch'.

EDIT: Ausschnitt von meiner Maschine:

Code:
PS C:\WINDOWS\system32> Get-AppxPackage | Select Name, InstallLocation, PackageFamilyName

Name                                         InstallLocation                                                                                         PackageFamilyName
----                                         ---------------                                                                                         -----------------
Microsoft.NET.Native.Runtime.1.4             C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.4_1.4.24201.0_x64__8wekyb3d8bbwe            Microsoft.NET.Native.Runtime.1.4_8wekyb3d8bbwe
Microsoft.NET.Native.Runtime.1.4             C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.4_1.4.24201.0_x86__8wekyb3d8bbwe            Microsoft.NET.Native.Runtime.1.4_8wekyb3d8bbwe
Microsoft.NET.Native.Runtime.1.3             C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.3_1.3.23901.0_x64__8wekyb3d8bbwe            Microsoft.NET.Native.Runtime.1.3_8wekyb3d8bbwe
Microsoft.NET.Native.Runtime.1.3             C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.3_1.3.23901.0_x86__8wekyb3d8bbwe            Microsoft.NET.Native.Runtime.1.3_8wekyb3d8bbwe
Microsoft.NET.Native.Runtime.1.6             C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe            Microsoft.NET.Native.Runtime.1.6_8wekyb3d8bbwe
Microsoft.NET.Native.Runtime.1.6             C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe            Microsoft.NET.Native.Runtime.1.6_8wekyb3d8bbwe
Microsoft.NET.Native.Runtime.2.1             C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.2.1_2.1.26424.0_x86__8wekyb3d8bbwe            Microsoft.NET.Native.Runtime.2.1_8wekyb3d8bbwe
Microsoft.NET.Native.Runtime.2.1             C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.2.1_2.1.26424.0_x64__8wekyb3d8bbwe            Microsoft.NET.Native.Runtime.2.1_8wekyb3d8bbwe
.
.
.
Microsoft.VCLibs.140.00                                                                                                                              Microsoft.VCLibs.140.00_8wekyb3d8bbwe
Microsoft.VCLibs.140.00                                                                                                                              Microsoft.VCLibs.140.00_8wekyb3d8bbwe
MAXONComputerGmbH.Cinebench                  C:\Program Files\WindowsApps\MAXONComputerGmbH.Cinebench_23.2.0.0_x64__rsne5bsk8s7tj                    MAXONComputerGmbH.Cinebench_rsne5bsk8s7tj
windows.immersivecontrolpanel                C:\Windows\ImmersiveControlPanel                                                                        windows.immersivecontrolpanel_cw5n1h2txyewy
TonecInc.IDMIntegrationModule                C:\Program Files\WindowsApps\TonecInc.IDMIntegrationModule_6.38.19.0_neutral__e7b5mm5d3r6v2             TonecInc.IDMIntegrationModule_e7b5mm5d3r6v2
Microsoft.UI.Xaml.2.5                        C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.5_2.52012.2002.0_x86__8wekyb3d8bbwe                    Microsoft.UI.Xaml.2.5_8wekyb3d8bbwe
Microsoft.UI.Xaml.2.5                        C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.5_2.52012.2002.0_x64__8wekyb3d8bbwe                    Microsoft.UI.Xaml.2.5_8wekyb3d8bbwe
Microsoft.TranslatorforMicrosoftEdge         C:\Program Files\WindowsApps\Microsoft.TranslatorforMicrosoftEdge_0.91.51.0_neutral__8wekyb3d8bbwe      Microsoft.TranslatorforMicrosoftEdge_8wekyb3d8bbwe
Microsoft.WindowsCalculator                  C:\Program Files\WindowsApps\Microsoft.WindowsCalculator_10.2103.8.0_x64__8wekyb3d8bbwe                 Microsoft.WindowsCalculator_8wekyb3d8bbwe
Microsoft.VCLibs.140.00                                                                                                                              Microsoft.VCLibs.140.00_8wekyb3d8bbwe
Microsoft.VCLibs.140.00                                                                                                                              Microsoft.VCLibs.140.00_8wekyb3d8bbwe
Microsoft.Winget.Source                      C:\Program Files\WindowsApps\Microsoft.Winget.Source_2021.919.1315.84_neutral__8wekyb3d8bbwe            Microsoft.Winget.Source_8wekyb3d8bbwe
Microsoft.VCLibs.140.00                      C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.30704.0_x86__8wekyb3d8bbwe                    Microsoft.VCLibs.140.00_8wekyb3d8bbwe
40459File-New-Project.EarTrumpet             C:\Program Files\WindowsApps\40459File-New-Project.EarTrumpet_2.1.9.0_x86__1sdd7yawvg6ne                40459File-New-Project.EarTrumpet_1sdd7yawvg6ne
Microsoft.UI.Xaml.2.6                        C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.6_2.62112.3002.0_x64__8wekyb3d8bbwe                    Microsoft.UI.Xaml.2.6_8wekyb3d8bbwe
Microsoft.UI.Xaml.2.6                        C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.6_2.62112.3002.0_x86__8wekyb3d8bbwe                    Microsoft.UI.Xaml.2.6_8wekyb3d8bbwe
microsoft.microsoftskydrive                  C:\Program Files\WindowsApps\microsoft.microsoftskydrive_19.23.19.0_x64__8wekyb3d8bbwe                  microsoft.microsoftskydrive_8wekyb3d8bbwe
NVIDIACorp.NVIDIAControlPanel                C:\Program Files\WindowsApps\NVIDIACorp.NVIDIAControlPanel_8.1.962.0_x64__56jybvy8sckqj                 NVIDIACorp.NVIDIAControlPanel_56jybvy8sckqj
Microsoft.BioEnrollment                      C:\Windows\SystemApps\Microsoft.BioEnrollment_cw5n1h2txyewy                                             Microsoft.BioEnrollment_cw5n1h2txyewy
 
  • Gefällt mir
Reaktionen: GreenDie
Zurück
Oben