Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Gosh's Unattended Tips And Tricks

Featured Replies

  • Author

If you double click on a theme or msstyle and it loads as windows classic, the only possible cause would be an unpatched uxtheme.dll, it's not a .theme problem.

-gosh


If you double click on a theme or msstyle and it loads as windows classic, the only possible cause would be an unpatched uxtheme.dll, it's not a .theme problem.

-gosh

I can't agree with you anymore.

If you use unattend install, remember to eject your CD before patching uxtheme.dll

http://www.MSFN.org/unattended/xp/tips.htm

Yep, stupid me. That was the problem.

First time patching the uxtheme.dll, so it sorta slipped my mind.

  • 5 weeks later...

so when making a flat, if i have the batch copy the files to c:\i386 instead of c:\source\i386 i should make the registry file say:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]
"SourcePath"="%systemroot%\\"
"ServicePackSourcePath"="%systemroot%\\"

and that should work?

  • Author

Just use %systemroot% no \\

-gosh

alrighty, thanks a lot gosh, you and the rest of the folks at MSFN have saved me once again.. :)

  • 1 month later...

Hi guys!

thx for those great tips gosh and all the rest of MSFN. im gonna make a unattended xp cd.

but i think there is a shorter way to set the %CDROM% variable

FOR %%d IN  (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\WIN51IP.SP1 SET CDROM=%%d

greets Climax

  • Author

Thanks climax. Once I test that the script works, I'll add it to my site and give you credit.

-gosh

no problem :) i got so many helpful things in here so i thought i must post something, too.

by the way the code works for installation of hotfixes for example so you haven't to write a line in your batch for every hotfix.

mfg climax

ps: im sorry for bad english...im german :rolleyes:

Another way to get the source files copied over to the hard drive is to copy your I386 folder to $OEM$\$1

So it will be copied over durring the text mode part of setup.

This will only work if you are using CDImage.exe to create your ISO image. Just add switch "-o" to your create image batch file.

And I added these to my tweaks.reg file to redirect the OS to the new I386 folder:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]
"Installation Sources"=hex(7):43,00,3a,00,5c,00,49,00,33,00,38,00,36,00,00,00,\
 00,00
"SourcePath"="C:"
"ServicePackSourcePath"="C:"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"SourcePath"="C:\\I386"

gosh if climax'es batch is working update the frontpage as well :)

@jazkal

does it work that when installing windows the i386 will be found in $OEM$\$1 or do you have to copy it on the cd twice?

but even if it works i think my way is easier and takes just 1 line in the batch...

climax

On the CD, the I386 folder will be located in two different places:

\I386

\$OEM$\$1\I386

It won't take up any extra space as the "-o" switch merges the two directories. Actually, I noticed a 20mb decrease in overall ISO size the first time I used this method.

hmmm...jazkal..can u pls explain this: wt will the technique u hv suggested abt pplacin I386 in $oem$\$1\ do. i mean how does it help. does it make things faster??

thnks

danish

I haven't tested it for time, but it does copy it very quickly.

I only put it here to give an alternative. I figured out this method before I read gosh's way. It saved me some space to put more apps on my CD, but you can do that with out the I386 folder anyway, just use the -o switch.

If I get some time, I'll run some time tests, don't know when though.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.