How to find out what USB device was plugged into your system
How to find out what USB device was plugged into your system - 2 different command lines or GUI tool.
How to find out what USB device was plugged into your system - 2 different command lines or GUI tool.
Export a list of members from an Active Directory group on Server 2012 R2 to a text file.
You tried to enable feature .Net3.5 Framework via Administrative console on your Windows Server 2012 R2 and the installation failed. You can use this simple command line to install the feature on your Windows Server 2012 R2.
PowerShell - list all installed software on the machine.
How to get TAG, Serial Number, SKU and model of the Dell computer when the sticker is damaged or not available on the machine.
The Windows Management Instrumentation Command-line (WMIC) is a command-line and scripting interface that simplifies the use of Windows Management Instrumentation (WMI) and systems managed through WMI.
The Command Prompt will display the exact time and date that the PC was last booted. It can take the console up to a minute to find this information, so be patient if it seems like it’s taking a while.
setx utility - Creates or modifies environment variables in the user or system environment. Can set variables based on arguments, regkeys or file input.
Here is a quick command to know if you want to know all about your hardware configuration of the local system. Simply run in sudo privilege mode with --short switch for…
Here is simple one -line [easyazon-link asin="1450588301" locale="us"]command line[/easyazon-link] that you can use to display the available RAM in MB on your [easyazon-link asin="1118004426" locale="us"]Linux[/easyazon-link] system. root@localhost# cat /proc/meminfo | awk 'match($1,"MemTotal")…