Hi
BatchPatch has the option to show me the current user (Get Information > Get Logged on User)
Is it possible to extend this to show the SID of this user? And from there, can BP then give the option to update the registry of HKUSID of Current User
It’t not to do anything exciting – just preload additional languages which I can manually do using
psexec \computer$ -s reg add “HKU$currentusersidKeyboard LayoutPreload” /f /v 2 /t REG_SZ /d 00000491
psexec \Computer$ -s reg add “HKU$currentusersidKeyboard LayoutSubstitutes” /f /v 00000491 /t REG_SZ /d 00000809
Thank you for any assistance
Kevin