Jump to content

jrzycrim

Member
  • Posts

    769
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jrzycrim

  1. That's a sure method to make sure your tweaks are retained. Most HKEY_CURRENT_USER Settings will not stick if applied after the first logon. When Windows is shutting down, the original settings that were loaded during logon will be written back to the registry when logging off, overwriting any settings you imported.
  2. WaitToKillServiceTimeout is for services. This is for applications: [HKEY_CURRENT_USER\Control Panel\Desktop] "WaitToKillAppTimeout"="20000"
  3. It's Q822925. That page I provided a link to is a little outdated.
  4. Check this page: http://www.kayodeok.co.uk/weblog/200311/ie...compromise.html
  5. Well, I set mine to one and that was the value I exported from my registry. Not that it matters as you need to set it to your preference. A value of ten would be 0000000a. Or do you mean yours is set to 10? At what point during the installation are you importing your tweaks?
  6. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_MinMFU"=dword:00000001 The value should reflect the number of Most fequently used programs you want displayed.
  7. In each separate extension folder, there is a script name install.js. I would guess that would need to be executed sometime after copying the extensions folder. Since V .9, the profiles are in C:\Documents and Settings\User Name\Application Data\Firefox\Profiles. Edit: Well I see that they changed the location of the profiles directory with 0.9.2. I originally had my profile directory compressed into a 7zip sfx. I downloaded FF 0.9.2 and it seems the profile directory is back in Application Data\Mozilla\Firefox\Profiles. The contents of that directory are slightly different as well. Have to redo it now.
  8. It uses a custom installer. I made a SFX out of the Download Express Directory using 7zip. Placed it in $OEM$\$progs\Download Express. Then executed the 7zip file during RunOnceEx. I also exported these registry Keys: [HKEY_CLASSES_ROOT\.DE] [HKEY_CLASSES_ROOT\MetaProducts Download Express incompletely downloaded file] [HKEY_CURRENT_USER\Software\MetaProducts] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DownloadExpress] Here is what my RunOnceEx entries for DEP look like. REG ADD %KEY%\045 /VE /D "Installing Download Express 1.5" /f REG ADD %KEY%\045 /V 1 /D "\"%programfiles%\Download Express\DEP15.exe\" -y" /f REG ADD %KEY%\045 /V 2 /D "REGEDIT /S \"%programfiles%\Download Express\DEP.reg\"" /f It works just fine.
  9. Try this site for troubleshooting Windows Update. http://v4.windowsupdate.microsoft.com/troubleshoot/
  10. I'm sure your method will work just as well. Nice tip about renaming wuweb.dll.
  11. If you still have problems, follow these steps and then reinstall V4 as shown above. 1) Delete Windows\system32\wuweb.dll 2) Go to Windows\Downloaded Program Files 3) Righ click on Update Class and select Remove 4) Reinstall Update V4
  12. You might try this: Dowload this cab and follow the below instructions: http://v4.windowsupdate.microsoft.com/cab/...icode/iuctl.cab 1. Go to where the iuctl.cab file was downloaded. Right click the iuctl.cab file. 2. Click "Open". 3. Select all the files listed. 4. Right click on them and click "Extract." 5. Point to a known location (like the desktop) and click "OK." 6. Go to the location you selected and right click the iuctl.inf file. 5. Click "Install." Use this address for Update V4 http://v4.windowsupdate.microsoft.com/en/default.asp If that works, then remove the V5 folder from \Program Files\Windowsupdate\
  13. See this thread: http://www.msfn.org/board/index.php?showto...t=0entry55930 It's for 4.1 but I bet the method will work for 4.2 as well. If you have the CD, the oem file you need should be there.
  14. Mozilla Flaw Lets Links Run Arbitrary Programs http://www.eweek.com/article2/0,1759,1621463,00.asp Fix: http://update.mozilla.org/extensions/moreinfo.php?id=154
  15. Here's a direct link: http://download.microsoft.com/download/a/a...06/dotnetfx.exe
  16. Never heard of it. I'm sure it's a pirated version like Windows FD. Probably explains why the website is down.
  17. See SystemFileProtection By setting SFCQuota=0, you have allocated 0 space for the dllcache. Typically, when applying a custom theme without the patched uxtheme.dll, Windows will revert to the classic theme. The fact that this is happening in your case suggests that you are either not using the correct uxtheme.dll or it is not being copied during the installation. I can't speculate as to what the specific problem is. What were the last changes you made to your unattended installation immediately before this problem started?
  18. Sounds like you are not using the patched uxtheme.dll or if you are it's possibly being overwritten by the original. If you haven't tried this already then follow the instructions here: http://unattended.msfn.org/xp/hacked_files.htm
  19. If it works, I will not gainsay you. The only thing I was confused about is the fact that this REG ADD %KEY%\026 /V 1 /D "pskill winamp.exe" /f was attempting to overwrite another entry. It couldn't have been trying to overwrite any value in the 025 registry key. I can only assume that you have another entry somewhere in your RunOnceEx that writes a value to \026 V 1. There must be an entry that creates a value in the \026 key before your winamp entries.
  20. Although I am curious about the 025, 025, 026 keys. Well, maybe it's a typo. something's obviously trying to overwrite something else...
  21. REG ADD %KEY%\026 /V 1 /D "pskill winamp.exe"/f Your last entry should look like this: REG ADD %KEY%\025 /V 2 /D "pskill winamp.exe"/f Your original entry was trying to overwrite the first value: Value 1 All three should be in the same key: 025
  22. That's the best idea I've heard so far.
×
×
  • Create New...