Jump to content

hotfix and regkey problems


Recommended Posts

it just skip the installation of this hotfix:

KB927978 (it just skip it)

(Extracting the are two file and one is .msi)

KB891122 (an error box appear)

(in RunOnceEx, because in the SVCPACK folder it give me an error [system Restore is off O.o])

KB893803 (wich switch i ve to use? because with /q /n /z it show me a "box" with some options and it stop the unattended installation until you press enter)

KB873374.exe /Q:A /R:N <-- i ve to press again ok, or it doesn' t continue the unattended installation

i dont understand why but it don't let me to add this regkey:

[HKEY_USERS\S-1-5-21-1935655697-2111687655-725345543-500\Software\Microsoft\Windows\CurrentVersion\Explorer]"ShellState"=hex:24,00,00,00,3c,28,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

01,00,00,00,0d,00,00,00,00,00,00,00,02,00,00,00

it give me an error (Impossible to add this regkey, error during access to the registry)

this is a regkey (manually find :P) that remove the option (No confirm the delete box)

thanks for help :)

Edited by darafat
Link to comment
Share on other sites


not sure on your hotfix problems but that registry key would only import on the machine and install it was created on.

This guid "S-1-5-21-1935655697-2111687655-725345543-500" will be unique to every install of XP. And on my machine I have no key that ends in -500, typically the administrator user.

Link to comment
Share on other sites

maybe your right about that regkey :)

but i really want to remove this option (really annoying :no: )

but i ve made a backup of the registry just when i finished to install windows without any regkey

than i ve removed this option and i ve made another backup of the registry

then in compared the two files with "windiff" and the only regkey who was modifyed was that one

than i tryed this regkey and it worked! now i dont remember if i ve put it killing explorer.exe and restarted this process after i run that reg key

anyway i ve tryed this regkey in the runonceex and it din't work

thanks for your replay :)

removedg2.jpg

Edited by darafat
Link to comment
Share on other sites

For KB873374 use this registry tweak instead:

REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /f

use /quiet /norestart for KB927978 and KB891122

Link to comment
Share on other sites

For KB873374 use this registry tweak instead:

REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /f

use /quiet /norestart for KB927978 and KB891122

thanks so much chon_ :thumbup

edit: but do you install KB873374 via RunOnceEx?

@IcemanND:

yes you were right :)

that key il always changing at every installation of win xp (with the same cd's source file), but it ends always with -500 (as you said) for Administrator account. now i think that i find the solution making a source code (in c++ or c#) who takes all the subkeys inside the key: USERS. now this key (the one that ends with -500 or wathever with the normal user account) is the "longest one - 1" (the longest one is "that key + _class"). so with that source, we can take all the subkeys inside the USERS key, and identify this key (lol sorry for this joke: key,key,key.. gh) and than change the value inside that one ^^ :)

thanks :)

p.s: i hope that someone we 'll understand what i wrote LOL :hello:

Edited by darafat
Link to comment
Share on other sites

it just skip the installation of this hotfix:

KB927978 (it just skip it)

(Extracting the are two file and one is .msi)

KB891122 (an error box appear)

(in RunOnceEx, because in the SVCPACK folder it give me an error [system Restore is off O.o])

KB893803 (wich switch i ve to use? because with /q /n /z it show me a "box" with some options and it stop the unattended installation until you press enter)

KB873374.exe /Q:A /R:N <-- i ve to press again ok, or it doesn' t continue the unattended installation

i dont understand why but it don't let me to add this regkey:

[HKEY_USERS\S-1-5-21-1935655697-2111687655-725345543-500\Software\Microsoft\Windows\CurrentVersion\Explorer]"ShellState"=hex:24,00,00,00,3c,28,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

01,00,00,00,0d,00,00,00,00,00,00,00,02,00,00,00

it give me an error (Impossible to add this regkey, error during access to the registry)

this is a regkey (manually find :P) that remove the option (No confirm the delete box)

thanks for help :)

edit: but do you install KB873374 via RunOnceEx?

For KB927978, it is not a critical hotfix but you could try this switch /q reboot=reallysuppress

For KB891122, it is not a critical hotfix and there are several versions of this file, you may need to specify more information if you need help with it!

For KB893803, if you read the opening post of the hotfixes thread it says to use switches /passive /norestart /quiet

For KB873374, if you read the opening post of the hotfixes thread it says to add the registry setting instead

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...