Now, we’re going to discuss about specifying parameters in order to customize the method of the PowerShell launch. Now, easily you can specify parameters like –nologo) if you start Windows PowerShell from a shortcut or from a Command Prompt. If you want to control how Windows PowerShell lauches from the Start Menu, you can simply edit the menu shortcut that you use to start the console or application by specifying the parameters you want to use whenever you work with Windows PowerShell.
Follow the following steps
1. On the menu, right-click the shortcut and then select Properties.
In the Properties dialog box, the Target entry on the Shortcut tab is selected by default.
1. Right click and select Properties on the shortcut from the Menu.
2. Then, in the Properties dialog box, the Target entry on the Shortcut Tab will be selected by default.
3. Now, press the Right Arrow Key without pressing any other.
4. This will place the insertion cursor at the end of the full path to the Windows PowerShell. Now, insert a space and then type your parameters and parameter values.
5. Now, click on OK to save the settings.
6. That’s it. All it is done.
If you scare you’d make mistakes, no issues. You can follow the same steps to remove any parameters and values you’ve added. Moreover, it is possible to create different shortcuts with different sets of parameters. Remember, they should be the default parameters.
By
Follow the following steps
1. On the menu, right-click the shortcut and then select Properties.
In the Properties dialog box, the Target entry on the Shortcut tab is selected by default.
1. Right click and select Properties on the shortcut from the Menu.
2. Then, in the Properties dialog box, the Target entry on the Shortcut Tab will be selected by default.
3. Now, press the Right Arrow Key without pressing any other.
4. This will place the insertion cursor at the end of the full path to the Windows PowerShell. Now, insert a space and then type your parameters and parameter values.
5. Now, click on OK to save the settings.
6. That’s it. All it is done.
If you scare you’d make mistakes, no issues. You can follow the same steps to remove any parameters and values you’ve added. Moreover, it is possible to create different shortcuts with different sets of parameters. Remember, they should be the default parameters.
By