About 80,500 results
Open links in new tab
  1. See System Information in Windows 10 | Tutorials - Ten Forums

    Jul 4, 2020 · How to See System Information About Windows 10 The System Information tool displays a comprehensive view of the hardware, system components, and software …

  2. How do I identify what model Dell computer I have - Ten Forums

    Jun 8, 2023 · How do I identify what model Dell computer I have . Hello Again, I’ve been looking on dell support trying to find what model I have I entered service tag number but got message …

  3. powershell - get System Info from file containing list of computers

    Nov 13, 2024 · I am using the following code to pull system info from a list of computers in a txt file. The info seems to be pulling correctly for the most part, & the write-host command …

  4. Collecting System Specifications in Windows | Tutorials

    Nov 26, 2017 · The Windows Operating System (OS) can run on a plethora of different configurations of hardware. Since every computer has a different configuration from one …

  5. Retrieving system information from a remote system(s) using …

    Aug 26, 2022 · I am trying to create a script that pulls relevant system information from the a client workstation and provides the following: Pings workstations to see if online/offline Displays the …

  6. Change User Name of Account in Windows 10 | Tutorials

    Oct 19, 2021 · 64-bit Windows 11 Pro for Workstations Thread Starter 20 Oct 2019 #6 Hello @ wwwescape, It is recommended to use option 1 to change the name of a Microsoft account. …

  7. How to get the system info with Python? - Stack Overflow

    Jun 23, 2010 · I need to get the info under what environment the software is running. Does python have a library for this purpose? I want to know the following info. OS name/version Name of …

  8. Get PC (system) information on a Windows machine

    Jan 20, 2011 · Is there a way to get the following information by using C#? PC Name, Service Tag, CPU type, CPU speed, Size of the C:\\ drive, Installed RAM, OS name, OS Product Key, …

  9. How do you get total amount of RAM the computer has?

    Using C#, I want to get the total amount of RAM that my computer has. With the PerformanceCounter I can get the amount of Available ram, by setting: counter.CategoryName …

  10. Saving Get-ComputerInfo into a variable - Stack Overflow

    Mar 3, 2023 · Hi I'm new to PowerShell and I am trying to use Get-ComputerInfo and split the information of the data into multiple files (for example one file with all the bios content, one …