Hello i have been trying to change the Default window terminal from terminal to Windows Console Host using batch i could not find any way online and i have zero idea how to do this the setting im trying to change
i tried changing it with regkeys but couldn't figure it out please help me
Tried this it didn't work or it didn't take effect immediately
reg delete "HKCU\Console\%%Startup" /v DelegationConsole /f reg delete "HKCU\Console\%%Startup" /v DelegationTerminal /f reg add "HKCU\Console\%%Startup" /v DelegationConsole /t REG_SZ /d "{B23D10C0-E52E-411E-9D5B-C09FDF709C7D}" /f reg add "HKCU\Console\%%Startup" /v DelegationTerminal /t REG_SZ /d "{B23D10C0-E52E-411E-9D5B-C09FDF709C7D}" /f