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

0 Mitglieder und 41 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Process Monitor Portable 3.95
« Antwort #20250 am: 28 Juni, 2023, 10:20 »
Process Monitor displays both file system and registry activities in real-time, combining the features of FileMon and RegMon. Additional features includes live changes (autoscroll), non-destructive filtering, comprehensive event properties such session IDs and user names, reliable process information, full thread stacks with integrated symbol support for each operation, file logging etc.

Freeware

Whats new:>>

This update to Process Monitor fixes a crash on loading certain PML files and improves boot logging.

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
balenaEtcher Portable 1.18.8
« Antwort #20251 am: 28 Juni, 2023, 19:30 »
Mithilfe des kostenlosen und zugleich quelloffenen Etcher kopieren Sie Image-Dateien, etwa von Betriebssystemen, unkompliziert auf USB-Sticks und SD-Karten. Dank einer besonders übersichtlichen Oberfläche lässt sich das Programm auch von unerfahrenen Nutzern problemlos verwenden.

Whats new:>>

(Patch: Fix Support link, 2023-03-05)

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
zmPortable allows you to run Zoom portably for virtual meetings, video chat, screen sharing, and more. It's packaged as a portable app so you communicate on the go and it's in PortableApps.com Format so it can easily integrate with the PortableApps.com Platform. It's released as freeware for personal and business use.

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Cppcheck Portable 2.11
« Antwort #20253 am: 29 Juni, 2023, 08:10 »
Cppcheck is an analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools, we don't detect syntax errors. Cppcheck only detects the types of bugs that the compilers normally fail to detect.

License : GPL

Changelog

New checks:

- [pop_back on empty container is UB](https://trac.cppcheck.net/ticket/11553)

Improved checking:

- Improve useStlAlgorithm check to handle many more conditions in the loop for any_of, all_of and none_of algorithms
- ValueFlow can evaluate the return value of functions even when conditionals are used
- ValueFlow will now forward the container sizes being returned from a function
- ValueFlow can infer possible values from possible symbolic values
- Improve valueflow after pushing to container

GUI:

- The platform type 'Unspecified' within .cppcheck projects has been deprecated and will be removed in Cppcheck 2.14. Please use 'unspecified' instead.
- Do not replace relative paths with absolute paths in suppressions in the project file dialog

Interface:

- The new option --check-level=<level> has been added that controls how much checking is made by Cppcheck. The default checking level is "normal". If you feel that you can wait longer on results you can use --check-level=exhaustive.
- It is no longer necessary to run "--check-config" to get detailed "missingInclude" and "missingIncludeSystem" messages. They will always be issued in the regular analysis if "missingInclude" is enabled.
- "missingInclude" and "missingIncludeSystem" are reported with "-j" is > 1 and processes are used in the backend (default in non-Windows binaries)
- "missingInclude" and "missingIncludeSystem" will now cause the "--error-exitcode" to be applied
- "--enable=information" will no longer implicitly enable "missingInclude" starting with 2.16. Please enable it explicitly if you require it.
- The `constParameter` and `constVariable` checks have been split into 3 different IDs based on if the variable is a pointer, a reference, or local. The different IDs will allow users to suppress different const warning based on variable type.

    - `constParameter`
    - `constParameterReference`
    - `constParameterPointer`
    - `constVariable`
    - `constVariableReference`
    - `constVariablePointer`

- More command-line parameters will now check if the given integer argument is actually valid. Several other internal string-to-integer conversions will now be error checked.
- scanning projects (with -j1) will now defer the analysis of markup files until the whole code was processed

[close]

Download: Klick

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Cherrytree Portable 0.99.56
« Antwort #20254 am: 29 Juni, 2023, 08:20 »
CherryTree is a hierarchical note taking application featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.

Changelog

    Implemented new data storage type: multiple files in hierarchical folder structure (#2123, #1823)
    The backups for the new multiple files data storage do not contain all the tree but only what has changed
    All backup files (or folders for the brand new multifile data storage) are now starting with a dot (.name~, .name~~, ..)
    Fixed crash sorting rows of table lightweight interface (#2253)
    Fix export to html of lists (#2276, #2286)
    Fixed recent documents corruption when file is deleted/missing (#2277)
    Fixed on Windows zooming the font reverts the font family to Sans (#2257)
    Click on line number to behave as triple click (select line, #1363)
    Column edit (selection with Ctrl+Alt held down) added clipboard support (#2232)
    Added 37 new stock icons available to be chosen as tree node icons
    Remember last selected custom icon in node properties same as last selected colour (#2185)
    Implemented import nodes from indented list (#1551, #2258)
    Added support for executing java code in code nodes and codeboxes
    Added detection of exclusions from the search hit in the current search and message to the user / how to disable exclusions
    Fixed in flatpak and appimage languages not available (#2270)
    Fixed latex box issue with portable version of cherrytree on windows (#2294)
    Added tooltip with node name when hovering node (#2295)
    Incomplete languages: ar, bg, el, fi, hi_IN, hr, lt, zh_CN

[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: 191383
  • Ohne Input kein Output
    • DVB-Cube
darktable Portable 4.4.0
« Antwort #20255 am: 29 Juni, 2023, 08:30 »
Darktable is an open source photography workflow application and RAW developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.

License:  GPLv3

Changelog

The Big Ones

The following is a summary of the main features added to darktable
4.4. Please see the user manual for more details of the individual
changes (where available).

    It is now possible to define multiple automatically-applied presets
    against a single processing module. Each preset after the first will
    be added to a new module instance immediately after the first
    instance in the pipeline.

    To better visualise which module instance corresponds to which
    preset, the module label will be automatically set to the name of
    any preset that matches the current module's parameters. If you
    subsequently alter those parameters, the label will be cleared,
    unless its parameters match to another preset, in which case it will
    be changed to the name of the matched preset. If the module label
    has been hand edited it will never be updated automatically.

    A new option (preferences > darkroom > automatically update module
    name) has been introduced to allow this functionality to be
    disabled.

    The default parameters of some processing modules have been reworked
    to allow them to be more easily used in copy/paste, presets and
    styles.

    Many modules have default parameters based on image metadata or
    current workflow, for example:
        exposure: in a scene-referred workflow, the exposure is adjusted
        using the Exif exposure compensation value,
        denoise (profiled): set based on camera and ISO,
        lens correction: set based on camera, lens, focal length, focus distance,
        base curve: set based on the camera maker,
        white balance: set based on Exif metadata,
        orientation: set based on Exif metadata,
        color calibration: set based on Exif metadata

    For all of these modules it is now possible to paste settings while
    ensuring that the proper image metadata is used to set the module
    parameters. This is achieved by selecting the "Reset" column in the
    preset and style dialogs, which makes the module behave as if its
    reset button has been clicked.

    When creating or editing presets, a new option, "reset all module
    parameters to their default values", has been added. Choose this
    option to auto-add modules to matching images while retaining their
    default parameters (including any set based on image metadata).

    This functionality has allowed us to clean up a number of
    module-specific hacks that previously achieved similar functionality
    (albeit in a more limited way).

    The default workflow configuration option (preferences > processing >
    auto-apply pixel workflow defaults) has now been adjusted to
    incorporate the previous chromatic adaptation workflow setting and to
    include the new sigmoid module. Options are now as follows:
        scene-referred (filmic) -- default
        scene-referred (sigmoid)
        display-referred (legacy)
        None

    With these new options, the color calibration module and
    scene-referred module order will be automatically applied for all
    workflows except "display-referred (legacy)", which will continue to
    use only the white balance module for chromatic adaptation. The
    value in brackets represents the default module used for tone
    mapping (filmic/sigmoid). In the legacy mode, base curve will be
    used for tone mapping and in "none" mode, no tone mapping module
    will be applied.

    The scopes module now has a new color harmony overlay option in RYB
    vectorscope mode. You can choose from 9 different color harmonies:
        Monochromatic
        Analogous
        Analogous complementary
        Complementary
        Split complementary
        Dyad
        Triad
        Tetrad
        Square

    These will show as overlays on top of the vectorscope to tell you
    where the "harmonic" colors are. You can rotate the overlays by
    scrolling with your mouse.

    Color harmony guides can be used along with the global color picker
    module to guide you in shifting your image's colors to fit a given
    color harmony -- think of them like crop composition guides, but for
    colors.

    A global right-click-and-drag operation has been added to
    allow image rotation to be corrected without first opening the
    rotate and perspective module. This operation can be used as long as
    the currently-focused module does not already use that shortcut for
    another purpose.

    Drawn mask functionality has been completely overhauled with a large
    number of changes and fixes:

        The "brush smoothing" and "pen pressure" options have been moved
        from the global preferences dialog to a new collapsible
        "properties" section in the mask manager, so that they can be
        changed while drawing and can be assigned shortcuts.

        The drawn mask shape size/feather/hardness sliders in the mask
        manager now use a logarithmic scale and scrolling over them makes
        relative adjustments, just like Shift+scroll over the
        shape itself. As with other sliders, Ctrl or
        Shift can be used to make fine or coarse adjustments
        (similarly with shortcut fallbacks enabled). Shortcuts assigned to
        the sliders can be used to adjust brush size/hardness while
        drawing.

        A fifth set operator has been added to the mask manager to allow
        drawn shapes to be combined in "sum" mode. This allows repeated
        brush strokes with low opacity to be layered on top of each other
        to increase the strength of the mask. This mode is now the default
        for brush shapes.

        It is now possible to change the set operator (mode) for all
        shapes in a group from the right-click menu in the mask manager.

        Some actions in the mask manager menu previously could be
        activated even though they would have no impact on the image in
        some contexts. The move up/down actions are therefore now disabled
        for the first and last element in a group respectively, and it is
        no longer possible to choose a set operator (mode) for the first
        element in a group.

        The sort order of the shapes in mask manager groups has been
        reversed so that the lowest ranking shape is at the bottom of the
        group. The sort order of shapes outside of a group has also been
        changed for consistency.

        It is now possible for all mask types to be added continuously in
        the mask manager.

        Fixed an issue where the brush was not properly displayed after
        being created from the mask manager, and a crash when creating
        gradients from the mask manager has also been fixed.

        For all shapes the editable state is now properly set after
        creation making it possible to move and resize the different parts
        of the shapes.

        Fixed a display issue when editing a shape name in the mask manager.

        Fixed the state of the set operators in the mask manager -- when
        moving a mask up/down we now ensure that the first mask has no
        operator and that the second one always has an operator assigned.
        If no operator has been set yet the default (union) operator is
        used.

        When using a shortcut to add shapes to a drawn (blending) mask the
        blending mode will automatically switch to "drawn mask" or "drawn &
        parametric mask", depending on what it was before, so that any newly
        created shape will actually affect the image.

        In the drawn mask blending mode there used to be an "invert mask"
        option that had the same functionality as the "toggle polarity" option.
        Since both were doing the same thing, "invert mask" is now removed.

        The drawing of masks has been reworked to ensure that all types of
        masks are drawn in the same way -- the central area, border, and
        highlighted segments are now displayed consistently. The highlighted
        segment is now more visible, especially for the brush mask, where
        the highlighted segment was barely distinguishable due to a bug.

        In the style and copy/paste dialogs a new column has been added to
        show whether a module uses a mask (drawn/parametric/raster) using
        ...

[close]

Download: Klick

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
HWiNFO 32+64 Portable 7.50.5150
« Antwort #20256 am: 29 Juni, 2023, 09:00 »
HWiNFO is a professional hardware information and diagnostic tool supporting latest components, industry technologies and standards. It's are targeted to recognize and extract the most possible amount of information about computer's hardware which makes it suitable for users searching for driver updates, computer manufactures, system integrators and technical exteperts too. Retrieved informations are presented in a logical and easily understandable form and can be exported into various types of reports.

Changelog
   

    Added AMD Radeon RX 7600.
    Added NVIDIA GeForce RTX 4060 and 4060 Ti 8GB.
    Fixed Kingston Fury Beast DDR5 DIMM RGB color issue.
    Added monitoring of DDR5 PMIC Over and Under Voltage.
    Enhanced sensor monitoring on MSI B450M-A PRO MAX II.
    Added license management and import options.
    Added AMD Radeon PRO W7800 and W7900.
    Enhanced sensor monitoring on GIGABYTE X670E and B650E series.
    NVMe drives are now polled per global period, not S.M.A.R.T. period.
    Added new Intel branding badges.
    Added filtered search function in main window.
    Enhanced sensor monitoring on DIEBOLD U1.0-ADL-uATX.
    Removed DriverFix.
    Added support of ASMedia-based USB-NVMe drives.
    Added support of new NZXT Kraken models.

[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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Google Chrome Portable 115.0.5790.56 Beta
« Antwort #20257 am: 29 Juni, 2023, 10:30 »
Zitat
The Beta channel has been updated to 115.0.5790.56 for Windows,Linux and Mac

A full list of changes in this build is available in the log.

Quelle: https://chromereleases.googleblog.com/2023/06/beta-channel-update-for-desktop_28.html

Download: Klick

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Draw.io Portable 21.5.1
« Antwort #20258 am: 29 Juni, 2023, 10:50 »
Create diagrams and organize your work with this neat application, and do all this in an offline medium for maximum security and comfort.

Apache License 2.0

Changelog


- Adds tolerance for edge handles, click on terminal
- Shift+alt+drag moves shapes, fixes inconsistencies
- Shift+alt+drag on resize and terminal handle moves
- Fixes highlight of connecting edges for shift+drag
- Fixes update of table handlers, inconsistent code
- Changes replace behavior to match find logic [drawio-3616]
- Improves replace in html labels to cover more cases
- Fixes status not clickable on icon [drawio-3688]
- Fixes zoom in edit connection points [drawio-3684]
- Adds grid in connection points dialog [drawio-3685]
- Changes allowBrowser to an argument in LibraryDialog [DID-8641]
- [desktop] Fixes stencils and shapes in export due to CSP restrictions

[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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Opera One 101.0.4843.5 Beta
« Antwort #20259 am: 29 Juni, 2023, 19:40 »
Zitat
Hello,

We’re thrilled to announce a major milestone in the development of Opera 101: our browser is now entering the beta stage.

Here is the full changelog for this build. Happy browsing!

Quelle -> https://blogs.opera.com/desktop/2023/06/opera-101-beta/

https://www.mediafire.com/file/lako1x4nzv6fff2/Opera_beta_Portable_MultiVersion_32-64-bit_Multilingual_Online.exe/file

In first screen enter: 101.0.4843.5


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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable KMPlayer 2023.6.29.12
« Antwort #20260 am: 29 Juni, 2023, 19:45 »
KMPlayer is a audio/video player that supports a wide range of file formats, including AVI, MKV, MPEG, OGM, MP4, ASF etc. without any additional codecs installed. It also has full VCD/DVD playback functionality. In addition, it is able to play incomplete/damaged AVI files, or media files that are locked while downloading or sharing.

Freeware

https://www.mediafire.com/file/5jqsf1z5n0eoomu/KMPlayer_Portable_latest_32-64-bit_Multilingual_Online.exe/file

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: 191383
  • 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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Portable Vivaldi Browser Snapshot 6.2.3062.3
« Antwort #20262 am: 30 Juni, 2023, 08:00 »
Zitat
Vivaldi enables the “Browser windows in Portal” experiment by default: an underlying change to how Vivaldi handles multiple windows.

Changelog


    [New][Portal] Enable Browser windows in Portal by default (VB-98481)
    [Address Field] Best/top result not updated when pasting (VB-98423)
    [Calendar] Wrong Time Zone inherited from Operating System (VB-96629)
    [Chromium] Upgraded to 114.0.5735.204
    [Menus] Update the Report a Problem link (VB-98537)
    [Panels] Opens when going full screen (VB-98440)
    [Panels] Content dragged over should open it (VB-96532)
    [Panels][Settings] Separate width option not saved (VB-98231)
    [Workspaces] Button shows audio icon when none is playing (VB-98524)
    [Workspaces][Panels] Improve Drag and drop in windows panel (VB-97871)
    [Workspaces] Creating a workspace in a private window creates an empty “Restored Workspace” in normal windows (VB-98506)

[close]

Quelle & weitere Infos : https://vivaldi.com/blog/desktop/same-old-new-window-now-opens-faster-vivaldi-browser-snapshot-3062-3/

https://www.mediafire.com/file/77oaxbd16lqtg16/Vivaldi_Portable_snapshot_32-64-bit_Multilingual_Online.exe/file

In first screen enter: 6.2.3062.3

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
Autoruns Portable 14.1
« Antwort #20263 am: 30 Juni, 2023, 08:20 »
This utility, which has the most comprehensive knowledge of auto-starting locations of any startup monitor, shows you what programs are configured to run during system bootup or login, and when you start various built-in Windows applications like Internet Explorer, Explorer and media players. These programs and drivers include ones in your startup folder, Run, RunOnce, and other Registry keys. Autoruns reports Explorer shell extensions, toolbars, browser helper objects, Winlogon notifications, auto-start services, and much more. Autoruns goes way beyond other autostart utilities.

Freeware

Whats new:>>

This update to Autoruns, a utility for monitoring startup items, fixes a bug with detecting non-shortcut files in startup folders, fixes a bug with handling non-UNC, non-absolute paths, and improves theming support.

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: 191383
  • Ohne Input kein Output
    • DVB-Cube
GnuCash Portable 5.3
« Antwort #20264 am: 30 Juni, 2023, 10:10 »
GnuCash Portable is an open source financial management application packaged as a portable app, so you can take your financial data with you. It has all the same great features as most commercial money management programs and more.

Whats new:>>

Bug 798967 - Cannot Save to Any Path After Upgrading to 5.2 Fix inverted if statement condition for save success flag

Download: Klick

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 )