- Add HP DesignJet T1700dr PS3 driver (hpi94dev/hpi94ded.inf) with model-based
selection: printers with T1700/DesignJet in model use DesignJet driver
- Fix legacy printer reappearing after cleanup: also remove HKCU\Printers\Connections
entries across all loaded user hives and .DEFAULT (Windows re-adds printers
from these connection records when spooler restarts)
- Add IsPrinterLegacy()/IsLegacyServerRef() helpers for robust legacy detection
(checks Port, ShareName, HostName, Description registry values with Trim/Lowercase)
- Add default printer selection dialog (all installed printers, all user profiles)
- Fix printui /y hang by setting LegacyDefaultPrinterMode=1 before calling it
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add FQDNUpdate project for SSO drive remapping — scans for drives mapped
to legacy server names (tsgwp00525, avwesj-gwy01), backs them up, clears
stale credentials (cmdkey, IPC$, Kerberos), and remaps using canonical
FQDNs with Windows SSO (no password). Includes .iss (pure Pascal Script),
.ps1, and .bat launcher.
Standardize all project log/backup paths to Documents\wjdt\logs\ with
auto-creation of the directory.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New README files:
- BlueSSOFix: WiFi authentication repair utility
- JT2GO: Siemens JT2Go installer with prerequisites
- MappedDrive: Network drive mapping tool
- NetworkDriveManager: Advanced drive management with migration
Main repository README:
- Overview table of all projects
- Quick reference by category
- Common patterns and resources
- Building and silent installation instructions
Also includes Dashboard and LobbyDisplay projects.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>