Jump to content

gunsmokingman

Super Moderator
  • Posts

    2,296
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gunsmokingman

  1. It not as easy as you think. If it was then every one would be doing it. I agree with Dman on this.
  2. Have you ever thought of a VBS file to do all the work. You can have all your action in there. Examble This will start the CleanMgr.exe and clean all Local Hard drive You could also add more action to this. Save as cleanmgr99.vbs
  3. Added A Stop Button To The Script. Hope This Helps
  4. Here Try This A Cmd That Stated from The Run Once Save As AlcoholInstall.cmd Reg File For Alcohol Run Once Enrty Change To Suite Your Location Starting it directly from the Run Once
  5. You can have it output messages if you want. You just have to place them in the right spot. Here is a vbs script that you type in the extention to list all the files with that extention. It uses the WMI to search all local hard drives. It produces a report of the all files with the extention and there location.
  6. Sounds like you need to use WMI Here is a link to The Hey, Scripting Guy! they may have a script that may do what you want.
  7. Try this i have remove some of the quotes WshShell.Run Chr(34) & "runas /user:administrator %programfiles%\app_path\app.exe" & Chr(34)
  8. Here is the correct pallette for the windows boot screen.I have used this only on W2K. Correct Color Pallete For Boot Screen This must be imported to the image editor you are using.
  9. Try your cmd this why from the run box. %Comspec% /C MKDIR.exe %systemdrive%\TEST %Comspec% start/w /C MKDIR.exe %systemdrive%\TEST I tested both of those cmds from the Run Box, on Vista and each made the folder TEST on my %systemdrive%
  10. I do not think Windows wil not run with out the Shell32.dll So your idea is no good. The shell I make is approx Half A MB smaller then the original shell32.dll from Microsoft. I could make it smaller if I took out the extra bitmaps I add to the shell. The modified cmd I use for replacer is set to some specific spots on my computer.
  11. Nothing other then add a start / w for my replacer.cmd What I did was modified the replacer.cmd to automaticaly replace the shell32.dll, then after that done I reboot and my stuff is there.
  12. I use a modified replacer cmd to replace any shell files in my runonceEx.cmd That how I get by the problem.
  13. If you are adding updates to the XP CD then there are some that will change the shell32.dll back to Microsoft shell32.dll Where are you editing the shell32.dll, because if you try and change it here \windows\system32\ then nothing will stay. You have to move the shell32 or any files you plan on changing to a folder outside of Windows.
  14. Yes I use a combination of various Longhorn, fooods, Icons In The Shell
  15. Mount The Image In A Virtual Drive, Then Copy The files To A Folder On The Harddrive. Then Start The Install From The Desktop You Are On. That How I Installed Vista
  16. It A Theme I made my self. Thanks Here Is A Link For The Theme My Grey Theme Sfx Please Note Some Of The Things Like Icons And Any Changes Made To Dialogs, Are In My Shell Files.
  17. Here a vbs script that will defrag all drives on the local computer.
  18. Save This As CountDown.Hta This One Counts up This One Counts Down
  19. This uses the set Set UN=%UserName% Set UP=%UserProfile%
  20. This is dialog 1080 in XP SP2 shell32.dll That is the one you want. Here is the code for it from the XP SP2 shell32.dll
  21. Yes that the actual beta I am in it. For A Beta it does have some problems But when it in the mood it runs fast and smooth. I havnt had any show stopper problems yet.
  22. This has a modified shell32.dll Explorer.exe Uxtheme.dll I have replace most of the icon in the shell32.dll some are longhorn but most are from fooods icon plus some I made myself. Modifed Shell Files I use these files in my Ua CD and they work 100% on my computer. If I have the time I will redo a XP SP2 shell32.dll with all the icons from Vista Beta 1. I would need a place to host that file as I do not have the space to link it to.
  23. This Is My Desktop MyDesktop
  24. Resource Hacker Open A Longorn Shell32.dll Extract all the Icons In there Resource Hacker Open Window XP Shell32.dll Replace the icons in XP Shell32.dll with the extracted icons from Longhorn Then place the XP shell32.dll in your YOUR_HARDDRIVE\XPCD\i386 then run this cmd
×
×
  • Create New...