Jump to content

How can I add "explorer.scf" to quick launch area?


Recommended Posts


Ok, as i investigate further, nothing from my runonceex.cmd file is running, nothing in my prepare.cmd file, or the cleanup.cmd file. 

Any ideas?

You should have your RunOnceEx.cmd file in the $OEM$ folder along with cmdlines.txt. In your cmdlines.txt file, you should have this entry:

[Commands]
"RunOnceEx.cmd"

Link to comment
Share on other sites

  • 4 weeks later...
Copy a shortcut for explorer.sfc to the quick launch folder during setup. The folder for quick launch is:

%userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch

Call me an id***. But is %userprofile% a variable or is that the actual text? Which user would that apply it to? All users, default user?

Im confused because we use %systemdrive% as is.

Link to comment
Share on other sites

%userprofile% is a variable which refers to the user folder in Documents and Settings for the current user.

If you are logged on as the Administrator, it would equate to:

%systemdrive%\Documents and Settings\Administrator

Link to comment
Share on other sites

I actually copy a short cut to explorer and tailer it is suite my needs and then i place it in my

$oem$\$Docs\Default User\Application Data\Microsoft\Internet Explorer\Quick Launch

folder - then all users when they first log on have access to this shortcut...

My command line i use in the shortcut is as follows:

%windir%\EXPLORER.EXE /n, /e, ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

Just for your reference

Explorer [/n] [/e] [(,)/root,<object>] [/select,<object>]

/n Opens a new single-pane window for the default

selection. This is usually the root of the drive Windows

is installed on. If the window is already open, a

duplicate opens.

/e Opens Windows Explorer in its default view.

/root,<object> Opens a window view of the specified object.

/select,<object> Opens a window view with the specified folder, file or

application selected.

Examples:

Example 1: Explorer /select,C:\TestDir\TestApp.exe

Opens a window view with TestApp selected.

Example 2: Explorer /e,/root,C:\TestDir\TestApp.exe

This opens Explorer with C: expanded and TestApp selected.

Example 3: Explorer /root,\\TestSvr\TestShare

Opens a window view of the specified share.

Example 4: Explorer /root,\\TestSvr\TestShare,select,TestApp.exe

Opens a window view of the specified share with TestApp selected.

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...