From e8f7826b070c673d1d3cf096baee19ff9c9ff94a Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 5 Aug 2025 15:23:22 +0000 Subject: [PATCH] Update Utility Scripts/System Info.bat --- .../System Info.bat | 62 +++++++++---------- 1 file changed, 31 insertions(+), 31 deletions(-) rename System Info.bat => Utility Scripts/System Info.bat (97%) diff --git a/System Info.bat b/Utility Scripts/System Info.bat similarity index 97% rename from System Info.bat rename to Utility Scripts/System Info.bat index 2102996..f64c7ff 100644 --- a/System Info.bat +++ b/Utility Scripts/System Info.bat @@ -1,31 +1,31 @@ -@ECHO OFF -:: This batch file details Windows 10, hardware, and networking configuration. -TITLE My System Info -ECHO Please wait... Checking system information. -:: Section 1: Windows 10 information -ECHO ========================== -ECHO WINDOWS INFO -ECHO ============================ -systeminfo | findstr /c:"OS Name" -systeminfo | findstr /c:"OS Version" -systeminfo | findstr /c:"System Type" -:: Section 2: Hardware information. -ECHO ============================ -ECHO HARDWARE INFO -ECHO ============================ -systeminfo | findstr /c:"Total Physical Memory" -ECHO CPU -wmic cpu get name -ECHO SSD/HDD -wmic diskdrive get name,model,size -Echo Graphics Driver -wmic path win32_videocontroller get name -:: Section 3: Networking information. -ECHO ============================ -ECHO NETWORK INFO -ECHO ============================ -ipconfig | findstr IPv4 -ipconfig | findstr IPv6 -PAUSE -START https://support.microsoft.com/en-us/windows/windows-10-system-requirements-6d4e9a79-66bf-7950-467c-795cf0386715 -START https://www.microsoft.com/en-us/windows/windows-11-specifications?r=1 +@ECHO OFF +:: This batch file details Windows 10, hardware, and networking configuration. +TITLE My System Info +ECHO Please wait... Checking system information. +:: Section 1: Windows 10 information +ECHO ========================== +ECHO WINDOWS INFO +ECHO ============================ +systeminfo | findstr /c:"OS Name" +systeminfo | findstr /c:"OS Version" +systeminfo | findstr /c:"System Type" +:: Section 2: Hardware information. +ECHO ============================ +ECHO HARDWARE INFO +ECHO ============================ +systeminfo | findstr /c:"Total Physical Memory" +ECHO CPU +wmic cpu get name +ECHO SSD/HDD +wmic diskdrive get name,model,size +Echo Graphics Driver +wmic path win32_videocontroller get name +:: Section 3: Networking information. +ECHO ============================ +ECHO NETWORK INFO +ECHO ============================ +ipconfig | findstr IPv4 +ipconfig | findstr IPv6 +PAUSE +START https://support.microsoft.com/en-us/windows/windows-10-system-requirements-6d4e9a79-66bf-7950-467c-795cf0386715 +START https://www.microsoft.com/en-us/windows/windows-11-specifications?r=1