Quantcast
Channel: Windows Archives - Abundant Code
Browsing all 28 articles
Browse latest View live

How 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 Read moreTutorials you might find interesting:How to find Absolute Path of a Folder in a Controller in ASP.NET MVC 4...

View Article


How to allow only numbers in a textbox in C# Windows Application ?

Want to allow the user to enter only numbers or integer values in a textbox Read moreTutorials you might find interesting:Date DisplayFormat for Textbox in ASP.NET MVCHow to find if the character...

View Article


Popular Grep Tools for Windows

Popular Code Guidelines or Standard Documents for .NET Developers Top Tools to Convert HTML to Read moreTutorials you might find interesting:Tools for Developing Windows 8 AppsDownloading and...

View Article

How 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 Article

How 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 Article


How to create a file from a Command line in Windows 10 ?

There are two command that you can use to create a file from a command line in Windows 10. These include – echo – fsutil How to create a file from a Command line in Windows 10 ? The fsutil command can...

View Article

How to open Quick Access folder from command line in Windows 10 ?

In Windows 10 , you can use the command userinit to open the Quick access folder in the File explorer. How to open Quick Access folder from command line in Windows 10 ? The Quick Access folder is a...

View Article

How 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 Article


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

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...

View Article


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

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...

View Article

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

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...

View Article

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

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 ,...

View Article

How 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 Article


How 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

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

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...

View Article


How 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 Article

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 Article


Windows 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 Article

How to create a file from a Command line in Windows 10 ?

There are two command that you can use to create a file from a command line in Windows 10. These include – echo – fsutil How to create a file from a Command line in Windows 10 ? The fsutil … The post...

View Article

How 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 Article
Browsing all 28 articles
Browse latest View live