Jump to content

Recommended Posts

Posted

you'll need to have this code in the beginning of each cmd file :

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx


Posted

bit off topic but does anybody know how to delete and copy folders using a batch file? ive done a quick search but cudnt c anythin, cheers,russ

Posted

All the information is prob better in the 'cleanup.cmd' witch it better than using batch files. (IMO)

Copying Files:

COPY /Y "%systemdrive%\install\RegClean\RegClean.exe" %systemdrive%\Program Files\RegClean\"

Changing Attributes:

ATTRIB +R +H "%programfiles%\Webroot\Spy Sweeper\install.dat"

Moving Files:

MOVE "%programfiles%\Adobe\Acrobat 6.0\Reader\plug_ins\*.*" "%programfiles%\Adobe\Acrobat 6.0\Reader\Optional"

Deleting Files:

DEL "%AllUsersProfile%\Desktop\Java Web Start.lnk"

Removing Directories:

RD /S /Q "%AllUsersProfile%\Documents\My Music\Sample Music\"

Posted

for the skinned installation, I'm not sure I understand what you mean. Look for some thread speaking of WINNTBBU.dll if you want to skin the installation of windowsXP instead of the blue theme you see. You can download customized screens or do it yourself. For my part I use nLite's tweak to get a clean, Win2k style installation without any "cute" GUI

Posted
My question is how is your installation skinned? mine is the old style windows until reboot....

...because windows haven't applied the theme yet. to be skinned runonceex must be imported after the 1st logoon so it runs on 2nd logon.

offtopic: nice avatar, i love MS series :wub:

anyone know if its possible for the command prompt that loads 2 b minimised like wen run2 loads etc?

@russ9898 you can always use cmdow and add this command to the .cmd:

cmdow @ /HID

Posted
offtopic: nice avatar, i love MS series :wub:

Got heaps of them.... from this site: http://www.avatarity.com/category/14/

I like to collect cool avatars... don't know why! :lol: I actually collect heaps of graphics that I will probably never use or look at again, but when I want to make something i've always got lots of clipart hanging around.

* sorry for off topic stuff :whistle:

Posted

wow cheers for all ur help guys. my instalation is gradually gettin there hehe

well prgrams are...yet to test driver instalation as im using a virtual pc

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...