Friday, September 07, 2007

Running a Command Prompt Window as Administrator in Windows Vista

This post has a good tip of how to quickly open a command prompt window as administrator in Windows Vista.

1. Press the Win key
2. Type cmd. Alternatively, you can type cmd /k color 4f to get a window with different color to remind you are running as administrator.
3. Press Ctrl+Shift+Enter
4. Hit Alt+C to confirm the elevation prompt

No comments:

Spring Boot Configuration Properties Localization

Spring Boot allows to externalize application configuration by using properties files or YAML files. Spring Profiles  provide a way to segr...