Jump to content

Mr. Shady

Member
  • Posts

    40
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Russian Federation

Everything posted by Mr. Shady

  1. mm echo Text to any file >>anyfile? Or I don't understand you?
  2. mmm maybe i'll give you my setup.mst and setup.ini files? i have tested it on others ms office install packs and it works! What about this?
  3. So, this is my Dlls. Almost ready to work =) Vista Aurora (original Vista setup background image) http://depositfiles.com/files/7839809 and Green WinNTBBu: http://depositfiles.com/files/7839861
  4. AntonioJ, use this: Type that in command line: makecab C:\Bliss.jpg. Bliss.jpg - this is you new image=). After this replace standart wallpaper to new Bliss.jp_ in your \i386 directory. But I use other way - after Windows setup I have WPI wizard which installs my custom progs. Also new wallpapers pack installing there. I collect beauty images from net then make SFX-archive wich installing to \Windows\Web\Wallpaper directory and replace old images. You can download my wallpapers here.
  5. oidicle, boot ini is protected by Windows. You can't change it by copying. There is a bootcfg command which edit boot.ini file. Example: bootcfg /RAW "/TUTag=R18WYT /Kernel=TUKernel.exe" /A /ID 1 This added "/TUTag=R18WYT /Kernel=TUKernel.exe" to default OS: Before: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional RU /noexecute=optin /fastdetect " After: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional RU" /noexecute=optin /fastdetect /TUTag=R18WYT /Kernel=TUKernel.exe cmd: @echo off bootcfg /RAW "/TUTag=R18WYT /Kernel=TUKernel.exe" /A /ID 1 exit Edit TUTag and Kernel options. I hope you will understand my terrible English =)
  6. Delete logonui.exe from \WINDOWS\system32\dllcache\. It's backing up from there. When Windows File Protect Dialog will appears, ask Cancel then Yes. After this, create backup of original logonui.exe and replace with modified. Ask Cancel and Yes too when appears WFP then press WIN+L, and you'll see new logon.
  7. mmm... image does not change after I did it in Control Panel... and new users creating with same image (beautiful flower;-). This is my machine bug or not??
  8. madaya, use this: 1. Download this SFX-archive (without viruses and trojans!) 2. Just start it and reboot. After reboot you'll see "Vista-like" not-animated BMP image bootlogo.exe
  9. You have edited images in kernel manualy or by some programs (Tune Up Styler, etc)? I hope you know that Windows boot screen must be in 640 x 480 resolution and must have 16 colors only?
  10. Well, I have got a crazy idea, dont't know will it helps you or not but read this one. Maybe you will start Adobe Reader installation AFTER first reboot - by making a link in startup folder? cleanup.cmd: @CMDOW @ /HID @echo off Title=WindowsXP Setup net user aspnet /delete DEL "%AllUsersProfile%\Start Menu\Programs\acrobat.com.lnk" DEL "%AllUsersProfile%\Desktop\acrobat.com.lnk" DEL "%AllUsersProfile%\Desktop\adobe reader 9.lnk" DEL "%AllUsersProfile%\Desktop\QuickTime Player.lnk" DEL "%HomePath%\Desktop\Windows Media Player.lnk" move %systemDrive%\adobereader.cmd "%Homepath%\Start Menu\Programs\Startup" shutdown -r -t 20 -c "Don't Worry, Windows Will Reboot in 20 sec." EXIT adobereader.cmd: @CMDOW @ /HID @echo off title Finishin'... start /wait %systemdrive%\reader9.exe /s /rs RD /S /Q %systemdrive%\install\ DEL "%AllUsersProfile%\Start Menu\Programs\acrobat.com.lnk" del %systemDrive%\reader9.exe del adobereader.cmd exit What about this? PS If I have any mistakes, sorry...
  11. Strange... I'm using this way and Office 2003 installing perfectly and from CD (I have WPI in RunOnceEx) and from XP SP2/3. Try this method: install.cmd setup.exe /settings setup.ini setup.ini [MST] MST1=sample.mst
  12. So, this is my desktop... No Transform Packs, no programs, only MS Royale theme and patched Uxtheme.dll!
  13. Post your winnt.sif here please
  14. jaclaz, thank you very much! It work's!!! :thumbup Yzöwl, thank you too, your link helps me too ;-)
  15. Hi everybody! Help me please! I need to create a system restore point by a batch file or by a vbs-script (I mean without System Restore's GUI). So, I have a VBS-script which does not work: Set IRP = getobject("winmgmts:\.\root\default:Systemrestore") MYRP = IRP.createrestorepoint ("Restore", 0, 100) There is an error: Script: I:\restore.vbs Line: 1 Symbol: 1 Error: 0x80041021 Code: 80041021 Source: (null) So, who can help me? PS I'm so sorry for my English - Russian is my native language...
×
×
  • Create New...