About 84,900 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 environment on the local …

  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 nothing …

  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 displays the correct

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

  5. 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 another, knowing what is …

  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. After the …

  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 the CPU, …

  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, Office Version, …

  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 = "Memory"; counter.Counte...

  10. How can I optimize the command Get-ComputerInfo?

    Feb 13, 2023 · Every time I get a snippet of info from this command, Windows will run the whole function, which takes time. The script works, but its slow. Because of the way the rest of this code is …