answersLogoWhite

0

Well you could if you used a massive assortment of aliases and simulated links however there's no reason to you so there's no actual system inside the GUI itself to do so.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the command that will change the current default directory to the root directory in Unix?

CD /


What is the relationship between a pathname and a working directory?

The working directory (or working folder) is the default folder (also known as the current folder) used by an application to read and write files when no path name is specified, or a relative path name is specified. Path names may be specific (overriding the default) or relative to the default (navigating up through parent folders and/or down through child folders). A program may also change the default through the "change directory" system command at runtime.


What is the the default root directory for Microsoft Internet Information Services web server?

The default root directory for Microsoft Internet Information Services (IIS) is typically located at C:\inetpub\wwwroot. This is where the server looks for web content to serve by default when a request is made to the root URL of a website. Administrators can change this directory in the IIS Manager if needed.


Which is a default system for explorer?

Internet Explorer is a default system for Microsoft. When you install the Windows Operating System, the default browser you will get is Internet Explorer. You can change to other browser options.


Why should the programmer change the name of a control from it s default name?

Because using the default name will have nothing to do with your application. Naming conventions are important to make everything in an application identifiable and relevant to the environment.


How do you stop an application from installing to a drive or partition dedicated to operating system files?

By not installing it there. Virtually all programs will allow you to specify the path you want to install the program to. Just change the drive letter and folder to the installation directory.


What is a default format?

When you open any application some formatting must be already set, like the font, the size, the colours etc. You can then change them to what you want them to be. So the defaults are the preset formats when you start. A default format is the format that is set when you start the application.


How do you change the language back to english on farm frenzy animal country?

Go to install directory and find local.ini. There change the language. For enlish just write "English"


How do you use MySQL in phpMyAdmin?

open config.inc.php file located in phpMyAdmin directory, change the settings , and then save the file and run the phpMyAdmin application.


If a car loan has been approved and first payment has been made on the loan can the lender change their mind and repo the car?

If there was any fraudulent information on the credit application, the loan may be in default. Check the loan agreement and the credit application for terms of default/recision.


How Change port in Linux?

By "change port in Linux", I assume you mean changing the default port an application listens or transmits on. This is usually set in the program's settings or configuration file.


How can you change HTTP into HTTPS?

You should put web pages you need to protect with SSL in a directory and Install (Premium) SSL certificate in the same directory. following code might be helpful: if (!Request.IsSecureConnection) { Response.Redirect(Request.RawUrl.Replace("http://", "https://")); return; }