From dde015a7e5676157c594bdca82e1bb9d7d21dea7 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 5 Aug 2025 15:09:34 +0000 Subject: [PATCH] Upload files to "/" --- System Info.bat | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 System Info.bat diff --git a/System Info.bat b/System Info.bat new file mode 100644 index 0000000..2102996 --- /dev/null +++ b/System Info.bat @@ -0,0 +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