When you attempt to open or save a file from various applications that use Windows File Open or Save As dialog, the dialog boxes may appear blank or with a grey background, without the folder view or navigation pane. Here is what it might look like.Read more
How to Set User Environment Variable Using Setx
You probably know how to add or remove environment variables using GUI in Windows. It can be done by launching sysdm.cpl → Advanced → Environment Variables. Alternatively, one can run the following command in the Run dialog to launch the Environment Variables dialog directly: rundll32 sysdm.cpl,EditEnvironmentVariables (To set per-system environment variables, the above command needs … Read more