Creating your own (OOBE) for windows 11.


Local time
10:26 PM
Posts
74
OS
windows11 21h2
Hello, so I found the user by the name of OSJAK. Who created is own out of box experience. He told me it was a program he made from scratch. I’d like to know how to do the same. And I also like to know how to create my own logon animation for windows 11. You know how windows 11 has that first time login animation? Well I want to change it to animated one I’m making. I’ve given up on the windows 7 transformation and going to do windows vista transformation instead.
 
Windows Build/Version
22H2

My Computer

System One

  • OS
    windows11 21h2
Hello, so I found the user by the name of OSJAK. Who created is own out of box experience. He told me it was a program he made from scratch. I’d like to know how to do the same. And I also like to know how to create my own logon animation for windows 11. You know how windows 11 has that first time login animation? Well I want to change it to animated one I’m making. I’ve given up on the windows 7 transformation and going to do windows vista transformation instead.
Ask him if he's willing to share his OOBE.
 

My Computers

System One System Two

  • OS
    Windows 11 23H2 22631.2861
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Envy TE01-1xxx
    CPU
    Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz 2.90 GHz
    Motherboard
    16.0GB Dual-Channel Unknown @ 1463MHz (21-21-21-47)
    Memory
    16384 MBytes
    Graphics Card(s)
    Intel UHD Graphics 630
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Monitor 1 - Acer 27" Monitor 2 - Acer 27"
    Screen Resolution
    1920 x 1080
    Hard Drives
    WDC PC SN530 SDBPNPZ-512G-1006 (SSD)
    Seagate ST1000DM003-1SB102
    Seagate BUP Slim SCSI Disk Device (SSD)
    PSU
    HP
    Case
    HP
    Cooling
    Standard
    Keyboard
    Logitech Wave K350
    Mouse
    Logitech M705
    Internet Speed
    500 mbps
    Browser
    Firefox
    Antivirus
    Windows Defender
    Other Info
    That's all Folks!
  • Operating System
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP
    CPU
    Intel Core i7 (10th gen) 10700
    Motherboard
    Intel
    Memory
    16 GB
    Graphics card(s)
    Intel UHD Graphics 630
    Sound Card
    Built-in
    Monitor(s) Displays
    Acer 27" & Samsung 24"
    Screen Resolution
    1920 x
    Hard Drives
    SSD (512 GB)
    HDD (1 TB)
    Seagate
    PSU
    Intel i7 10th Generation
    Case
    HP
    Cooling
    HP/Intel?
    Mouse
    Logitech M705
    Keyboard
    Logitech Wave K350
    Internet Speed
    50 mbps
    Browser
    Firefox 90.2
    Antivirus
    Windows Defender
    Other Info
    Headphone/Microphone Combo
    SuperSpeed USB Type-A (4 on front)
    HP 3-in-One Card Readr
    SuperSpeed USB Type-C
    DVD Writer
I use something similar, but to customize my registries, add entries, drivers and some essential programs that I always have to install.
called $OEM$
sources\$OEM$\$$\Setup\Scripts

I use a custom cursor, arial unicode font that I always install, a ShellNew that always opens the text document in unicode, my old oemlogo, and some registry changes that I like.

It can also be used to change files in the system folder or windows such as boot and others.

Everything in the $$ folder goes straight to the Windows folder.
1686098402411.png


X:\sources\$OEM$\$$\Setup\Scripts\SetupComplete.cmd "Example this is for my use"
[/B] @echo off setlocal ENABLEDELAYEDEXPANSION pushd %~dp0 cd %~dp0 REM change CHCP to UTF-8 CHCP 65001 CLS REM ; Created by: MrBison Alex REM ; Add_all_folders_to_This_PC start /w regedit /s %systemroot%\setup\scripts\Add_all_folders_to_This_PC.reg REM ; NVIDIA Drivers "%WINDIR%\Setup\Scripts\Files\NVIDIA_Drivers\setup.exe" -s REM ; All Visual C++ Runtimes "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2005_x86.exe" /Q "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2005_x64.exe" /Q "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2008_x86.exe" /qb "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2008_x64.exe" /qb "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2010_x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2010_x64.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2012_x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2012_x64.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2013_x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2013_x64.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2015_2017_2019_2022_x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2015_2017_2019_2022_x64.exe" /passive /norestart REM ; Framework "%WINDIR%\Setup\Scripts\Files\Framework\ndp481-devpack-enu.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Framework\ndp481-devpack-ptb.exe" /passive /norestart REM ; Framework Framework windowsdesktop runtime 3.1.30 "%WINDIR%\Setup\Scripts\Files\Framework\windowsdesktop-runtime-3.1.32-win-x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Framework\windowsdesktop-runtime-3.1.32-win-x64.exe" /passive /norestart REM ; Framework windowsdesktop runtime 6.0.10 "%WINDIR%\Setup\Scripts\Files\Framework\windowsdesktop-runtime-6.0.12-win-x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Framework\windowsdesktop-runtime-6.0.12-win-x64.exe" /passive /norestart REM ; Framework dotnet runtime 7.0.1 "%WINDIR%\Setup\Scripts\Files\Framework\windowsdesktop-runtime-7.0.1-win-x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Framework\windowsdesktop-runtime-7.0.1-win-x64.exe" /passive /norestart REM ; DX SDK Jun 2010 "%WINDIR%\Setup\Scripts\Files\DXSDK_Jun10\DXSDK_Jun10.exe" /U REM ; OpenAL "%WINDIR%\Setup\Scripts\Files\OpenAL\oalinst.exe" /S REM ; XNAFX30 MSIEXEC /i "%WINDIR%\Setup\Scripts\Files\XNAFX30\XNAFX30.msi" /NoRestart /quiet REM ; XNAFX31 MSIEXEC /i "%WINDIR%\Setup\Scripts\Files\XNAFX31\XNAFX31.msi" /NoRestart /quiet REM ; XNAFX40 MSIEXEC /i "%WINDIR%\Setup\Scripts\Files\XNAFX40\XNAFX40Refresh.msi" /NoRestart /quiet REM ; LegacyComponents dism /online /enable-feature /FeatureName:"LegacyComponents" /all /NoRestart /quiet REM ; DirectPlay dism /online /enable-feature /FeatureName:"DirectPlay" /All /NoRestart /quiet REM ; PhysX MSIEXEC /i "%WINDIR%\Setup\Scripts\Files\PhysX\PhysX_Legacy.msi" /NoRestart /quiet REM ; fonts xcopy /R /Y "C:\Windows\Setup\Scripts\Files\fonts\ARIALUNI.ttf" "%systemroot%\fonts" /a /s /c xcopy /R /Y "C:\Windows\Setup\Scripts\Files\Cursors" "%systemroot%\Cursors" /a /s /c REM ; copy hosts xcopy /R /Y "C:\Windows\Setup\Scripts\Files\etc" "C:\Windows\System32\drivers\etc" /a /s /c REM ; Registry Files REM ; UNICODE BY DEFAULT start /w regedit /s %systemroot%\setup\scripts\UNICODE_BY_DEFAULT.reg REM ; Arial Unicode MS start /w regedit /s %systemroot%\Setup\Scripts\Arial_Unicode_MS.reg REM ; 64bit Prevent Deleting Thumbnail Cache start /w regedit /s %systemroot%\Setup\Scripts\64bit_Prevent_Deleting_Thumbnail_Cache.reg REM ; Abrir CMD aqui start /w regedit /s %systemroot%\setup\scripts\Abrir_CMD_aqui.reg REM ; Painel de Controle context menu start /w regedit /s %systemroot%\setup\scripts\Add_Control_Panel.reg REM ; Restart Explorer start /w regedit /s %systemroot%\setup\scripts\Restart_Explorer.reg REM ; Blank.ico start /w regedit /s %systemroot%\setup\scripts\Blank_ico.reg REM ; Desligar Desfoque do Logon start /w regedit /s %systemroot%\setup\scripts\Desligar_Desfoque_Do_Logon.reg REM ; Disable bitlocker context menu start /w regedit /s %systemroot%\setup\scripts\Disable_bitlocker_context_menu.reg REM ; Disable include drivers with Windows Updates start /w regedit /s %systemroot%\setup\scripts\Disable_include_drivers_with_Windows_Updates.reg REM ; Disable widgets feature for all users start /w regedit /s %systemroot%\Setup\Scripts\Disable_widgets_feature_for_all_users.reg REM ; OEM Information start /w regedit /s %systemroot%\Setup\Scripts\OEMInformation.reg REM ; Registered Organization start /w regedit /s %systemroot%\Setup\Scripts\RegisteredOrganization.reg REM ; Remove Share context menu for all users start /w regedit /s %systemroot%\Setup\Scripts\Remove_Share_context_menu_for_all_users.reg REM ; Remove UAC Shield Overlay start /w regedit /s %systemroot%\Setup\Scripts\Remove_UAC_Shield_Overlay.reg REM ; Classic Desktop Context Menu start /w regedit /s %systemroot%\setup\scripts\Classic_Desktop_Context_Menu.reg REM ; WindowMetrics 1080P Windows 11 "com STARTALLBACK" start /w regedit /s %systemroot%\setup\scripts\WindowMetrics_1080P_Windows_11_StartIsBack.reg REM ; Meus Games start /w regedit /s %systemroot%\setup\scripts\Games.reg REM ; Turn OFF EnableSnapAssistFlyout start /w regedit /s %systemroot%\setup\scripts\Turn_OFF_EnableSnapAssistFlyout.reg REM ; Disable Hibernate start /w regedit /s %systemroot%\setup\scripts\Disable_Hibernate.reg REM ; Turn OFF use Print Screen button start /w regedit /s %systemroot%\setup\scripts\Turn_OFF_use_Print_Screen_button.reg REM ; Disable Windows NDU Service start /w regedit /s %systemroot%\setup\scripts\Disable_Ndu.reg REM ; Install Cursor LAUNCH cd %systemroot%\Cursors\LAUNCH rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 .\install.inf REM ; Remove Chat REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /f /v TaskbarMn /t REG_DWORD /d 0 REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Chat" /f /v ChatIcon /t REG_DWORD /d 3 rd /s /q "%WINDIR%\Setup\Scripts" start /b "" cmd /c del "%~f0"&exit /b Exit [B]
 

My Computer

System One

  • OS
    Windows 11, Pro for Workstations, 22631.2861 (23H2)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Amd Ryzen 5 5500 ("Zen 3") (3.6GHz,45-65W,L3:16M,6/12)
    Motherboard
    Asus Prime B450M Gaming/BR Chipset B450 AMD AM4 mATX DDR4 - BIOS 4002
    Memory
    DDR4 OLOy Owl Black, 8GB, 3200MHZ, (x2)
    Graphics Card(s)
    Colorful GeForce GTX 1650 Super
    Sound Card
    -
    Monitor(s) Displays
    Philips TV 43PFG5102/78
    Screen Resolution
    1920x1080
    Hard Drives
    SSD: 120GB, Sata III, Leitura 560MBs e Gravação 540MBs
    HD: Seagate Barracuda 1TB, Sata III, 7200RPM, 64MB
    PSU
    Corsair ATX CV550 550W, 80 Plus Bronze, PFC Ativo
    Case
    Wheel Jack, Mid Tower, Vidro Temperado, Black
    Cooling
    default
    Keyboard
    common
    Mouse
    commom
    Internet Speed
    600mb
    Browser
    Opera
    Antivirus
    Windows Defender
I use something similar, but to customize my registries, add entries, drivers and some essential programs that I always have to install.
called $OEM$
sources\$OEM$\$$\Setup\Scripts

I use a custom cursor, arial unicode font that I always install, a ShellNew that always opens the text document in unicode, my old oemlogo, and some registry changes that I like.

It can also be used to change files in the system folder or windows such as boot and others.

Everything in the $$ folder goes straight to the Windows folder.
View attachment 61756


X:\sources\$OEM$\$$\Setup\Scripts\SetupComplete.cmd "Example this is for my use"
[/B] @echo off setlocal ENABLEDELAYEDEXPANSION pushd %~dp0 cd %~dp0 REM change CHCP to UTF-8 CHCP 65001 CLS REM ; Created by: MrBison Alex REM ; Add_all_folders_to_This_PC start /w regedit /s %systemroot%\setup\scripts\Add_all_folders_to_This_PC.reg REM ; NVIDIA Drivers "%WINDIR%\Setup\Scripts\Files\NVIDIA_Drivers\setup.exe" -s REM ; All Visual C++ Runtimes "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2005_x86.exe" /Q "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2005_x64.exe" /Q "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2008_x86.exe" /qb "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2008_x64.exe" /qb "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2010_x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2010_x64.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2012_x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2012_x64.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2013_x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2013_x64.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2015_2017_2019_2022_x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Visual-C-Runtimes-All-in-One\vcredist2015_2017_2019_2022_x64.exe" /passive /norestart REM ; Framework "%WINDIR%\Setup\Scripts\Files\Framework\ndp481-devpack-enu.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Framework\ndp481-devpack-ptb.exe" /passive /norestart REM ; Framework Framework windowsdesktop runtime 3.1.30 "%WINDIR%\Setup\Scripts\Files\Framework\windowsdesktop-runtime-3.1.32-win-x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Framework\windowsdesktop-runtime-3.1.32-win-x64.exe" /passive /norestart REM ; Framework windowsdesktop runtime 6.0.10 "%WINDIR%\Setup\Scripts\Files\Framework\windowsdesktop-runtime-6.0.12-win-x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Framework\windowsdesktop-runtime-6.0.12-win-x64.exe" /passive /norestart REM ; Framework dotnet runtime 7.0.1 "%WINDIR%\Setup\Scripts\Files\Framework\windowsdesktop-runtime-7.0.1-win-x86.exe" /passive /norestart "%WINDIR%\Setup\Scripts\Files\Framework\windowsdesktop-runtime-7.0.1-win-x64.exe" /passive /norestart REM ; DX SDK Jun 2010 "%WINDIR%\Setup\Scripts\Files\DXSDK_Jun10\DXSDK_Jun10.exe" /U REM ; OpenAL "%WINDIR%\Setup\Scripts\Files\OpenAL\oalinst.exe" /S REM ; XNAFX30 MSIEXEC /i "%WINDIR%\Setup\Scripts\Files\XNAFX30\XNAFX30.msi" /NoRestart /quiet REM ; XNAFX31 MSIEXEC /i "%WINDIR%\Setup\Scripts\Files\XNAFX31\XNAFX31.msi" /NoRestart /quiet REM ; XNAFX40 MSIEXEC /i "%WINDIR%\Setup\Scripts\Files\XNAFX40\XNAFX40Refresh.msi" /NoRestart /quiet REM ; LegacyComponents dism /online /enable-feature /FeatureName:"LegacyComponents" /all /NoRestart /quiet REM ; DirectPlay dism /online /enable-feature /FeatureName:"DirectPlay" /All /NoRestart /quiet REM ; PhysX MSIEXEC /i "%WINDIR%\Setup\Scripts\Files\PhysX\PhysX_Legacy.msi" /NoRestart /quiet REM ; fonts xcopy /R /Y "C:\Windows\Setup\Scripts\Files\fonts\ARIALUNI.ttf" "%systemroot%\fonts" /a /s /c xcopy /R /Y "C:\Windows\Setup\Scripts\Files\Cursors" "%systemroot%\Cursors" /a /s /c REM ; copy hosts xcopy /R /Y "C:\Windows\Setup\Scripts\Files\etc" "C:\Windows\System32\drivers\etc" /a /s /c REM ; Registry Files REM ; UNICODE BY DEFAULT start /w regedit /s %systemroot%\setup\scripts\UNICODE_BY_DEFAULT.reg REM ; Arial Unicode MS start /w regedit /s %systemroot%\Setup\Scripts\Arial_Unicode_MS.reg REM ; 64bit Prevent Deleting Thumbnail Cache start /w regedit /s %systemroot%\Setup\Scripts\64bit_Prevent_Deleting_Thumbnail_Cache.reg REM ; Abrir CMD aqui start /w regedit /s %systemroot%\setup\scripts\Abrir_CMD_aqui.reg REM ; Painel de Controle context menu start /w regedit /s %systemroot%\setup\scripts\Add_Control_Panel.reg REM ; Restart Explorer start /w regedit /s %systemroot%\setup\scripts\Restart_Explorer.reg REM ; Blank.ico start /w regedit /s %systemroot%\setup\scripts\Blank_ico.reg REM ; Desligar Desfoque do Logon start /w regedit /s %systemroot%\setup\scripts\Desligar_Desfoque_Do_Logon.reg REM ; Disable bitlocker context menu start /w regedit /s %systemroot%\setup\scripts\Disable_bitlocker_context_menu.reg REM ; Disable include drivers with Windows Updates start /w regedit /s %systemroot%\setup\scripts\Disable_include_drivers_with_Windows_Updates.reg REM ; Disable widgets feature for all users start /w regedit /s %systemroot%\Setup\Scripts\Disable_widgets_feature_for_all_users.reg REM ; OEM Information start /w regedit /s %systemroot%\Setup\Scripts\OEMInformation.reg REM ; Registered Organization start /w regedit /s %systemroot%\Setup\Scripts\RegisteredOrganization.reg REM ; Remove Share context menu for all users start /w regedit /s %systemroot%\Setup\Scripts\Remove_Share_context_menu_for_all_users.reg REM ; Remove UAC Shield Overlay start /w regedit /s %systemroot%\Setup\Scripts\Remove_UAC_Shield_Overlay.reg REM ; Classic Desktop Context Menu start /w regedit /s %systemroot%\setup\scripts\Classic_Desktop_Context_Menu.reg REM ; WindowMetrics 1080P Windows 11 "com STARTALLBACK" start /w regedit /s %systemroot%\setup\scripts\WindowMetrics_1080P_Windows_11_StartIsBack.reg REM ; Meus Games start /w regedit /s %systemroot%\setup\scripts\Games.reg REM ; Turn OFF EnableSnapAssistFlyout start /w regedit /s %systemroot%\setup\scripts\Turn_OFF_EnableSnapAssistFlyout.reg REM ; Disable Hibernate start /w regedit /s %systemroot%\setup\scripts\Disable_Hibernate.reg REM ; Turn OFF use Print Screen button start /w regedit /s %systemroot%\setup\scripts\Turn_OFF_use_Print_Screen_button.reg REM ; Disable Windows NDU Service start /w regedit /s %systemroot%\setup\scripts\Disable_Ndu.reg REM ; Install Cursor LAUNCH cd %systemroot%\Cursors\LAUNCH rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 .\install.inf REM ; Remove Chat REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /f /v TaskbarMn /t REG_DWORD /d 0 REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Chat" /f /v ChatIcon /t REG_DWORD /d 3 rd /s /q "%WINDIR%\Setup\Scripts" start /b "" cmd /c del "%~f0"&exit /b Exit [B]
so can i use this script and moydifyi it to launch the custom oobe?
 

My Computer

System One

  • OS
    windows11 21h2
You asked this same question back in May
 

My Computers

System One System Two

  • OS
    Windows 11 Pro x64 23H2 v22631.3447
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built Myself in 2013
    CPU
    AMD Ryzen 1800X 8-Core @ 3.60GHz
    Motherboard
    Asus Crosshair VI Hero
    Memory
    16GB G.Skill Trident Z RGB Series
    Graphics Card(s)
    AMD Radeon RX 580 8GB GDDR5
    Sound Card
    On Board
    Monitor(s) Displays
    Samsung 27" , PLANAR 22", eMachine 22"
    Screen Resolution
    1920 X 1080
    Hard Drives
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~ P34A60 512GB NVMe PCIe Gen3x4 M.2
    ~ 3TB WD Red HDD (extra storage)
    ~ SanDisk 250GB SSD
    ~ 2 X 1TB HDD
    ~~~~~~~~~~
    PSU
    Corsair RM850 Fully Modular (850watts)
    Case
    NZXT Phantom 630 CA-PH630-W1
    Cooling
    CORSAIR iCUE H100i RGB PRO XT
    Keyboard
    Logitech K860
    Mouse
    Logitech MX Master
    Internet Speed
    752Mbps (Download) / 537Mbps (Upload)
    Browser
    Firefox
    Antivirus
    Malwarebytes
    Other Info
    *This is my Main Computer That I use*
  • Operating System
    Windows 10 Pro x64
    Computer type
    PC/Desktop
    Manufacturer/Model
    Asus
    CPU
    AMD A10-5700 APU @ 3.40Ghz
    Motherboard
    Asus CM1745
    Memory
    8GB
    Graphics card(s)
    AMD Radeon R7 350x GDDR5 4 GB
    Sound Card
    On Board
    Monitor(s) Displays
    Dual Monitor Setup ONN 22" Monitors
    Screen Resolution
    1920 X 1080
    Hard Drives
    ~~~~~~~~
    250GB SSD

    500GB HDD
    ~~~~~~~~
    PSU
    350Watt PSU
    Cooling
    Air Cooling
    Mouse
    MX Master
    Keyboard
    Microsoft Ergonomic 4000
    Internet Speed
    752Mbps (Download) / 537Mbps (Upload)
    Browser
    Firefox
    Antivirus
    Malwarebytes
    Other Info
    *Computer for Weather Software*

Latest Support Threads

Back
Top Bottom