How to remove user from group using command line in Windows 10 ?
You can use the net localgroup command and specify the /delete parameter to remove the user from a group using command line in Windows 10. The format of the command is as shown below. net localgroup...
View ArticleHow to Get the Application’s path in Windows or Console Application in C#?
There are times when you want to retrieve the application’s path where the exe is running to get access to another file or accessing the configuration file etc. Below is a sample program that...
View ArticleHow to open Documents folder from Run Window in Windows 10 ?
You can open the documents folder from the Run Windows in Windows 10 using the command “Documents”. How to open Documents folder from Run Window in Windows 10 ? Just open the Run window using the...
View ArticleHow to Download and Install Visual Studio Code for Windows ?
This article will explain in simple steps on downloading and installing the Visual Studio Code for Windows in Windows 8.1 . How to Download and Install Visual Studio Code for Windows ? Follow the below...
View ArticlePopular Grep Tools for Windows
Are you looking out for some the Grep Tools for Windows ? . Below is the list of some of the popular Grep Tools for Windows . Popular Grep Tools for Windows Cygwin PowerGREP grepWin: Regular expression...
View ArticleHow to add new user account from command line in Windows 10 ?
You can add a new user account in Windows 10 using command prompt using the net user command and passing the right parameter. How to add new user account from command line in Windows 10 ? Following is...
View ArticleHow to rename directory from command line in Windows 10 ?
You can rename a directory from command line in Windows 10 using the Rename command. The syntax for renaming the directory is as shown below. Rename <oldname> <newname> How to rename...
View ArticleHow to get the list of user names from command prompt in Windows 10 ?
If you want to get the list of users from the command prompt of your Windows 10 local system , you can use the use the command “net user” as shown below. How to get the list of user names … The post...
View ArticleWindows Screen shown Sideways? Exploring the Causes and Solutions
Have you ever encountered the perplexing situation where your Windows computer screen suddenly appears sideways? It’s a common issue that can leave you feeling disoriented and frustrated. Fear not,...
View ArticleHow to delete user account from command line in Windows 10 ?
You can delete a user account from command line in Windows 10 using the net user command and specifying the delete parameters. How to delete user account from command line in Windows 10 ? The syntax...
View Article