What are some useful RUNONCE commands (Optimize XP)
#1
Posted 19 December 2009 - 09:28 PM
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?
#2
Posted 19 December 2009 - 11:32 PM
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
This post has been edited by -X-: 19 December 2009 - 11:35 PM
#3
Posted 20 December 2009 - 09:45 PM
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?)?
#4
Posted 20 December 2009 - 09:53 PM
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?
#5
Posted 20 December 2009 - 10:00 PM
http://unattended.ms...xp/view/web/18/
>Where could i run a batch file or how in run once (example command and location?)?
I create a folder $OEM$\$1\Temp that contains a setup.bat then I just add %SYSTEMDRIVE%\Temp\Setup.bat to GuiRunOnce.
#6
Posted 20 December 2009 - 11:31 PM
benbenno, on Dec 20 2009, 10:53 PM, said:
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
#7
Posted 22 December 2009 - 01:35 AM
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
#8
Posted 22 December 2009 - 02:42 AM
#9
Posted 22 December 2009 - 04:52 AM
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)
#10
Posted 22 December 2009 - 05:49 AM
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 a proven cab file I made and have used on my current install.
#11
Posted 26 December 2009 - 06:57 PM
That should solve .NET 2.0 (which is 1.1 really yeah?)
So with this do i still need to install .NET 1.0 original version?
#12
Posted 27 December 2009 - 01:47 AM
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.
#13
Posted 27 December 2009 - 06:03 AM
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)



Help
Back to top









