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>
Blue SSO Fix
Automated repair utility for Blue SSO wireless authentication issues on GE Aerospace laptops.
Overview
When Blue SSO wireless authentication fails due to certificate or profile corruption, this tool automates the repair process by:
- Installing the EAP-PEAP authentication protocol
- Cleaning expired certificates from the user's certificate store
- Removing and reinstalling the BLUESSO WiFi profile
Problem Symptoms
- Unable to connect to Blue SSO wireless network
- Authentication failures despite correct credentials
- Certificate errors when connecting
- WiFi profile corruption
What It Does
1. EAP-PEAP Installation
Installs the EAP-PEAP MSI package required for 802.1X wireless authentication.
2. Certificate Cleanup
Removes expired user certificates from:
- Current User certificate store
- Certificates that may be causing authentication conflicts
3. WiFi Profile Reset
- Removes existing BLUESSO WiFi profile
- Reinstalls clean profile from
BLUESSO.xml - Configures proper authentication settings
Files
BlueSSOFix/
├── BlueSSOFix.iss # Main Inno Setup script
├── EAP-PEAP.msi # EAP-PEAP protocol installer
├── BLUESSO.xml # WiFi profile configuration
├── BLUESSO Add.bat # Profile addition script
├── BLUESSO Add Temp.bat # Temporary profile script
├── BLUESSO Remove.bat # Profile removal script
├── gea-logo.ico # Setup icon
├── patrick.bmp # Wizard banner
└── patrick-sm.bmp # Wizard small image
Usage
Interactive Mode
- Compile
BlueSSOFix.isswith Inno Setup - Run the generated executable as Administrator
- Follow the wizard prompts
- Reconnect to Blue SSO network when complete
Silent Mode
BlueSSOFixSetup.exe /VERYSILENT /SUPPRESSMSGBOXES
Requirements
- Windows 10/11
- Administrator privileges
- Corporate network access (for initial download)
Technical Details
WiFi Profile (BLUESSO.xml)
The profile configures:
- SSID: BLUESSO
- Authentication: WPA2-Enterprise
- Encryption: AES
- EAP Type: PEAP with MSCHAPv2
Certificate Store Locations
Certificates are cleaned from:
Cert:\CurrentUser\My
Batch Scripts
| Script | Purpose |
|---|---|
BLUESSO Add.bat |
Adds profile using netsh wlan add profile |
BLUESSO Remove.bat |
Removes profile using netsh wlan delete profile |
BLUESSO Add Temp.bat |
Temporary profile for testing |
Troubleshooting
Still can't connect after running fix
- Restart the computer
- Forget all saved Blue SSO networks manually
- Run the fix again
- Contact IT helpdesk if issue persists
EAP-PEAP installation fails
- Verify you have admin rights
- Check if a conflicting version is installed
- Try manual MSI installation:
msiexec /i EAP-PEAP.msi
Certificate errors persist
- Open
certmgr.mscand manually check for expired certs - Look in Personal > Certificates for expired items
- Delete any expired certificates manually
Building
- Install Inno Setup 6.x
- Ensure all required files are present
- Open
BlueSSOFix.iss - Compile (F9)
- Output:
Output/BlueSSOFixSetup.exe
Author
WJDT / GE Aerospace