Jump to content

What are some useful RUNONCE commands (Optimize XP)


benbenno

Recommended Posts

As it says...

I can run dos commands yes?

Like ive added folders to the all users start up menu

md C:\Documents and Settings\All Users\Start Menu\Programs\Optimizers

This will work yes?

One thing id like to do is make a folder shorcut on the taskbar, to a security folder in program files.

What else could i do to make quick unattended performance boosts???

What examples do u do?

Link to comment
Share on other sites


>I can run dos commands yes?

yes

>Like ive added folders to the all users start up menu

>md C:\Documents and Settings\All Users\Start Menu\Programs\Optimizers

>This will work yes?

yes if you enclose the path in quotes. Better to use $OEM$ folders for All Users folder but either will work.

>One thing id like to do is make a folder shorcut on the taskbar, to a security folder in program files.

have it put the folder in %appdata%\Microsoft\Internet Explorer\Quick Launch

>What else could i do to make quick unattended performance boosts???

performance boosts? no such things exist

Edited by -X-
Link to comment
Share on other sites

Hi you may be right because my RUNONCE commands failed. No folders appeared.

Can u explain this $OEM$ folder briefly

New to it, but my beginner belief is its a folder where anything i put in it will show on the desktop??

By performance boosts i mean, internal optimization.

Theres plenty of tweaks i can do manually

Where could i run a batch file or how in run once (example command and location?)?

Link to comment
Share on other sites

Alternatively....

What would be the code to put a new folder on the desktop in runonce

>>

And

I have a folder of installers stating these must be installed after XP, that are located on the disk.

Its possible to put these (IE8,.NET, DivX) on the desktop ive heard ready and waiting the momont the user logs in....BUT HOW?

Link to comment
Share on other sites

Alternatively....

What would be the code to put a new folder on the desktop in runonce

>>

And

I have a folder of installers stating these must be installed after XP, that are located on the disk.

Its possible to put these (IE8,.NET, DivX) on the desktop ive heard ready and waiting the momont the user logs in....BUT HOW?

I still recommend add-ons but if you insist on running the setup programs from the desktop after installation just place them in $OEM$\$Docs\All Users\Desktop

Link to comment
Share on other sites

hi guys great replies

the $OEM$ explaination is perfect thanks

i feel uncertain with addons because u dont know what ur getting, and there chance of failure BSOD

hey where is this GuiRunOnce section?

and why is it different

Link to comment
Share on other sites

arr thanks mate

im thinking maybe i could do a silent install of IE8 using runonce like...

start $OEM$\install\internetexplorer8.exe /VERYSILENT

this line is incorrect yes?

is there an easier way to install IE8

is there a quick way to install divX

is there a quick way to install .NET (or do u have the location of a proven cab file)

Link to comment
Share on other sites

$OEM$\install\internetexplorer8.exe should be $OEM$\$1\install\internetexplorer8.exe. Don't know about the switch as I don't use it. Run the installer with a /? argument to see available switches.

An easier way I already explained in your other thread - use or make your own addon with that tool. You can include updates this way and wont have an out of date system when Windows setup completes.

For Divx search for an addon at those links I gave you or figure out what command line it accepts and do the same as you are trying to do with IE.

For .NET 2.0 with updates KB974417 & KB958481 already included, here's (obsolete).

Edited by -X-
Link to comment
Share on other sites

No, 2 is not 1.1

You install what you want. There's no need to install frameworks that non of your programs require. The only one I need is 2.0.

I see on other threads that it seems you've gone a different route and found an all-in-one addon. If that's the case, don't also use the one I uploaded. Use one or the other but not both.

Link to comment
Share on other sites

Thanks again X. Yeah found a .NET addon. Worked well

Its odd cos id figure u would need version 1 & 1.1 before version 2, but this addon goes from 2.0 to 3.5

I dont see many 1.0 addons around or 1.1

Such a relief though to conquer it. Cheers for help along the way.

On this post topic here are some useful runonce commands...

md "C:\Documents and Settings\All Users\Start Menu\Programs\Security"

md "C:\Documents and Settings\All Users\Start Menu\Programs\Optimizers"

md "C:\Documents and Settings\All Users\Start Menu\Programs\Hardware"

md "C:\Program Files\Utilities"

md "C:\Program Files\Security"

md "C:\Documents and Settings\All Users\Start Menu\Programs\DVD Software"

md "C:\Documents and Settings\All Users\Start Menu\Programs\Internet Browsers"

md "C:\Documents and Settings\All Users\Start Menu\Programs\Utilities"

md "C:\Documents and Settings\All Users\Start Menu\Programs\Media Players"

del /Q /F "%userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch\*.*"

del "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories\Program Compatibility Wizard.lnk"

del "%ALLUSERSPROFILE%\Start Menu\Programs\MSN Messenger 6.2.lnk"

del "%USERSPROFILE%\Start Menu\Programs\Remote Assistance.lnk"

del "%ALLUSERSPROFILE%\Start Menu\New Office Document.lnk"

most of them work. Id prefer to have them in a batch file but dunno how to add the batch in (beginner)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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