View Single Post
 
Old 10-22-2016, 12:27 PM
mrrob941 mrrob941 is offline Windows 7 64bit Office 2016
Novice
 
Join Date: Oct 2016
Posts: 1
mrrob941 is on a distinguished road
Default Proofing Registry Keys Help

I'm trying to figure out which registry keys apply to what's in the Options > Proofing > AutoCorrect options area.

My goal is to uncheck every option on each tab, and have the changes stick for other users. I was able to get every box unchecked under the auto-correct tab w/ the following:

AutoCorrect Tab
[HKEY_LOCAL_MACHINE\a\Software\Microsoft\Office\14. 0\Common\AutoCorrect]
"ACOptions"=dword:00000000

[HKEY_LOCAL_MACHINE\a\Software\Microsoft\Office\14. 0\Word\Options\assist]
"fCapsLock_40_1"=dword:00000000
"fTwoInitialCaps_24_1"=dword:00000000
"fInitialCap_32_1"=dword:00000000
"fCapDayNames_48_1"=dword:00000000
"fCorrectkeyboard_64_1"=dword:00000000
"fCapTable_232_1"=dword:00000000
"fCorrectTyping_16_1"=dword:00000000


**See attached image below.

The 'a' refers to NTUSER.dat. I've tried a number of registry keys on the AutoFormat, Math AutoCorrect, AutoFormat As You Type, Actions, etc...but I haven't had any luck. Here are some of the keys I've tried setting to '0', but had no luck:

fHeading_280_1
fBotBord_328_1
fTable_392_1
fDate_376_1
fBulletList_296_1
fNumberedList_312_1
fClosing_360_1

I applied this under
.../14.0/Word/Options/Assist
../14.0/Word/Data/
../14.0/Word/Data/Settings

I have also been using the Office2010GroupPolicyAndOCTSettings.xls document, which has helped me get all the boxes unchecked on the Auto-Correct tab, but for some reason, nothing else is sticking. So I'm guessing either the path is wrong OR the DWORD key is wrong.

Any help is appreciated & let me know if I need to clarify anything.
Attached Images
File Type: png COPATH_SETTINGS.png (13.5 KB, 13 views)
Reply With Quote