• System Information with Command Prompt

    System Information with Command Prompt

    Step 1Press: [WIN] + [R]Typ: CMD or Press: [WIN]Typ: CMDClick: Command Prompt Step 2Typ: systeminfoPress: [ENTER] You can also view a specific line of information. Typ: systeminfo | findstr /C:”OS Name”Press: [ENTER] or (another example)Typ: systeminfo | findstr /C:”Install Date”Press: [ENTER] !! /C:”Install Date” => Case sensitive !!

  • Find your PC’s serialnumber

    Find your PC’s serialnumber

    How to find your pc’s serialnumber? Methode 1 – Using Command Prompt Step 1Press: [WIN] + [R]Type: CMDPress [ENTER] orPress: [WIN]Type: CMDClick: Command Prompt Step 2Typ: wmic bios get serialnumberPress: [ENTER] Now you see your computers serialnumber like below: METHODE 2 – USING POWERSHELL Step 1Press: [WIN] + [R]Typ: PowerShellPress: [ENTER] orPress: [WIN]Typ: powershellClick: Powershell…