Start a Conversation

Unsolved

F

2 Posts

209

June 9th, 2021 07:00

Rugged Control Center 4.1 Custom App lost in admin profile

Hi, I have a fleet of 7220s that are used in our production area. I have a custom exe that opens the on-screen keyboard and closes if it is already open. However, when I try to deploy via the .json or the GPO, when the user logs in that exe is missing from the button assigned to it, the assignment is left blank. Here is what is in the json:

{
"AppSetting": {
"CloseEdgeMenuTrigger": 3,
"EdgeMenuSize": 2,
"LaunchRCCAtStartup": true,
"MinimizedOnStartup": true,
"ShowPBAssignRemindAgain": true
},
"BarcodeScan": {
"IsPresentationMode": false,
"Prefix": null,
"PrefixInputMode": "None",
"ScannerSource": "Rear Camera",
"Suffix": null,
"SuffixInputMode": "None"
},
"EdgeMenuConfigs": [{
"AccessKey": "EdgeMenuRight",
"AssignedFeatures": ["FlashLight", "OnScreenKeyboard", "DrTouch", "2bfc9de4-339f-48c5-a3c5-9e6ef83a5d29", "40b2eeef-9bb3-476a-8119-604688bdee47"],
"KeyboardShortcut": null,
"KeyboardShortcutName": null
}],
"FileShortcutItems": [{
"DisplayName": "Close-OSK",
"FileID": "2bfc9de4-339f-48c5-a3c5-9e6ef83a5d29",
"FileType": ".exe",
"FullPath": "C:\\Program Files\\Dell\\Rugged Control Center\\Close-OSK.exe"
}],
"FirstTimeAppLaunch": false,
"Gps": {
"BaudRate": 0,
"PortID": "",
"PortOn": false,
"Sentences": [],
"TalkerIDs": 0
},
"KeyMacroItems": [],
"NightMode": {
"IntensityLevel": 0,
"KeyboardColor": 3,
"SyncNightLight": true
},
"OpenItems": [],
"PolicyControl": {
"AntennaSwitch": 0,
"AntennaSwitchConfig": 0,
"AppSettings": 1,
"BarCode": 0,
"DisableRotateButton": false,
"EdgeMenu": 1,
"EdgeMenuConfigs": [],
"GPS": 0,
"KeyboardBacklight": 0,
"KeyboardColorIndex": 0,
"KeyboardColorMask": 0,
"KeyboardCustom1Color": 0,
"KeyboardCustom2Color": 0,
"KeyboardDurationAC": 0,
"KeyboardDurationBattery": 0,
"KeyboardIntensityLevel": 0,
"NightMode": 0,
"ProgramButton": 1,
"ProgramButtonConfigs": [],
"Revision": 1,
"Stealth": 0,
"StealthMask": 0,
"Windows": 0
},
"ProgramButtonConfigs": [{
"AccessKey": "P1ShortSlot",
"AssignedFeature": "2bfc9de4-339f-48c5-a3c5-9e6ef83a5d29"
}, {
"AccessKey": "P1LongSlot",
"AssignedFeature": "2bfc9de4-339f-48c5-a3c5-9e6ef83a5d29"
}, {
"AccessKey": "P2ShortSlot",
"AssignedFeature": "OnScreenKeyboard"
}, {
"AccessKey": "P2LongSlot",
"AssignedFeature": "2bfc9de4-339f-48c5-a3c5-9e6ef83a5d29"
}, {
"AccessKey": "P3ShortSlot",
"AssignedFeature": "2bfc9de4-339f-48c5-a3c5-9e6ef83a5d29"
}, {
"AccessKey": "P3LongSlot",
"AssignedFeature": "EdgeMenuRight"
}],
"TelemetrySetting": {
"LastLaunchTime": "\/Date(-62135575200000)\/",
"PermissionConfirmed": false,
"TelemetryOpt": false
},
"URLItems": [{
"Name": null,
"UniqueID": null,
"Url": "https:\/\/marvinhelp.zendesk.com",
"UrlID": "40b2eeef-9bb3-476a-8119-604688bdee47"
}],
"Version": "2.00"
}

No Responses!
No Events found!

Top