MVPs Help with Registry Patch?

D

Dixie

Are there any MVPs out there who can produce a registry patch for this.

1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions
If this registry subkey does not exist, create it.
3. Right-click the ItssRestrictions subkey, point to New, and then
click DWORD Value.
4. Type MaxAllowedZone, and then press Enter.
5. Right-click the MaxAllowedZone value, and then click Modify.
6. In the Value data box, type 1, and then click OK.
7. Quit Registry Editor.

It is to overcome a recent security patch that made HTML files not able to
be viewed on a network.

TIA
dixie
 
G

Graham Mayor

You can do it yourself by creating the entry as described, then select the
key and export it from the file menu.

or from your description.

Copy the following to notepad save as ITSS.REG and then from Windows
Explorer merge into the registry. If the entry already exists it does
nothing:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]
"MaxAllowedZone"=dword:00000001



--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
D

Dixie

Thanks Graham, will try this one.

dixie

Graham Mayor said:
You can do it yourself by creating the entry as described, then select the
key and export it from the file menu.

or from your description.

Copy the following to notepad save as ITSS.REG and then from Windows
Explorer merge into the registry. If the entry already exists it does
nothing:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]
"MaxAllowedZone"=dword:00000001



--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Are there any MVPs out there who can produce a registry patch for
this.
1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions
If this registry subkey does not exist, create it.
3. Right-click the ItssRestrictions subkey, point to New, and then
click DWORD Value.
4. Type MaxAllowedZone, and then press Enter.
5. Right-click the MaxAllowedZone value, and then click Modify.
6. In the Value data box, type 1, and then click OK.
7. Quit Registry Editor.

It is to overcome a recent security patch that made HTML files not
able to be viewed on a network.

TIA
dixie
 
D

Dixie

Works like a charm. Thanks again.

dixie

Dixie said:
Thanks Graham, will try this one.

dixie

Graham Mayor said:
You can do it yourself by creating the entry as described, then select
the key and export it from the file menu.

or from your description.

Copy the following to notepad save as ITSS.REG and then from Windows
Explorer merge into the registry. If the entry already exists it does
nothing:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]
"MaxAllowedZone"=dword:00000001



--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

Are there any MVPs out there who can produce a registry patch for
this.
1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions
If this registry subkey does not exist, create it.
3. Right-click the ItssRestrictions subkey, point to New, and then
click DWORD Value.
4. Type MaxAllowedZone, and then press Enter.
5. Right-click the MaxAllowedZone value, and then click Modify.
6. In the Value data box, type 1, and then click OK.
7. Quit Registry Editor.

It is to overcome a recent security patch that made HTML files not
able to be viewed on a network.

TIA
dixie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top