Jump to content

Outlook Error


Recommended Posts

Hi guys, i'm getting an error when i open Outlook Express, this has started since i added some reg tweaks to my UA disk.

I'm hoping some here can help me track it down. :)

I followed the guides advice by using a HKCU.reg run by the cmdline.txt and a HKLM.reg run from RunOnceEx.cmd. Everything installs fine, and seems to work untill I try to open Outlook Express, when i get this error.

OE-error.JPG

I tested both Reg files from the desktop, before I added them to the UA disk without any problems.

Its only when use them on the UA disk that i get this error.

Anyone got an ideas ?

Link to comment
Share on other sites


I had this probleme too in the apst, and i never find what was the source of this problem ! I think (not sure) this is due to hotfix (wich one i don't know) maybe a IE or OE hotfix break another one, or something like this.

Anyway i had a solution put this into a cmd file (or bat) and execute it during runoncegui.

cmdow @ /HID

@echo off

set outlook="%SystemDrive%\"Program Files\Outlook Express""

REG DELETE "HKCU\Identities" /f

sleep 1

start "" "%outlook%\msimn.exe"

sleep 2

taskkill /F /IM msimn.exe

sleep 2

for /f "Tokens=5" %%i in ('REG QUERY HKCU\Identities /v "Default User ID"^|find "Default"') do set default_identity=%%i

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0" /v "Browser Bands" /t REG_BINARY /d 1100000004000000640000008002000064000000660000000200000016000000650000000102000064000000670000000900

000064000000 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0" /v "BrowserPos" /t REG_BINARY /d 2C0000000200000003000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8000000068000000800300007A020000 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0" /v "Expand Unread" /t REG_DWORD /d 00000001 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0" /v "Launch Inbox" /t REG_DWORD /d 00000001 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0" /v "Nav Pane Split" /t REG_DWORD /d 00000032 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0" /v "Nav Pane Width" /t REG_DWORD /d 00000306 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0" /v "Show Contacts" /t REG_DWORD /d 00000001 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0" /v "Show Deleted Messages" /t REG_DWORD /d 00000001 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0" /v "ShowStatus" /t REG_DWORD /d 00000001 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0" /v "ShowToolbarIEAK" /t REG_DWORD /d 00000001 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0" /v "Toolbar Icon Size" /t REG_DWORD /d 00000001 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0" /v "Toolbar Text" /t REG_DWORD /d 00000004 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0\Mail" /v "Accounts Checked" /t REG_DWORD /d 00000001 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0\Mail" /v "Block External Content" /t REG_DWORD /d 00000000 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0\Mail" /v "Check Mail on Startup" /t REG_DWORD /d 00000001 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0\Mail" /v "Safe Attachments" /t REG_DWORD /d 00000000 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0\Mail" /v "Secure Safe Attachments" /t REG_DWORD /d 00000001 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0\Mail" /v "SplitHorzPct" /t REG_DWORD /d 00000032 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0\Mail" /v "Warn on Mapi Send" /t REG_DWORD /d 00000001 /f

REG ADD "HKCU\Identities\%default_identity%\Software\Microsoft\Outlook Express\5.0\Mail" /v "Welcome Message" /t REG_DWORD /d 00000000 /f

exit

little explanation if you delete hkcu/Identities, and then rerun OE => you recreate the subkeys under Identities (wich is your pb!). This subkeys is your identities (let's your profile) into OE.

Using this cmd file, delete and then recreate a subkeys, problem is corrected ^^

Other keys like: REG ADD "HKCU\Identities\%default_identity%..................

is usefull for setting OE you can use this or not, this indepedant from the "identities" problem (reg delete...)

So now you know what to do/execute ^^

ps: poor english isn'it it, perhaps my taillor is not so rich :-)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...