Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Sent here from Tech Dept


  • Please log in to reply

#136
shajoe44

shajoe44

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 262 posts

Rebooted and tried it again. I get the following message......unable to log you on because of account restrictions


  • 0

Advertisements


#137
RKinner

RKinner

    Malware Expert

  • Expert
  • 24,625 posts
  • MVP

Go back into Regedit and change the 1 to 0 on the Administrator under

 

 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList

 

Then try again.


  • 0

#138
shajoe44

shajoe44

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 262 posts

same error message


  • 0

#139
RKinner

RKinner

    Malware Expert

  • Expert
  • 24,625 posts
  • MVP

Let's try these:

 

Copy the next 6 lines

 

net stop msiserver

msiexec.exe /unregister

msiexec /regserve

REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"

REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer" /VE /T REG_SZ /F /D "Service"

net start msiserver

 

Start, All Programs, Accessories, Command Prompt.  Right click and Paste or Edit then Paste and the copied linse should appear.  Hit Enter.

 

What this does supposedly is allow the installer to work in Safe Mode so if you reboot into Safe Mode or Safe Mode with Networking you should be able to log in as Administrator and try one of your installs.

 

Then I have another download for you.  This one resets the registry entries for the Installer service to the defaults:

Download and save then right click and Extract All.  You should get MSI-Repair.reg.  Right click on it and Merge. Reboot and see if anything will install.

 

Finally can you open regedit and the open the HKEY_USERS key and take a screen shot of it?  I want to see it you have all of the special accounts.

 

 

  • 0

#140
shajoe44

shajoe44

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 262 posts

did not reboot to safe mode, also said missing installer when I tried installing cleanup program.

 

Attached Thumbnails

  • sixlines.JPG
  • registry.JPG

  • 0

#141
RKinner

RKinner

    Malware Expert

  • Expert
  • 24,625 posts
  • MVP

OK try the MSI-Repair.zip then see if you can get 

 

net start msiserver

 

to work.


  • 0

#142
shajoe44

shajoe44

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 262 posts

got the zip file to work

Attached Thumbnails

  • command.JPG

  • 0

#143
RKinner

RKinner

    Malware Expert

  • Expert
  • 24,625 posts
  • MVP

Unfortunately that didn't really work right.  Did it do anything after you hit Merge?  Error message or?

 

reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msiserver" /s > \junk.txt

notepad \junk.txt

 

Copy the two lines above then open a command prompt and right click and Paste or Edit then Paste and the lines should appear.  Hit Enter if notepad does not open.  Copy and paste the text from notepad.


  • 0

#144
shajoe44

shajoe44

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 262 posts
 
! REG.EXE VERSION 3.0
 
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msiserver
    DisplayName REG_SZ @%SystemRoot%\system32\msimsg.dll,-27
    ImagePath REG_EXPAND_SZ %systemroot%\system32\msiexec /V
    Description REG_SZ @%SystemRoot%\system32\msimsg.dll,-32
    ObjectName REG_SZ LocalSystem
    ErrorControl REG_DWORD 0x1
    Start REG_DWORD 0x3
    Type REG_DWORD 0x10
    DependOnService REG_MULTI_SZ rpcss\0\0
    ServiceSidType REG_DWORD 0x1
    RequiredPrivileges REG_MULTI_SZ SeTcbPrivilege\0SeCreatePagefilePrivilege\0SeLockMemoryPrivilege\0SeIncreaseBasePriorityPrivilege\0SeCreatePermanentPrivilege\0SeAuditPrivilege\0SeSecurityPrivilege\0SeChangeNotifyPrivilege\0SeProfileSingleProcessPrivilege\0SeImpersonatePrivilege\0SeCreateGlobalPrivilege\0SeAssignPrimaryTokenPrivilege\0SeRestorePrivilege\0SeIncreaseQuotaPrivilege\0SeShutdownPrivilege\0SeTakeOwnershipPrivilege\0SeLoadDriverPrivilege\0\0
    FailureActions REG_BINARY 840300000000000000000000030000001400000001000000C0D4010001000000E09304000000000000000000
 
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\msiserver\Enum
    0 REG_SZ Root\LEGACY_MSISERVER\0000
    Count REG_DWORD 0x1
    NextInstance REG_DWORD 0x1
 

Attached Thumbnails

  • merge.JPG
  • merge1.JPG

  • 0

#145
RKinner

RKinner

    Malware Expert

  • Expert
  • 24,625 posts
  • MVP
That looks good.  There is one other location we can look at.  Do the same as before:
 
reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_MSISERVER" /s > \junk.txt
notepad \junk.txt

  • 0

Advertisements


#146
shajoe44

shajoe44

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 262 posts

command1.JPG


  • 0

#147
RKinner

RKinner

    Malware Expert

  • Expert
  • 24,625 posts
  • MVP

That might explain why it thinks it is invalid.

 

I will upload the reg file from my XP in the next post.  Same drill as before, right click and extract all then right click and merge.


  • 0

#148
RKinner

RKinner

    Malware Expert

  • Expert
  • 24,625 posts
  • MVP

here it is


  • 0

#149
RKinner

RKinner

    Malware Expert

  • Expert
  • 24,625 posts
  • MVP

See if

 

net start msiserver

 

works now or at least gives you a different error.


  • 0

#150
shajoe44

shajoe44

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 262 posts

command2.JPG


  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP