November 15, 200520 yr I am trying to specify the install location of the 'Windows' folder. In my winnt.sif I have TargetPath=\WindowsWhen windows installs, I get 'WINDOWS' as a folder.Does it always make all letters upper case? I haven't tried another name with some lower case to see if it changes all letters.
November 15, 200520 yr It's a little around the corner, but since XP doesn't care about capital letter or not in names of files and folders, you could rename the folder in a batch.
November 15, 200520 yr Any folder created during Windows setup will come out all upper-case letters (it's a holdover from the NT4 days, IIRC). The previous poster is correct, however, in that you can rename the folder in a batch and things will work fine.
November 15, 200520 yr I doubt you can rename the %WinDir% after installation though?To get smallcaps wouldn't you have to rename it to something ELSE than "WINDOWS" for then again rename it to "Windows"? I doubt the system would allow you to rename "WINDOWS"...
November 15, 200520 yr Not meaning to sound mean, but what is the significance of Windows vs WINDOWS ? They both mean the same thing in Windows.
November 15, 200520 yr Author So....how do you get a batch file to rename windows upon restart. I remember seeing something about that somewhere but I can't find it. Obviously you can't rename the windows folder just by using the ren command.
November 14, 200619 yr I know this is an old topic, but it still unresolved...How do you rename the windows folder during setup?I tried running a batch from "DetachedProgram" but that hasnt worked.
November 14, 200619 yr why rename it, just set the TargetPath= in winnt.sif to be what you want windows folder to be called?
November 14, 200619 yr I read the topic, and don't see the point in this 98% case insensitive. But boot to a WinPE/BarPE disk and change the folder name. As a previous post said you will need to rename to something else before renaming to the proper case.
Create an account or sign in to comment