Code:
Do {
cls
Invoke-Command $MainMenu
$Select = Read-Host
Switch ($Select)
{
1 {
$SetupVolume = (Get-Volume -FileSystemLabel SetupW10).DriveLetter
$SetupFile = $SetupVolume + ':\setup.exe'
cmd /c $SetupFile
}
2 {
$SetupVolume = (Get-Volume -FileSystemLabel SetupW11).DriveLetter
$SetupFile = $SetupVolume + ':\setup.exe'
cmd /c $SetupFile
}
3 {
$SetupVolume = (Get-Volume -FileSystemLabel Macrium).DriveLetter
$SetupFile = $SetupVolume + ':\setup.exe'
cmd /c $SetupFile
}
4 {
$SetupVolume = (Get-Volume -FileSystemLabel Veritas).DriveLetter
$SetupFile = $SetupVolume + ':\setup.exe'
cmd /c $SetupFile
}
}
}
While ($Select -ne 5)
My Computers
System One System Two
-
- OS
- Win11 Pro 24H2
- Computer type
- PC/Desktop
- Manufacturer/Model
- Kamrui Mini PC, Model CK10
- CPU
- Intel i5-12450H
- Memory
- 32GB
- Graphics Card(s)
- No GPU - Built-in Intel Graphics
- Sound Card
- Integrated
- Monitor(s) Displays
- HP Envy 32
- Screen Resolution
- 2560 x 1440
- Hard Drives
- 1 x 2TB NVMe SSD
1 x 4TB NVMe SSD
1 x 4TB 2.5" SSD
- PSU
- 120W "Brick"
- Keyboard
- Corsair K70 Mechanical Keyboard
- Mouse
- Logitech MX Master 3
- Internet Speed
- 1Gb Up / 1 Gb Down
- Browser
- Edge
- Antivirus
- Windows Defender
-
- Operating System
- Win11 Pro 23H2
- Computer type
- Laptop
- Manufacturer/Model
- Lenovo ThinkBook 13x Gen 2
- CPU
- Intel i7-1255U
- Memory
- 16 GB
- Graphics card(s)
- Intel Iris Xe Graphics
- Sound Card
- Realtek® ALC3306-CG codec
- Monitor(s) Displays
- 13.3-inch IPS Display
- Screen Resolution
- WQXGA (2560 x 1600)
- Hard Drives
- 2 TB 4 x 4 NVMe SSD
- PSU
- USB-C / Thunderbolt 4 Power / Charging
- Mouse
- Buttonless Glass Precision Touchpad
- Keyboard
- Backlit, spill resistant keyboard
- Internet Speed
- 1Gb Up / 1Gb Down
- Browser
- Edge
- Antivirus
- Windows Defender
- Other Info
- WiFi 6e / Bluetooth 5.1 / Facial Recognition / Fingerprint Sensor / ToF (Time of Flight) Human Presence Sensor