Jump to content

HJW

Member
  • Posts

    177
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by HJW

  1. >i386 -->svcpack -->...etc >$oem$ Is your $oem$ folder in the same directory as your i386 folder?? edit: and be notified of the fact that only that files in $oem$\$$\ gets copied to your windir gr
  2. try this: [userData] ProductKey= FullName="Power User" OrgName="UnAttended XP DVD" ComputerName=UAXP-PC-01
  3. Yeah ok, Computername AutomaticUpdates System Recovery are located somewhere else and also not editable from the sysdm.cpl file. Automatic Updates > wuaucpl.cpl Computername > ? System Recovery ? greetz
  4. Besides all most used regtweaks, there is going to be a page where you can add your own tweaks not covered in the other pages..
  5. Try Resource Hacker http://www.angusj.com/resourcehacker/ I was able to adjust buttons, text and insert additional bmp's in all tabs and sub-tabs. greetz. B)
  6. Hello, Do you mean this? SetupBillboards is loaded automatically loaded in 1024x768? Add these lines to you HIVESYS.INF in your i386 folder. ;Resolution Setup Billboard HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.BitsPerPel",0x00010001,32 HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.XResolution",0x00010001,1024 HKLM,"SYSTEM\CurrentControlSet\Services\VgaSave\Device0","DefaultSettings.YResolution",0x00010001,768 HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.BitsPerPel",0x00010001,32 HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.XResolution",0x00010001,1024 HKLM,"SYSTEM\CurrentControlSet\Control\Video\{23A77BF7-ED96-40EC-AF06-9B1F4867732A}\0000","DefaultSettings.YResolution",0x00010001,768 Greetz
  7. Hello, Currently am I redoing all my winnt.sif files. Everything, no problems (thanks to this forum etc..) except... [userData] ComputerName=AIOPC-V3 At the moment have I configured 1 computername. Disadvantage: every machine gets the same name.. which sucks a little bit. What I am looking for is a preconfigured part and a random part. Like: AIOPC-<random numbers> How to do that? ---- I've been digging in things like this: [setupMgr] ComputerName0=cavalier ComputerName1=centurion ComputerName2=enforcer [combination with winnt.udb file in my PRO1 bootfolder.] ;SetupMgrTag [uniqueIds] cavalier=UserData centurion=UserData enforcer=UserData winnt.udb: [cavalier:UserData] ComputerName=cavalier FullName="MSFN Member A" But No successs.. ------ Anyone any ideas?? thanks in advance
  8. Hello, I dont see the problem actually.. First of all it might look like your program, wilson.. But we've already mentioned we are going to put additional features in it with the second release. Why would people use outdated software? also something to think about. Especially when the programmer has lost its source code as well. I dont see this as stealing somebodies idea or program.. "I hope someone can built a worthy replacement and continue the legacy" has been said by a MSFN member... that's what I and my pal are trying to do. But you're completely right we didnt contact you on this before.. srry for that.
  9. Hey. uploaded on rapidshare servers. UA XP DVD - CD Shell menu - by 5128 Contains: PNG with layer info (Macromedia FireWorks) CDshell.ini greetz B)
  10. So, we've added a screenshot. And We like to see you all are so enthusiastic
  11. This is an autorun and will automatically run when you insert the dvd in your pc. No, this isnt a bootmenu. Though has the CD Shell Boot Menu I use almost the same style... I will upload the resources for you, if you are interested..
  12. No problem if you dont install it, It is an addon which is absolutely pointless in my view greetz
  13. RegTweakage.NET Hello MSFN fan B) , My pal and I decided to openup our programming skills and tried to create a replacement for UA RegTweakage DOTNET programmed by Mike Wilson. His program isnt under further development anymore due lost of the source code. Our RegTweakage.NET contains mainly the same features. Nevertheless we added / are going to add some extra things. Our first release will be the client version only though. When most bugs are fixed we'll add extra features and stuff. We count on your feedback, and hope this is a nice continue of RegTweakage.NET by Mike. Edit january 22th: - Added 100+ Tweaks - Testing current tweaks - Adding more. Edit january 2007: - We are currently testing the application and try to remove most of the bugs. - This application is database driven. So basically we only have to update the database and you can keep your version of the client Main Features: First ScreenShots: Download Regtweakage.NET 0.2 Beta ! Currently Testing Application and adding more tweaks. Tips - Use arrows to navigate through tabs [left and right arrow] - You can use arrows and spacebar to check the boxes more quickly Siginet (RyanVM Integrator and PowerPacker creator ) thanks for hosting our project We will approach some members on this forums if they would like to be one of our administrators HJW and HGK The Netherlands
  14. try to google for Office Resource KIT, download and use it. you will get a commandline like this (my cmd file): FOR %%i IN (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 %%i:\win51ip.SP2 SET CDROM=%%i: start /wait "%cdrom%\OEM\Office\setup.exe TRANSFORMS=Unattended.MST /qb-" and Unattended.MST have you created with Office Resource KIT it contains your install configuration, productkey and a lot more... or your autoplay mediastudio command: File.Run("OEM\\OFFICE\\setup.exe", "TRANSFORMS=Unattended.MST /qb-", "", SW_MINIMIZE, true); greetz..
  15. Hello, I 've created an autoplay in autoplay mediastudio, and wanna show it to you all, here it is: Preview all other pages My Homepage MY special Multiboot section hope yu like it, B) download link by request greetz,
  16. I know, i already mentoined that in the 1# post. But is it also possible to patch those OEM files manually? like you open commandprompt and use some switches ??
  17. direct update the oem-files in the i386 directory, you mean? so no svcpack.inf neccesary? I've been thinking about that... Maybe who knows. But need to discover how to do it manual first B); then i can automate it greetz..
  18. Thanks Luna Element can be found a this url: http://lunaelement.net/index.php greetz
  19. Hello everybody, I've or better I and my Multiboot pal have written a little program that integrates your windows updates into your xp directory. It isnt such a smart code as nlite or Powerpacker. But it doesnt mean it's crap.. It makes use of the integrate switch which most hotfixes carries with them. It only automates this method: Windows-KBxxxxx.exe /integrate:<xpcdpath> Not any revelutionair piece of coding. But it may be handy...who knows? Anyway I 've been using this prog for a while and I still like it. XP HotFix Integrator - Direct Link Digi-Masters' homepage Greetz
  20. I 've edited my bootmenu and uploaded, see page1
  21. hey. Im am going to put all my modified files on my AIO Multiboot online soon! And well right here: http://bhs.gwmfiles.com/index.php?page=downloads http://bhs.gwmfiles.com And I'll put a minimum of readme files within it, because I suppose you are such a pro with this work and forum that you will know how to handle with the files for your own. Correct my if I am wrong greetz.
×
×
  • Create New...