Abundant Code

  • C#
  • C++
  • Elastic Search
  • Entity Framework
  • F#
  • JavaScript
  • ASP.NET
  • C
  • Java
  • SQL Server
  • Assembly Lang
Home » Windows 10

How to delete user account from command line in Windows 10 ?

August 14, 2016 by AbundantCode Leave a Comment

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 for deleting the user from the command line is as follows. net user <username> /DELETE The above command deletes […]

Filed Under: Windows Tagged With: How to, tips, tricks, Windows, Windows 10

How to add new user account from command line in Windows 10 ?

August 14, 2016 by AbundantCode Leave a Comment

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 the syntax of the command to add a new user from command line in Windows. net user […]

Filed Under: Windows Tagged With: tips, tricks, Windows, Windows 10

How to open display settings from command line in Windows 10 ?

August 14, 2016 by AbundantCode Leave a Comment

The display properties can be found in the settings app in Windows 10 which lets the users to configure the look and feel of the windows desktop. For example , you can change the display resolution , change wallpaper or screensaver etc. How to open display properties from command line in Windows 10 ? You […]

Filed Under: Windows Tagged With: tips, tricks, Windows, Windows 10

How to mark a file as read-only from command line in Windows 10 ?

August 14, 2016 by AbundantCode Leave a Comment

You can set a file to a read-only mode from the command line by using the command attrib and passing in the parameters like the read-only mode and the name of the file. The format of this command is as follows attrib +R  <Name of the the file> How to mark a file as read-only […]

Filed Under: Windows Tagged With: How to, tips, tricks, Windows, Windows 10

How to shutdown or reboot Windows machine from command line in Windows 10 ?

August 14, 2016 by AbundantCode Leave a Comment

You can reboot a windows machine or shutdown it from the command line in Windows 10 using some of the built-in commands. How to shutdown or reboot Windows machine from command line in Windows 10 ? To shutdown the windows machine , we can use the following command. shutdown /s Similarly , you can reboot […]

Filed Under: Windows Tagged With: How to, tips, tricks, Windows, Windows 10

How to remove user from group using command line in Windows 10 ?

August 14, 2016 by AbundantCode Leave a Comment

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 <groupname> <username> /delete How to remove user from group using command line in Windows 10 ? 1. Open command […]

Filed Under: Windows Tagged With: How to, tips, tricks, Windows, Windows 10

How to get the list of user names from command prompt in Windows 10 ?

August 14, 2016 by AbundantCode Leave a Comment

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 from command prompt in Windows 10 ? Open command prompt in Windows 10. Enter the […]

Filed Under: Windows Tagged With: How to, tips, tricks, Windows, Windows 10

How to Open Network Connections from Command line in Windows 10 ?

August 13, 2016 by AbundantCode Leave a Comment

You can use the ncpa.cpl command to open the network connections from command line in Windows 10. How to Open Network Connections from Command line in Windows 10 ? Just open the command window and type ncpa.cpl and press the enter key to open the network connections dialog. Alternatively , the ncpa.cpl command can also […]

Filed Under: Windows Tagged With: How to, tips, tricks, Windows, Windows 10

How to read file contents from command line in Windows 10 ?

July 30, 2016 by AbundantCode Leave a Comment

You can use the command “type” in the command line to read the contents of the text file in Windows 10. How to read file contents from command line in Windows 10 ? Lets say , you want to print the contents of the file d:\ac.txt. Below is the command that you will be using. […]

Filed Under: Windows Tagged With: command, command line, File, Windows, Windows 10

How to open Documents folder from Run Window in Windows 10 ?

July 29, 2016 by AbundantCode Leave a Comment

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 shortcut key (Windows + R) and type “Documents” and press the enter key. This should open up the documents […]

Filed Under: Windows Tagged With: How to, tips, tricks, Windows, Windows 10

  • 1
  • 2
  • 3
  • Next Page »
RSS
Facebook
fb-share-icon
Twitter
Visit Us
Follow Me
Tweet

Recent Posts

  • Collapsible links for subcategories in Docusaurus Sidebar
  • Python Program to Print Fibonacci Series
  • Python Program to Generate Multiplication Table
  • Python Program to Find the Factorial of a Number
  • Python Program to Print Prime Numbers in a Given Interval

Categories

Tags

.NET App Array ASP.NET ASP.NET MVC Assembly Language C# C# programs c lab programs Collection convert C program csharp database Example F# guide How to How to in Java integer Java Javascript Lab programs Lambda LINQ List Python lab programs Python programs SIC/XE SQL Server string tips tricks tutorial tutorials UWP visual studio 2015 Windows Windows 8 Windows 10 Windows Phone Windows Phone 8 Windows Phone 8.1 wp8 XAML

Blog Stats

  • 8,732,682 hits

Archives

Top Posts & Pages

  • C Program to Multiply Two Matrices Using Multi-dimensional Arrays
  • How to open display settings from command line in Windows 10 ?
  • System Software - SIC/XE Program to clear 20 byte string to empty
  • System Software - SIC program to set 100 elements of array to Zero
  • System Software – SIC/XE Program to arrange an array of 100 words in ascending order
  • C Program to display half-pyramid using alphabets
  • Top 10 Open source Full Text Search libraries
  • How to Extract number from a string using C# ?
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • How to compare two Byte Arrays in C#?

Categories

  • Android
  • Angular 2
  • ASP.NET
  • Assembly Language
  • C
  • C#
  • C++
  • Elastic Search
  • Entity Framework
  • Excel
  • F#
  • HTML
  • Interview Questions
  • Java
  • JavaScript
  • jQuery
  • Microsoft Office
  • MySQL
  • NETWORK
  • News
  • PHP
  • popular
  • PowerShell
  • Python
  • Ruby
  • SharePoint
  • SQL Server
  • SQL Server
  • Unix
  • VB.NET
  • Visual Studio
  • WebAPI
  • Windows
  • Windows Azure
  • Windows Forms
  • XAML

Top Posts & Pages

  • C Program to Multiply Two Matrices Using Multi-dimensional Arrays
  • How to open display settings from command line in Windows 10 ?
  • System Software - SIC/XE Program to clear 20 byte string to empty
  • System Software - SIC program to set 100 elements of array to Zero
  • System Software – SIC/XE Program to arrange an array of 100 words in ascending order
  • C Program to display half-pyramid using alphabets
  • Top 10 Open source Full Text Search libraries
  • How to Extract number from a string using C# ?
  • How to Convert a Stream to Byte Array in C# 4.0 ?
  • How to compare two Byte Arrays in C#?

Recent Posts

  • Collapsible links for subcategories in Docusaurus Sidebar
  • Python Program to Print Fibonacci Series
  • Python Program to Generate Multiplication Table
  • Python Program to Find the Factorial of a Number
  • Python Program to Print Prime Numbers in a Given Interval
  • Python Program to Check Prime Number
  • Python Program to Find the Largest Value Among Three Numbers
  • Python Program to Check If a Given Year is Leap Year
  • Python Program to Check if a Number is Odd or Even
  • Python Program to Check if a Number is Positive, Negative or Zero

Tags

.NET App Array ASP.NET ASP.NET MVC Assembly Language C# C# programs c lab programs Collection convert C program csharp database Example F# guide How to How to in Java integer Java Javascript Lab programs Lambda LINQ List Python lab programs Python programs SIC/XE SQL Server string tips tricks tutorial tutorials UWP visual studio 2015 Windows Windows 8 Windows 10 Windows Phone Windows Phone 8 Windows Phone 8.1 wp8 XAML