Autor Thema: Portable Software und Tools für USB-Sticks  (Gelesen 815006 mal)

0 Mitglieder und 12 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Mozilla Firefox, Portable Edition 94.0.2
« Antwort #17115 am: 23 November, 2021, 08:00 »

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
cdrtfe Portable 1.5.9
« Antwort #17116 am: 23 November, 2021, 08:30 »
Ein kleines Brennprogramm (Open-Source) für Windows. cdrtfe ist ein Win32-Frontend für die cdrtools (cdrecord, mkisofs, readcd, cdda2wav), Mode2CDMaker und VCDImager. Es kann Daten-CDs/DVDs, Audio-CDs, XCDs, (S)VCDs und Video-DVDs schreiben.

Freeware

Changelog

    Einige der Kommandozeilenprogramme aktualisiert:

        cdrtools 3.02a10
        flac 1.3.3
        lame 3.101 beta 2
        mpg123 1.29.1
        vorbis-tools 1.4.2 (oggend, oggdec)

    Türkische Übersetzung hinzugefügt.
    Alte Windowsversionen (9x, ME, 2k) werden nicht länger unterstützt.
    Eingeschränkte Funktionalität unter Windows XP (kein DAE mit mp3-Encodierung).

[close]

https://portableapps.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Cherrytree Portable 0.99.43
« Antwort #17117 am: 23 November, 2021, 08:40 »
CherryTree is a hierarchical note taking application featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.

Changelog

Added action under top menu ‘search’ to clear all exclusions from the search; to be run from users finding unexpected exclusions from the search in tree nodes (auxiliary icons of ghosts, #1837)
Added action under top menu ‘view’ to enable/disable placing the menubar in the titlebar (#1815)
Unfullscreen doesn’t work with the custom titlebar active (menubar in titlebar), so in this case we can only maximise/unmaximise when fullscreen/unfullscreen is requested
Implemented under top menu ‘view’ toggle show/hide menubar with default keyboard shortcut F12 (#1849)
Restored Ctrl+T keyboard shortcut to pop up unified search in multiple nodes dialog with only node name and tags selected (#1829)
Export to html of code do not use ‘ ‘ – use instead
Fixed issue of code non syntax highlighted in exported pdf and html
Fixed wrong line number reported in search all matches dialog
Added new language Portuguese Portugal (work of Rui Santos)

[close]

https://portableapps.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
WizTree Portable 4.06
« Antwort #17118 am: 23 November, 2021, 08:50 »
WizTree is a disk space analyzer. It scans your entire hard drive very fast and shows you which files and folders are using the most disk space.

Note: WizTree only works on local NTFS format drives.

License:    Freeware

Changelog

File size info will now also be displayed on the treemap (if "show file and names in treemap" option enabled)
WizTree will now actually work on older versions of Windows like Windows XP ("fix" in 4.05 was incorrect)

treemap image can now be exported via command line. Use the following command line parameters:

Set image file name (use %d and %t for current date and time in file name):

/treemapimagefile=<png image file name>

Set image width (default is 1920 if omitted):

/treemapimagewidth=<image width (numeric)>

Set image height (default is 1080 is omitted):

/treemapimageheight=<image height (numeric)>
Export image in gray scale. Defaults to 0 if omitted
/treemapimagegray=0|1
Show free space on tree map. Defaults to 1 if omitted
/treemapimagefreespace=0|1

e.g. To export the entire C: drive to an image file of size 1024x768 without free space included:

WizTree64.exe C: /treemapimagefile="C:tempcdriveimage_%d.png" /treemapimagewidth=1024 /treemapimageheight=768 /treemapimagefreespace=0
Exporting of the image file can be combined with exporting CSV data as well, e.g.:

WizTree64.exe C: /export="C:tempcdrive_%d_%t.csv" /treemapimagefile="C:tempcdrive_%d_%t.png" /treemapimagewidth=1024 /treemapimageheight=768 /treemapimagefreespace=0

[close]

https://portableapps.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
mssPortable 1.353.1409 (Microsoft Safety Scanner antivirus launcher)
« Antwort #17119 am: 23 November, 2021, 09:01 »
mssPortable has been released. mssPortable assists you with running the Microsoft Safety Scanner scan tool to find and remove malware. It's packaged in PortableApps.com Format so it can easily integrate with the PortableApps.com Platform. And it's open source and completely free.

https://portableapps.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Wise Program Uninstaller Portable 2.6.1
« Antwort #17120 am: 23 November, 2021, 09:40 »
Wise Program Uninstaller is able to remove your software by safe uninstall. And it can repair the programs of Windows Office, Adobe etc. This freeware is better than similar programs at uninstalling stubborn and broken programs by force uninstall. Besides, the program search function is supported.

Freeware

Whats new:>>

Fixed a permission issue when opening Wise Program Uninstaller in Wise Care 365.
Improved GUI.

https://portableapps.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
McAfee Stinger Portable 12.2.0.349
« Antwort #17121 am: 23 November, 2021, 10:00 »
Die Freeware "McAfee AVERT Stinger" bietet zwar keinen allumfassenden Virus-Schutz, doch ist sie durchaus nützlich, wenn der Computer schon infiziert ist.

Die Handhabung der Freeware ist denkbar einfach. "McAfee AVERT Stinger" startet ohne Installation direkt nach einem Doppelklick auf die heruntergeladene EXE-Datei. Starten Sie nun den Scanvorgang, indem Sie auf den Button »Scan Now« klicken. Werden Viren & Würmer aufgespürt, werden diese nach Möglichkeit sofort bereinigt.

Release Notes
   
Enhanced detections are those that have been modified for this release. Detections are enhanced to cover new variants, optimize performance, and correct incorrect identifications.

New Detections:
•   Exploit-CVE2020-1058
•   Exploit-CVE2020-1060.a
•   Exploit-CVE2020-1060.b
•   Exploit-cve2020-1062.a
•   Exploit-cve2020-1135
•   Exploit-cve2020-1143.a
•   Exploit-cve2020-1153.a
•   FlyStudio-Agent
•   Generic exploit.ma
•   Generic trojan.kf
•   Generic trojan.kg
•   Generic trojan.kk
•   Generic trojan.ky
•   LNK/Downloader.ch
•   Ransom-LockBit
•   Ransom-Sodnkibi
•   Trojan-AutoIt.p
•   Trojan-BlueNoroff
•   Trojan-Packed.c


Enhanced Detections:
•   Coinminer.l
•   Exploit-CVE2019-1367
•   FakeAV-DZ
•   Generic Trojan.arc
•   Generic Trojan.kg
•   Generic Trojan.li
•   Generic Trojan.lj
•   Generic Trojan.ll
•   Generic trojan.jz
•   Generic trojan.kh
•   Generic-Trojan.z
•   PS/Agent.bv
•   Trojan-AitInject.aq
•   Trojan-CoinMiner.n
•   Trojan-PWS.k
•   Trojan-Ransom.a
•   Trojan-Ransom.b
•   Trojan-Trickbot.d
•   VBObfus.g

[close]

https://portableapps.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
KiTTY Portable 0.76.0.2 (telnet and SSH with added features)
« Antwort #17122 am: 23 November, 2021, 11:00 »
KiTTY is a fork of the popular PuTTY telnet and SSH client with additional features packaged as a portable app, so you can connect in to your systems on the go.

Donationware

https://portableapps.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Portable VirtualBox 6.1.30-148432
« Antwort #17123 am: 23 November, 2021, 19:50 »
Changelog

This is a maintenance release. The following items were fixed and/or added:

    VMM: Fixed 6.1.28 regression preventing VMs starting when using Hyper-V mode on Windows 10
    GUI: Fixed inability to complete First Run wizard after browsing for an external image
    GUI: Fixed crash on macOS Big Sur while browsing for an external image from First Run wizard
    GUI: Fixed bug on Windows with inability to save taken screenshot under a folder with native name (bug #15561)
    GUI: Fixed bug on X11 with drag and drop initiated on single mouse click in VM storage settings
    GUI: Fixed settings check on machines not supporting hardware virtualization
    GUI: Non critical media related errors should not cause modal pop-up error messages
    Host-only networking: Fixed crash parsing /etc/vbox/networks.conf
    DVD: Fixed drive lock handling across VM reset
    VBoxHeadless: Fixed crash when running on macOS Monterey (bug #20636)
    VBoxManage: Fixed incorrect help text for "hostonlyif"
    vboximg-mount: Error message if no image is specified
    macOS host: fix multiple bugs specific to macOS Monterey in installer and startup of kernel extensions
    macOS host: show message indicating the unsupported CPU on M1 based Macs and abort installation
    Linux host: For all distribution specific packages (deb/rpm format) fix the packaging so that the feature for unattended installation of guest OSes works
    Linux host and guest: Introduced initial support for kernel 5.16
    Shared Clipboard: Improved communication between guest and host when guest has no clipboard data to report
    Linux Guest Additions: Allow running only one VBoxDRMClient instance (bug #19373)

[close]

https://www.mediafire.com/file/s65ig1kqqvhhcaq/VirtualBox_Portable_6.1.x_64-bit_Multilingual_Online.exe/file

In first screen enter 6.1.30-148432 and 6.1.30-148432 for Extension Pack
6.1 is only 64 bit and have different launcher and folders: backup previous version.

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Portable Opera 83.0.4246.0 Dev
« Antwort #17124 am: 23 November, 2021, 20:30 »
Zitat
Hello eveyone,

Following our Monday tradition, today we’ve got a fresh Opera developer build. Check out the changelog for details, because this one is pretty long. Chromium version has been updated to 97.0.4676.0.

Happy browsing!

Quelle -> https://blogs.opera.com/desktop/2021/11/opera-83-0-4246-0-developer-update/

http://www.mediafire.com/download/v7swaa2o8qweaqe/Opera_Portable_Developer_32-64-bit_Multilingual_Online.exe

In first screen enter: 83.0.4246.0

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Portable TeamViewer 15.24.5
« Antwort #17126 am: 23 November, 2021, 20:50 »
TeamViewer is a screen sharing, remote control and collaboration tool connecting devices for troubleshooting, presentations or installations. Supports standard chat, high-quality voice and video, file transfer, whiteboard, session recording, remote printing, screen sharing and more. The program can work with paranoid firewalls, functions as a VPN between clients, will display quality based on connection speed and includes browser access.

Free for personal use

Changelog

Improvements

Improvements for account activation: requesting a new email to activate your TeamViewer account is now easier.
Improvement for new Control Remote Computer design: You can type now any characters in the Enter Partner ID dropdown and matches will be shown to you.


Bugfixes

Fixed a bug that prevented the profile picture from appearing when connecting via prompt.
Improved Remote Control design: Thanks to all the received feedback, further general UI improvements were implemented.

[close]

https://www.upload.ee/files/13094163/TeamViewer_Portable_Latest_32-64-bit_Multilingual_Online.exe.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Portable Maxthon 6.1.3.409 Beta
« Antwort #17127 am: 23 November, 2021, 21:14 »
Changelog

    Fixed the issue that the address bar bookmark button could not show the correct function
    Fixed the issue that the toolbar could not display correctly in incognito mode
    Fixed the issue that the browser background color and the bookmarks could not display correctly under the incognito mode
    Fixed the issue that the tab collapse button could not display properly
    Fixed the issue that the "Save image as" function could not pop up the "Save as" window
    Fixed the issue that the locked tab could not be kept after restarting the browser
    Fixed the issue that the bookmark bar could not be hidden in the new tab page
    Fixed the crash issue when adding all pages to bookmark
    Fixed the crash issue when syncing data
    Fixed the issue that the "Search image" function could not work properly
    Fixed the crash issue when opening an incognito window


[close]

https://www.mediafire.com/file/bedk0tdaasusnes/Maxthon_Portable_6.x.x.x_32-64-bit_Multilingual_Online.exe/file

In first screen enter: 6.1.3.409_beta

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Portable Waterfox G:4.0.3.1
« Antwort #17128 am: 23 November, 2021, 21:30 »
Waterfox is a 64-Bit version of Firefox. The Firefox source code is taken and compiled to run specifically for 64-Bit Windows computers. To make Waterfox stand out a bit more, it's compiled with optimizations so that it will run more efficiently and faster than just compiling Firefox as a 64-Bit program.

Open Source

Changelog

? New

    Plugins such as Flash can now be enabled, but require you to interact to have web pages run it for security reasons.
    The address bar now makes it more obvious when a website is secure or insecure.

? Fixed

    G4.0.3.1: Bootstraped extensions will now load on restart.
    G4.0.3.1: Fixed various bookmarks bar and status bar issues.
    G4.0.3.1: Fixed menu bar issue on Windows.
    Issues installing bootstrapped extensions have now been resolved. You can find some here.
    Copy tab URL should now no longer throw an error.
    Title bar and buttons will be hidden correctly on Windows when you move the location of your tabs.

?? Changed

    None

? Unresolved

    The status bar does not include default items (zoom, full screen, screenshot).
    Add-on version numbers are not displayed next to their title in about:addons.

[close]

https://www.mediafire.com/file/ghyhi19nmuobfkm/Waterfox_Portable_MultiVersion_Multilingual_Online.exe/file

Select language and enter Version Number: G4.0.3.1

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189183
  • Ohne Input kein Output
    • DVB-Cube
Bootable USB Creator 2.01
« Antwort #17129 am: 23 November, 2021, 22:44 »
Select your ISO image and create bootable USB instances with this specialized tool that supports a wide range of operating systems.

Freeware

https://www.bureausoft.com/usb-boot-disk-creator.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )