Everything posted by Vadikan
-
MUI integration
What's the purpose of integrating MUI? Consider localized version then... Silent install is just one command, really.
-
Can't find shortcut.exe
Generally, it does not matter, as both folders (i.e. %systemroot% and %systemroot%\system32) are in the PATH by default.
-
Auto Arrange Icons on Desktop
I beleive the settings are the same. You just have to make sure they don't get overwritten. For example, this post provides the solution. Instead of importing someone else's settings, export yours, and then import them.
-
Can't find shortcut.exe
Won't comment on shortcut.exe, but nircmd will work for you.
-
TXTSETUP.SIF missing line setup.exe =100
The command you listed simply extracts SETUPORG.EXE file packed in a cab archive. It has nothing to do with txtsetup.sif. Evidently, you have to clarify you question.
-
Encrypt serial key XP in winnt.sif
Unless keyfinder launch is restricted by policies Also, you may want to hide the key from everybody who can access the medium. Link on the subject Windows XP Service Pack 1 Volume License Product Key Encryption
-
New User problem
Windows does not create "New user" automatically, you're right. You've serched for "net user", but have you searched for "new user"? It's still a shot in the dark. Anyway, you know the command to delete the "new user"
-
Help me Pls about winnt.sif
The reason you're not getting any answers is because you question does not provide any useful info. Start with publishing your answer file and explain your problem as clearly as you can. Remember, telepathy is a rare gift, and not everybody here got one
-
Forum Updated to v2.2.2
Looks nice, guys. All these cute buttons surely appeal to kids, but I had hard time figuring out where the code button was This is what I found: Keyboard Layouts000419. When I insert a backslash before the first 0, it's not displayed. Moreover, the first 0 is getting truncated. Code tag doesn't help. I has something to do with 0 after the backslash. Try and see what happens. It may mean that some tweaks got really messed up...Thx.
-
(?) Adding Keyboards Layouts
Now, this is an interesting question - "phonetic" really caught my attention, because I use one myself I don't know what exactly you're using, so I'll describe a general method I use, and hopefully you'll figure it out form there. I do not replace any system file. I just use an alternative dll and change the registry parameter to point to this dll. Specifically, I use KBD1251Y.DLL as an alternative (phonetic) Russian layout. Note, that standard layout is KBD1251.DLL. All you need to do is: 1. Copy the DLL file to %systemroot%\system32 2. Import the required registry settings. The registry tweak is REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts000419] "Layout Text"="Russian";the layout name "Layout File"="KBD1251Y.DLL";the alternative layout file Where 000419 is the language code you want to switch to phonetic layout. $OEM$ folders can be used for copying the DLL, and the tweak can be combined with other tweaks. Alternatively (and this is what I do), make a little SFX archive and launch it with any method you know. Good luck! As for the other questions, it makes sense to work "one question per thread" instead of answering all your questions in one topic. P.S. I don't see a backslash between Keyboard Layouts and 000419 in the tweak code. Make sure you insert one.
-
Disable roaming profiles.
Oh, now I see what the PM was about You're welcome!
-
Can't get autorun to work on Removable Media
oioldman & LLXX First of all, Sony installed rootkit via CD, and typically CD-ROMs are not considered removable media. Secondly, autorun is not intended for advanced users who know what to do when they insert a medium or plug in a flash drive. It is aimed at people who need guidance and use Windows Explorer. Many of them find this small dialog box very useful whenever they connect a camera or a flash drive. It may be the case with "in laws", btw. Finally, we're just trying to restore the original Windows functionality here, so the question seems pretty reasonable to me. Cheers
-
Disable roaming profiles.
Pretty much all group policies have their registry equivalents. In your case it is HKLM\Software\Policies\Microsoft\Windows\System!LocalProfile !parameter means: parameter=dword:00000001 (enabled) or dword:00000000 (disabled) Source: Group Policy Reference Alternatively, you can distribute .adm files.
-
Can't get autorun to work on Removable Media
Ok, you've explained what you had tried before I posted my message. Now, have you tried what I suggested in that message?
-
Can't get autorun to work on Removable Media
It's not clear what parameters you actually tried to change. Download TweakUI and set the autoplay options in there: My computer - Autoplay - Drives / Types.
-
Creating own wise installer packages
wise.com haven't you figured this out already?
-
How to make beeps several times after ua install ?
Well, do you actually need 10 beeps? You can play any music, really. After all, you can record a beep and play it ten times Perhaps, a beep.exe exists somewhere...
-
- Nice Site Map -Active Scripting NOT required
Good point. A little notice and the link on the main page would do. The guide provides wiki functionality, so you can add the required info yourself and see if the site moderator approves it
-
Changing Program Files Path
I use this method. At the first logon some Microsoft programs are already installed in the default Program Files folder unless you specify a different one in winnt.sif. I think [GuiRunOnce] method adds an extra complexity in this case.
-
About Importing HKLM entries using cmdlines.txt
@gugutz I think you're referring to the following quote in MSFN's Unattended Windows : Registry Tweaks article. Well, I put this statement just because I've seen serveral threads where people experienced problems with some HKLM tweaks imported at T-12. However, I've never heard of problems with importing at the first logon. So the article kind of reflects my personal opinion. You can certainly consider this little warning to be and old myth The way I look at it: if it's not a myph, it may be hard to pinpoint the source of the problem, unless you've seen it before. Sometimes certain HKLM tweaks must be imported at T-12 in order to achieve some specific goals (i.e. to have some HKLM parameters already configured at the first logon). To summarize: go ahead and put all your tweaks in one file, but remember about that little warning, if something goes wrong HTH
-
3 Lasts problems to solve
@OtakuZero You may try to apply the kbd layout settings after the first logon. See the regopts.txt method here http://unattended.msfn.org/unattended.xp/view/web/82/
-
"PXE-E55 Proxy DHCP Service did not reply to request on port 4011
Did you try to Google for the error message? There's plenty of results to give you a hope
-
need to add this feature
@ideas If I understand you correctly, you need to 1) create a hardware profile. Google for create hardware profile xp 2) install the recovery console locally http://support.microsoft.com/kb/307654/
-
[Article | Guide ] Localization: MUI and Regional Options
@ T D Sorry for replying two months after the question was posted Subscription didn't work or something like that. Anyway, I don't know a way to localize the English source directly. It could be possible, but really not practical. MUI is a much easier way to localize the system if you don't have access to or don't want to use the localized version of Windows XP. MUI may not localize the system completely (i.e. some misc dialog windows or messages may not be translated). It may vary from language to language, though. However, we've found that Windows Help that comes with MUI is (in some aspects) better localized than the one that comes with Windows XP RU For example, it is true for some Windows XP commands - their help output has been translated in MUI, but not in the original Russian OS
-
WinXP location always "United States"
@stasys44 Well, I don't visit this forum very often, so you're lucky to reach me here I advise you to read an article about localization. You can read it either in English http://unattended.msfn.org/unattended.xp/view/web/82/ or in Russian http://oszone.net/3480 (Sorry, no Lithuanian yet ) It should answer your question. You also should be able to find the list of Locale IDs in this article. See the link in my signature, if you prefer reading in Russian rather than in English