|
| Re: max 9 not opening |
 |
Sun, 16 Sep 2007 23:11:52 +000 |
reg edit was done to fix missing toolbar in explorer, first did below as told
from a forum - had to make this into a .bat file then apply it to reg - it
didn't work
@echo off
setlocal
if /i {%1}== set param=WebBrowser&goto del
if /i {%1}== set param=Explorer&goto del
if /i {%1}== set param=ShellBrowser&goto del
endlocal
@echo Syntax: ITBarLayout I ^| W ^| S
goto :EOF
:del
(
@echo REGEDIT4
@echo/
@echo [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\%param%]
@echo "ITBarLayout"=-
) >"%TEMP%\ITBarLayout.reg"
regedit /s "%TEMP%\ITBarLayout.reg"
del /q "%TEMP%\ITBarLayout.reg"
endlocal
then microsoft said this - which did work.
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar
In the right pane, locate the Explorer sub-key and open it. In the right pane,
locate the ITBarLayout value. Right click this value and select Delete.
but unfortunately 3d max hasn't since.
hoping you can help
|
| Post Reply
|
|
|
|
|
|
|
|
|
|