Stop moving OpenText / WJ Shopfloor shortcuts into Shopfloor Tools
OpenText / Host Explorer shortcut filenames vary by installed profile (e.g. 'WJ Shopfloor OpenText.lnk', 'WJ Shopfloor.lnk', 'HostExplorer ShopFloor.lnk'). The taskbar-pin path in site-config.json hardcodes 'Shopfloor Tools\WJ Shopfloor.lnk' - mismatches the actual filename so 07-TaskbarLayout silently skips pinning it. Drop OpenText/ShopFloor/HostExplorer pattern moves from 06's categorization regex. Shortcuts stay at the public-desktop top level where the OpenText installer placed them. Tech sees the icon on the desktop, no taskbar pin (the variable filename made the pin unreliable anyway). Other categories (UDC, eDNC, NTLARS, etc with stable filenames) still move into Shopfloor Tools and pin correctly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -132,8 +132,12 @@ function Invoke-DesktopSweep {
|
|||||||
Name = @(
|
Name = @(
|
||||||
'^UDC',
|
'^UDC',
|
||||||
'eDNC', '\bDNC\b', 'DncMain', 'GE DNC', 'NTLARS',
|
'eDNC', '\bDNC\b', 'DncMain', 'GE DNC', 'NTLARS',
|
||||||
'Host\s*Explorer', 'ShopFloor', 'TN3270', 'TN5250', 'HE\s*3270', 'HE\s*5250',
|
'Host\s*Explorer', 'TN3270', 'TN5250', 'HE\s*3270', 'HE\s*5250',
|
||||||
'OpenText',
|
# OpenText / 'WJ Shopfloor' / 'ShopFloor' shortcuts left on
|
||||||
|
# the desktop intentionally. The actual filename varies by
|
||||||
|
# OpenText profile (e.g. 'WJ Shopfloor OpenText.lnk') so the
|
||||||
|
# taskbar pin path mismatch silently skipped these. Leaving
|
||||||
|
# them at the public desktop top level instead.
|
||||||
'Defect[_\s-]?Tracker',
|
'Defect[_\s-]?Tracker',
|
||||||
'MarkZebra', 'Zebra',
|
'MarkZebra', 'Zebra',
|
||||||
'PC-?DMIS',
|
'PC-?DMIS',
|
||||||
|
|||||||
Reference in New Issue
Block a user