Microsoft Edge: Bypass NET::ERR_CERT_AUTHORITY_INVALID

Usually, when you get the NET::ERR_CERT_AUTHORITY_INVALID error in a Microsoft Edge browser you can bypass it by going to “Advanced” and clicking on “Continue to <website> (unsafe)” option.

But it may happen that there is no such option in “Advanced”.

This short note shows how to bypass the error NET::ERR_CERT_AUTHORITY_INVALID in the Microsoft Edge if there is no “Continue to website (unsafe)” option. (more…)

Bad owner or permissions on ‘.ssh/config’ [SOLVED]

Starting from Windows 10 build 1809, Windows has a native SSH client that is based on the OpenSSH port.

If you try to connect to some host from a Windows command-line prompt (CMD) or PowerShell using the ssh command, you may receive the error as follows:

Bad owner or permissions on C:\\Users\\<username>/.ssh/config

This short note shows how to fix the permissions on all the files under the C:\\Users\\<username>/.ssh folder. (more…)

Rename User Folder in Windows

User profiles in Windows on the most of computers are usually located in the folder C:\users\.

By default, the user folder name is the same as you user name.

But if you change your user name, the old name of your user folder will remain and you may want to rename it as well.

The renaming of the user folder in Windows is not so straightforward, but i will show how to do this in a quick, safe and easy way. (more…)

Disable Startup Programs in Windows

It is quite annoying when some apps are not expected to, but they are automatically opening on startup in Windows.

And it raises a perfectly logical question, how to stop such apps from running at startup.

In this note i will show the easiest and the most efficient way of how to find ALL startup programs in Windows and how to change their startup settings to stop them from automatically running at Windows startup. (more…)

You Need Permission to Perform This Action [FIXED]

While trying to delete, copy, move or rename some files or folders in Windows you may get the error: “You need permission to perform this action” followed by “You require permission from the computer’s administrator to make changes to this file or folder“.

This “Access Denied” error means that you are not authorized to make any changes to that file or folder, thought it may occur even if you are administrator.

In this note i will show how to fix the permissions on a file or folder and get rid of the “You need permission to perform this action” error in Windows. (more…)

What Active Directory Groups Am I In?

If your computer is running in a corporate environment, one day you may wonder which Active Directory (AD) groups your current user is a member of.

The easiest way to see what AD groups i am a member of is by executing the appropriate commands from a command prompt (CMD or PowerShell) and this short note shows how to do this. (more…)

Start Maximized | Minimized Program – CMD (Batch)

A START command is used to run a program or command in a separate window from a Windows command prompt (CMD).

The new window can be started as maximized or minimized, that can be controlled using the /MAX or /MIN switches correspondingly.

Below i will show how to start a program in the maximized or minimized window from the Windows command prompt (CMD) or a batch file. (more…)