Broadfield99 Posted April 29, 2024 Posted April 29, 2024 Hello All I have a conundrum at my place of work. We have many rooms setup for 'Exams' use , the main software used is Surpass Secureclient for the delivery of content . During a recent upgrade the software will not load until 'Windows Text Suggestions' is disabled. It would be a nightmare to visit each PC to change the settings!! Anyone out there with a solution ...I've done the usual google and ChatGpt research to no avail. Applying a GPO or Reg key fix would be ideal. Thank you Karim
BOOT Posted April 29, 2024 Posted April 29, 2024 Try setting the value for this key: HKEY_CURRENT_USER\SOFTWARE\Microsoft\TabletTip\1.7 value: EnableTextPrediction type: DWORD data: 0 3
Broadfield99 Posted April 29, 2024 Author Posted April 29, 2024 Thank you for the reply BOOT3988 :-) I will let you kow how it went.
Broadfield99 Posted April 29, 2024 Author Posted April 29, 2024 Thank you worked a treat , just tested for a particular user using item-level targeting GPO. Thanks again
Paulwads Posted April 30, 2024 Posted April 30, 2024 Not working for us. Have set a User Group Policy to turn off 'Autocorrect misspelled words' and 'Highlight misspelled words', for exam accounts, it appears to apply (the setting is switched off) yet it still complains that this needs to be done.
Popular Post GTAfanattic Posted April 30, 2024 Popular Post Posted April 30, 2024 (edited) Along with the Group Policy to do the below, I had to add additional registry keys to get the latest version of Surpass to launch. User Configuration > Policies > Administrative Templates > Control Panel > Regional and Language Options Turn off autocorrect misspelled words - Enabled Turn off highlight misspelled words - Enabled Turn off insert a space after selecting a text prediction - Enabled Turn off offer text predictions as I type - Enabled Added the below registry keys after using Process Monitor to see what keys were being looked for. [HKEY_CURRENT_USER\SOFTWARE\Microsoft\TabletTip\1.7] "EnableDoubleTapSpace"=dword:00000000 "EnableAutoCorrection"=dword:00000000 "EnableHwkbTextPrediction"=dword:00000000 "EnableSpellchecking"=dword:00000000 "MultilingualEnabled"=dword:00000000 Edited April 30, 2024 by GTAfanattic 10
hallamke Posted May 15, 2024 Posted May 15, 2024 Bingo. Cheers for that worked a treat with latest release 1
BenMottram Posted July 9, 2024 Posted July 9, 2024 (edited) Late to the party but... here are the reg keys required to get SecureClient to work (at the moment; taken from https://intercom-help.eu/EAL-Connect-Support/en/articles/160069-secureclient-cannot-be-opened-until-windows-text-suggestions-are-disabled-how-can-i-resolve-this-to-launch-the-software) Windows 11 [color=#1A1A1A][font=system-ui][font=var(--font-family-secondary)]HKCU\Software\Microsoft\input\Settings\EnableHwkbTextPrediction = 0[/font] [/font][/color] [color=#1A1A1A][font=system-ui][font=var(--font-family-secondary)]HKCU\Software\Microsoft\input\Settings\MultilingualEnabled = 0[/font] [/font][/color] [color=#1A1A1A][font=system-ui][font=var(--font-family-secondary)]HKCU\Software\Microsoft\TabletTip\1.7\EnableAutocorrection = 0[/font] [/font][/color] [color=#1A1A1A][font=system-ui][font=var(--font-family-secondary)]HKCU\Software\Microsoft\TabletTip\1.7\EnableSpellchecking = 0[/font] [/font][/color] [color=#1A1A1A][font=system-ui] [/font][/color] Windows 10 [color=#1A1A1A][font=system-ui][font=var(--font-family-secondary)]HKCU\SOFTWARE\Microsoft\TabletTip\1.7\EnableAutocorrection = 0[/font] [/font][/color] [color=#1A1A1A][font=system-ui][font=var(--font-family-secondary)]HKCU\SOFTWARE\Microsoft\TabletTip\1.7\EnableSpellchecking = 0[/font] [/font][/color] [color=#1A1A1A][font=system-ui][font=var(--font-family-secondary)]HKCU\SOFTWARE\Microsoft\Input\Settings\EnableHwkbTextPrediction = 0[/font] [/font][/color] [color=#1A1A1A][font=system-ui][font=var(--font-family-secondary)]HKCU\SOFTWARE\Microsoft\Input\Settings\EnableHwkbAutocorrection2 = 0[/font] [/font][/color] [color=#1A1A1A][font=system-ui][font=var(--font-family-secondary)]HKCU\SOFTWARE\Microsoft\Input\Settings\MultilingualEnabled = 0[/font] [/font][/color] Edited July 9, 2024 by BenMottram 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now