
prathapml
PatronContent Type
Profiles
Forums
Events
Everything posted by prathapml
-
Driverpack Sound - V5.03.1 & V5.03
prathapml replied to Bâshrat the Sneaky's topic in The General Stuff
nirvana in sight for nForce MoBo users, who install the drivers, and then struggle to get the AudUtil installed. The below was found elsewhere on this board, just that having it here would make sense: Now the below is referring to the nForce audio drivers folder So no more struggles to automate install of the NVmixer (i.e., the audio utility), nor any bothers of conditionally detecting for existence of nForce driver files to install the NVmixer.I don't know if this is already known to many of you, just that having it documented here would be good, and could lead to refining the process. -
If you want to delete and take the time to experiment, go ahead - but I would say don't bother deleting it. No real benefit, neither in terms of freed-up space, nor functionality.And please don't bump your posts - if there's an answer, it will out.
-
Which version of messenger is this? Do you have enough bandwidth at your end to handle video and audio at once? Try audio alone, and see whether it crashes even then. Next, try using an alternate IM client which supports MSN and voice-chat, and see if that crashes too. Lastly, try re-installing your MSN messenger and sound drivers.
-
@xtremexxx Thanks for noticing it. Right, corrected it now. Let's hope it works properly for you now, LOL - otherwise it goes into the lists of hundreds of attempts (of yours) gone waste. But actually, it SHOULD work.... I see no reason why not! It worked BAM!!! right on the first trial, here.
-
@smc1979 That MSP (patch update) is for the SAV 9.0.1.1000 package, and updates it to "9.0.1.1100" version. It may not apply to "9.0.0.338" which many people seem to have. RyanVM says he has successfully applied that patch (to the version I said in previous line).
-
MtK, since you use MSBATCH.INF for unattended install, just try exploring around the tool which creates it (Batch98, I think - in resource Kit folder on Win98 CD). There is a value that allows auto-logon into the default user's account every-time. Maybe it was un-documented... Otherwise, there's another option: Try monitoring the registry using RegShot. Take a registry snap before the "automatic login of a single user every-time" gets activated, and one after. Comparing the two should tell you which registry values are used for this. The MSBATCH creator allows integrating registry (.REG) files. Any clarifications, you're welcome to ask.
-
@MtK Looks like one of your VxD files (those that manage the hardware-filesystem abstraction) might have got borked. Try "expand"ing those from the win98 CABs. Or see if your VFAT*.* files are ok? BTW, I don't think the author of the Win98SE unofficial SP foresaw use of his pack on non-English versions of windows. But you can try your luck with 1.6.2 (the latest) to see if your problem is fixed - http://exuberant.ms11.net/98sesp.html.
-
Please do not post these sort of "money-making" things - it may or may not be a scam, but its not recommended to post such things in a tech site. We've seen plenty of such things. @alexcooper1987 link from your post was removed. Please modify your signature yourself, since it has this ad as well. Otherwise, one of the moderators would have to do it, and warn you.
-
OK, let's fix this thing once for all. I edited my post with the tweak to include the header as well. 1. Slip-stream SP1 or SP2 into your XP CD, and do all the unattending you want. 2. Check ALL your .REG files, and confirm that there's no tweak similar to the one above. 3. Copy/paste the confirmed code into notepad from the 3rd post of this thread (my post). 4. Save as plain-text (no UTF/unicode or anything, just plain save) naming "quickL.txt" 5. Rename this file to "quickL.reg" - it should now have its icon changed to show the registry icon. 6. Place quickL.reg DIRECTLY in $OEM$ folder on your CD. 7. Your cmdlines.txt (which is also placed directly in the same folder with the quickL.reg) should have the below text in it: [Commands] "REGEDIT /S quickL.reg"8. Add whatever else you want to add to cmdlines, and save it. 9. Now it should work. Note: this is just a set of steps to get the tweak working for you. If after using this, some other method works for you, you can use that as well. Just treat this one as the "kick-start". Hoping this helps... @xtremexxx The above is all that is needed to be done.
-
@xtremexxx Hey, just use the above tweak (pasted by me few posts above). Have that entire tweak in a .REG file, which applies during cmdlines. It is still amazing how it is not taking effect for so many people here - are you sure you did the steps right? Does your .REG contain any illegal characters? Does the reg file contain the standard header? Windows Registry Editor Version 5.00 The tweak mentioned in my post above won't work with SP0 (the initial release). Are you sure you merged SP1 or SP2 into your CD?
-
@illusions I suppose that one's already in the attachment with the first post here, ain't it? Anyways, reproduced here for your pleasure: ; Removes Sign up with Passport Wizard when trying to sign in MSN Messenger [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Passport] "RegistrationCompleted"=dword:00000001
-
Automaticly formating C drive before setup starts
prathapml replied to The_Freak's topic in Unattended Windows 2000/XP/2003
Using "Repartition" would remove all partitions, and make one BIG C: drive of the entire HDD. You wouldn't use it on a computer which has been in operation for some time, has lot of data on it, and not been backed up (you will lose your D:, E:, etc. as well). The only way to get the C: drive alone formatted automatically seems to be to use the WinPE method - but that's too much trouble for what its worth. If formatting is all that's bothering you, you'd rather stay with that bother, than waste weeks trying to get your WinPE right. -
Run a program automatically when XP Setup loads?
prathapml replied to Phil_123's topic in Unattended Windows 2000/XP/2003
Well, I run a silently extracting EXE at the time when graphical setup starts (you know, the time just before it starts detecting and installing devices, when it says "39 minutes remaining"). And this is how: [GuiUnattended] DetachedProgram="%systemroot%\PnPdrvrs.exe" Arguments="-y /q /r:n"This code should be in winnt.sif - and the above lines are self-explanatory (one line is the EXE to run, the next is the switches to run it with). Note that very few programs can be successfully run at this stage. -
you want to change int othe E: drive at command prompt? type the below at the C:\> prompt: E:That's all! When in windows, you want to open the drive in explorer, type the same as above into the "Run" box or address bar. An interesting thing is, if you are in C:\ drive (at command prompt) and want to go directly to E:\games, you'd run the following command: cd /D E:\gamesinstead of two consecutive commands E: (to go to drive) cd games (to change current working folder to that one)
-
Well, its perfectly possible to shrink Office XP/2003 to fit into a CD. Just need to shrink it to install only the components that you DO install. Check out this topic - Office Shrink. My Windows XP Home SP2 is now 385 MB (retained only I386 folder), and Office 2003 (compressed with WinRAR, shrunk to include only word/excel) occupies 42 MB. And there's still space for adding more! Read that topic carefully to avoid problems - everything is explained clearly there, you just need to take the time to read all pages of the thread.
-
Can you make Updater look for it's shat on a CD?
prathapml replied to Sootah's topic in Windows Tips 'n' Tweaks
Hi sootah, welcome to MSFN. Please don't bump your own topics - if there's a possible reply, it will come without need to bump. The windows update corporate site exists for the same reason - to get all the updates downloaded - http://v4.windowsupdate.microsoft.com/en/d...?corporate=true As for how to install the updates, there's tools/scripts here which give the ability to parse through a folder and install all updates found there. So just need to set up the updates for each windows version in a different folder, and direct the script to look in the appropriate folder. Please search to find the scripts (VBS/batch-files). -
Why not drop down to recovery console, and use the "REG.exe" for that. Or maybe, ERD Commander or bartPE with a graphical environment could do this as well. @semterihangp Don't post the same topic across various forums. *Threads merged.
-
Hi John, Welcome to MSFN forums, and the loads of tech info shared here will (hopefully) prompt you to share your knowledge as we do as well!
-
Setting WMP skin in winnt.sif?
prathapml replied to fourte3n's topic in Unattended Windows 2000/XP/2003
Well, actually WMP skin is settable from the .theme that you use (C:\WINDOWS\Resources\Themes). -
If you type the password correctly, does it login properly? Also, this sort of thing could happen with hacked/modified logonui.exe/winlogon.exe (people hack it to get past activation on unlicensed CDs of WXP) - so check what version you have.
-
This has got to be the longest running, repeatedly "not working for me" sort of tweak. The reason is, it has to applied at the cmdlines.txt stage itself. The below is CONFIRMED to work on WXP SP1 and SP2 (both home and pro editions). Windows Registry Editor Version 5.00 ;enable quick-launch bar near start-menu [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop] "Default Taskbar"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\ d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\ 01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\ 00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\ bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\ 00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\ d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\ b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\ 72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\ 50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\ 6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\ 32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\ 45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\ 20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\ 00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\ 00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\ 5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\ 5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\ 66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\ 6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\ 00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\ 4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\ 6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\ 77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\ 00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\ 63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\ 55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\ 51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\ 66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\ 00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\ 00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\ 00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\ 00,00,00,00,00,01,00,00,00 "TaskbarWinXP"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\ d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\ 01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\ 00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\ bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\ 00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\ d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\ b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\ 72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\ 50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\ 6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\ 32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\ 45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\ 20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\ 00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\ 00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\ 5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\ 5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\ 66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\ 6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\ 00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\ 4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\ 6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\ 77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\ 00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\ 63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\ 55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\ 51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\ 66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\ 00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\ 00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\ 00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\ 00,00,00,00,00,01,00,00,00
-
Is it able to load the logonui when running in normal mode? (is it not working only in unattended, have you tested it previously) You might need to "modifype" the file, and then "makecab" it and put it directly in I386, why bother using the OEM folders!
-
@websee There's this tool by Siemens AG, which does what you want. Attached to this post. Usage: netuser.exe Administrator /name:rootWill do the name changing from Adminsistrator to root. admin_name_change.zip
-
What you are looking for, is called a multi-boot CD. There is a guide specifically for this here - http://flyakite.msfnhosting.com. Also, check out the Multi-Boot CD/DVDs Forum, and the "sticky"ed topics there as well.
-
Hi Peter, greetings to you as well, and welcome to MSFN forums.