Everywhere
  • Everywhere
  • Articles
  • Pages
  • Forum
  • Files
  • Records
  • Records
  • Records
  • Records
  • Records
  • Records
  • More Options
  1. Forum
  2. Downloads
  3. Hardware
    1. 3D-Accelerator
    2. CPU-Sockets
    3. RAM
    4. HDMI & Display Port
    5. USB
    6. Thunderbolt
  4. Parcum
    1. Parcum - Countries
    2. Parcum - Categories
  5. Other
    1. ISeeT Main Site
    2. Link-Library
    3. Restaurants, Snacks and more
  • Login
  • Register
  • Search
  1. ISeeT Forums
  2. Members
  3. ISeeTWizard

Posts by ISeeTWizard

  • Install WMIC

    • ISeeTWizard
    • 12 November 2025 at 13:26

    On most Windows 11 machines WMIC is missing but are needed by different tools like Easy2Boot.

    Here is a small batch file to install that missing part.

    Code
    @echo off
    :: by maravento.com
    
    :: WMIC Add/Remove
    :: For Windows 10/11
    
    setlocal EnableDelayedExpansion
    
    :check_admin
    net session >nul 2>&1
    if %errorlevel% neq 0 (
        powershell -ExecutionPolicy Bypass -Command "Start-Process '%~f0' -Verb RunAs"
        exit /b
    )
    
    :check_wmic
    wmic.exe /? >nul 2>&1
    if %errorlevel% equ 0 (
        set "wmic_status=installed"
    ) else (
        set "wmic_status=not installed"
    )
    
    :menu
    cls
    echo.
    echo ============================
    echo        STATUS OF WMIC        
    echo ============================
    echo.
    echo WMIC status: !wmic_status!
    echo.
    echo Available options:
    echo.
    echo [1] Enable WMIC
    echo [2] Disable WMIC
    echo [3] Exit
    echo.
    set /p "opcion=Select an option (1-3): "
    
    if "%opcion%"=="1" (
        if "!wmic_status!"=="installed" (
            echo.
            echo WMIC is already installed
            pause
            goto menu
        ) else (
            echo.
            echo Installing WMIC...
            echo This process may take several minutes...
            echo.
            DISM /Online /Add-Capability /CapabilityName:WMIC~~~~ /NoRestart
            if !errorlevel! equ 0 (
                echo.
                echo WMIC has been installed successfully
                set "wmic_status=installed"
            ) else (
                echo.
                echo Error installing WMIC
            )
            pause
            goto menu
        )
    )
    
    if "%opcion%"=="2" (
        if "!wmic_status!"=="not installed" (
            echo.
            echo WMIC is already uninstalled
            pause
            goto menu
        ) else (
            echo.
            echo Uninstalling WMIC...
            echo This process may take several minutes...
            echo.
            DISM /Online /Remove-Capability /CapabilityName:WMIC~~~~ /NoRestart
            if !errorlevel! equ 0 (
                echo.
                echo WMIC has been successfully uninstalled
                set "wmic_status=not installed"
            ) else (
                echo.
                echo Error uninstalling WMIC
            )
            pause
            goto menu
        )
    )
    
    if "%opcion%"=="3" (
        exit /b
    )
    
    goto menu
    Display More

    The origin of this batch file is still written on the top.

    Files

    install_wmic.bat 2.08 kB – 71 Downloads
  • Emby 4.9.1.90

    • ISeeTWizard
    • 11 November 2025 at 12:56
    • Fix lists scrolling back up to top after editing metadata
    • Improve music now playing background blur
    • Update recordings display
    • DVR - don't save series image if there already is one
    • Support quoted search queries
    • Improve search performance
    • Fixes for multi-part detection
    • Fixes for external subtitles encoded in ansi
    • Fixes for external .sup subtitles
    • Fixes for subtitle font extraction
    • Fix redirect for windows start menu option
    Release 4.9.1.90 · MediaBrowser/Emby.Releases
    Fix lists scrolling back up to top after editing metadata Improve music now playing background blur Update recordings display DVR - don't save series image if…
    github.com
  • Fix Trust Relationship

    • ISeeTWizard
    • 11 November 2025 at 12:29

    Sometimes it happens that your machine looses the trust with your primary domain.

    In that case there are different option you try to fix it but you need AD Admin rights.

    First one is simply disconnect the machine from the domain and rejoin it but pay attention that you need a password for a local admin account!

    You could now simply go to System → Domain or Workgroup → Change and move it to a temp workgroup, reboot and than join it to the domain or you can use PowerShell for this.

    PowerShell
    $computer = Get-WmiObject Win32_ComputerSystem
    $computer.UnjoinDomainOrWorkGroup("AdminPW", "AdminAccount", 0)
    $computer.JoinDomainOrWorkGroup("Domain", "AdminPW", "AdminAccount", $null, 3)
    Restart-Computer -Force


    Another option is if the machine still exists in the AD to reset the machine password.

    For this you can use this PowerShell Command here

    PowerShell
    Reset-ComputerMachinePassword -Server DomainServer -Credential DomainName\Administrator

    or with

    PowerShell
    Test-ComputerSecureChannel -Verbose -Repair -Credential DomainName\Administrator

    You can also use this command to simply check the current status

    PowerShell
    Test-ComputerSecureChannel -verbose

    This would lead into a message like

    Code
    VERBOSE: Performing the operation "Test-ComputerSecureChannel" on target "YourMachinName".
    True
    VERBOSE: The secure channel between the local computer and the domain YourDomainName is in good condition.

    Another option is to use netdom but in a multi Server environment this could lead into issues as you don't know on what DC the machine does its authentifcation.

    Code
    netdom resetpwd /Server:DC1 /UserD:administrator /passwordD:<em>password</em>

    Also within the RSAT you could search for the machine, right click it and choose to reset the account.

    But till now I never was successful with this one but as it is reported on some sites - maybe it's due to our special environment that it doesn't work.

    And another option is also again a remove and add computer one :smiling_face:

    PowerShell
    Remove-Computer -UnJoinDomaincredential DomainName\administrator -PassThru -Verbose -Restart
    PowerShell
    Add-Computer -DomainName DomainName -Passthru -Verbose -Restart

    That are to most common ways - at least those I know :smiling_face:

  • Introducing iPhone Pocket: a beautiful way to wear and carry iPhone

    • ISeeTWizard
    • 11 November 2025 at 11:06

    November 11, 2025


    Born out of a collaboration between ISSEY MIYAKE and Apple, iPhone Pocket features a singular 3D-knitted construction designed to fit any iPhone

    ISSEY MIYAKE and Apple today unveiled iPhone Pocket. Inspired by the concept of “a piece of cloth,” its singular 3D-knitted construction is designed to fit any iPhone as well as all pocketable items. Beginning Friday, November 14, it will be available at select Apple Store locations and on apple.com in France, Greater China, Italy, Japan, Singapore, South Korea, the UK, and the U.S.

    iPhone Pocket features a ribbed open structure with the qualities of the original pleats by ISSEY MIYAKE. Born from the idea of creating an additional pocket, its understated design fully encloses iPhone, expanding to fit more of a user’s everyday items. When stretched, the open textile subtly reveals its contents and allows users to peek at their iPhone display. iPhone Pocket can be worn in a variety of ways — handheld, tied onto bags, or worn directly on the body. Featuring a playful color palette, the short strap design is available in eight colors, and the long strap design in three colors.

    “The design of iPhone Pocket speaks to the bond between iPhone and its user, while keeping in mind that an Apple product is designed to be universal in aesthetic and versatile in use,” shared Yoshiyuki Miyamae, design director of MIYAKE DESIGN STUDIO. “iPhone Pocket explores the concept of ‘the joy of wearing iPhone in your own way.’ The simplicity of its design echoes what we practice at ISSEY MIYAKE — the idea of leaving things less defined to allow for possibilities and personal interpretation.”

    “Apple and ISSEY MIYAKE share a design approach that celebrates craftsmanship, simplicity, and delight,” said Molly Anderson, Apple’s vice president of Industrial Design. “This clever extra pocket exemplifies those ideas and is a natural accompaniment to our products. The color palette of iPhone Pocket was intentionally designed to mix and match with all our iPhone models and colors — allowing users to create their own personalized combination. Its recognizable silhouette offers a beautiful new way to carry your iPhone, AirPods, and favorite everyday items.”

    A Piece of Cloth

    Crafted in Japan, iPhone Pocket features a singular 3D-knitted construction that is the result of research and development carried out at ISSEY MIYAKE. The design drew inspiration from the concept of “a piece of cloth” and reinterpreted the everyday utility of the brand’s iconic pleated clothing. The development and design of iPhone Pocket unfolded in close collaboration with the Apple Design Studio, which provided insight into design and production throughout.

    Availability

    iPhone Pocket is a limited-edition release. The short strap design is available in lemon, mandarin, purple, pink, peacock, sapphire, cinnamon, and black; the long strap design is available in sapphire, cinnamon, and black. iPhone Pocket in the short strap design retails at $149.95 (U.S.), and the long strap design at $229.95 (U.S.).

    Customers can purchase iPhone Pocket beginning Friday, November 14, at select Apple Store locations and apple.com in France, Greater China, Italy, Japan, Singapore, South Korea, the UK, and the U.S. Just in time for the holidays, Apple Specialists in stores and online can help customers mix and match different lengths and colors with their iPhone, style iPhone Pocket, and purchase their new favorite accessory.

    • Apple Canton Road, Hong Kong
    • Apple Ginza, Tokyo
    • Apple Jing’an, Shanghai
    • Apple Marché Saint-Germain, Paris
    • Apple Myeongdong, Seoul
    • Apple Orchard Road, Singapore
    • Apple Piazza Liberty, Milan
    • Apple Regent Street, London
    • Apple SoHo, New York City
    • Apple Xinyi A13, Taipei

    About ISSEY MIYAKE ISSEY MIYAKE was founded in 1971 by the namesake designer, one year after the establishment of MIYAKE DESIGN STUDIO. The company operates through an integrated process for clothing and related items, encompassing creative conception, development, manufacturing, and retail operations. Guided by the philosophy of “bringing unprecedented originality for ease in everyday life,” ISSEY MIYAKE practices this commitment through products conceived with society and the future in mind, thus ensuring a lasting culture of innovative design and making. About Apple Apple revolutionized personal technology with the introduction of the Macintosh in 1984. Today, Apple leads the world in innovation with iPhone, iPad, Mac, AirPods, Apple Watch, and Apple Vision Pro. Apple’s six software platforms — iOS, iPadOS, macOS, watchOS, visionOS, and tvOS — provide seamless experiences across all Apple devices and empower people with breakthrough services including the App Store, Apple Music, Apple Pay, iCloud, and Apple TV. Apple’s more than 150,000 employees are dedicated to making the best products on earth and to leaving the world better than we found it.

    Press Contacts

    Norman Tan

    Apple

    norman.tan@apple.com

    Apple Media Helpline

    media.help@apple.com


  • Developers decode their journeys from app ideas to App Store

    • ISeeTWizard
    • 7 November 2025 at 14:21

    Apple-Swift-Student-Challenge-winners.mp4


    November 6, 2025

    Meet three Swift Student Challenge winners crafting immersive apps with a uniquely human touch; submissions for next year’s challenge open February 6

    Every year, Apple’s Swift Student Challenge celebrates the creativity and ingenuity of student developers from around the world, inviting them to use Swift and Xcode to solve real-world problems in their own communities and beyond. Submissions for the 2026 challenge will open February 6 for three weeks, and students can prepare with new Develop in Swift tutorials and Meet with Apple code-along sessions.

    Former Swift Student Challenge winners Brayden Gogis, Adrit Rao, and Sofia Sandoval have experienced firsthand how app development can unlock creativity and curiosity, strengthen their critical thinking, and lay the foundation for exciting careers. By harnessing cutting-edge technologies like machine learning and spatial computing, they’ve gone on to craft full-fledged apps and games imbued with warmth and a uniquely human touch.

    Below, the three share their journeys in app creation, from learning how to code, to submitting their projects to the Swift Student Challenge, to launching their first apps and games on the App Store.

    Brayden Gogis doesn’t remember a time when he wasn’t completely fixated on games in all forms. “In preschool, when they asked us to dress up as what we wanted to be when we grew up, I dressed up like a game show host,” he recalls.

    In second grade, when he first discovered the App Store on his iPod touch, that enthusiasm ratcheted up to a whole new level. “My dad showed me a game that was made by a 14-year-old, and I thought that was so cool,” says Gogis.

    Making a game for a traditional console felt out of reach, but creating a game for the App Store felt accessible, so he scoured the web for tutorials and learned everything he could about coding.

    When Gogis entered the 2019 Swift Student Challenge, he won with his now-published app Solisquare, a reimagined take on the classic card game with quick gestures and an intuitive, hands-on feel. “SwiftUI is really helpful for making apps and games feel super interactive, because I can quickly prototype not only how something’s going to look, but how it’s going to feel,” Gogis says.

    The 21-year-old, now a senior at Taylor University in Upland, Indiana, brought that same personal touch to his latest App Store release, Joybox, a social media app that allows users to create groups and add photos, stories, and songs to their collective Joybox, and select a time to open the box together. Built with SwiftUI and UIKit, the app features elaborate backgrounds, morphing gradients, and haptics to replicate the sense of physically writing down a memory and putting it into a box, and allows users to share songs via integration with Apple Music.

    “The reason I enjoy coding is because I love people, and I want to improve people’s lives in whatever way I can,” says Gogis. “It’s so good for your brain to take five minutes every day and focus on what you’re grateful for, and share that with other people.”

    Adrit Rao was first introduced to block programming when he moved to Palo Alto, California, in elementary school, and he taught himself the basics of coding during the COVID-19 pandemic. From the very beginning, he was struck by the problem-solving possibilities app creation enables.

    “The App Store offers a straightforward way to share what I’ve built with people beyond my own community,” the three-time Swift Student Challenge winner explains. “When you don’t have to worry about how you’re going to reach people, you can instead focus on the second step: What kind of problem are you going to target, and what kind of accessible solution are you going to build?”

    Rao, a premed student who recently began his freshman year at the University of California, Berkeley, is especially interested in the ways technology can help improve accessibility and bridge connections. He’s currently putting the finishing touches on EyeSee, an app that taps into powerful on-device algorithms on iPhone to simulate the experience of various eye conditions. “The idea behind the app is around building empathy, as it can be hard to understand how other people see the world,” he explains.

    With an earlier app Signer, Rao used Core ML, Apple’s on-device machine learning framework, to convert sign language gestures into speech — an idea that came to him after reading an article about how frustrating it can be for people in the Deaf community to communicate with people who aren’t fluent in sign language. The app is designed to help facilitate real-time communication in everyday situations where learning sign language may not be immediately possible, such as a quick exchange at a grocery store or placing an order at a local coffee shop.

    Rao plans to collaborate with organizations that support Deaf communities to gather more feedback to help refine and improve it. “It’s always really exciting when you receive feedback that lets you make your apps better,” he says. “I want to keep iterating on Signer to make sure it meets the needs of Deaf and hearing communities alike.”

    Sofia Sandoval always had a creative spark. Growing up between the U.S. and Mexico, she stayed connected with loved ones by creating elaborate cards for every occasion. But when she went off to college to study computer science at Tecnológico de Monterrey, she found it harder to keep up the ritual and stay in touch. “Everyone gets texts these days,” she explains. “It’s a special feeling to get an actual card, and even the creation process feels intentional, making sure that people feel loved and appreciated.”

    Ahead of last year’s Swift Student Challenge submission deadline, while Sandoval was feeling burnt out and a bit homesick, an idea came to her. Cariño, her winning app playground, channels the warmth and thoughtfulness of a physical handmade card into digital form. She designed the app’s card templates in Procreate on iPad using Apple Pencil.

    “I wanted to make the user experience feel like writing on a paper card,” Sandoval says. “Using Swift and SwiftUI, I created boundaries for the card and made it so you can flip it over, just like the real thing, and added functions for erasing and exporting the final designs.”

    She’s currently experimenting with adding even more dimension to the app through the power of spatial computing. “In my school’s innovation lab, I installed the app on Apple Vision Pro, and it really sparked my curiosity in learning how I can develop and adapt solutions for it,” says Sandoval, who launched Cariño on the App Store earlier this year.

    For students looking to take the leap and explore coding for themselves, Sandoval says there’s no time like the present to open Xcode and get started. “I know it can be really overwhelming, but the only way to actually learn is to get fully immersed in it — get uncomfortable,” she advises. “The tools are all literally within reach; you have them all right here.”

    This fall, aspiring developers can prepare for the 2026 Swift Student Challenge with new Develop in Swift tutorials that delve into topics like SwiftUI, spatial computing, app design, and machine learning. Students and educators can also sign up to code along with special Meet with Apple sessions on getting started with app development, experimenting with coding intelligence in Xcode, and participating in the Swift Student Challenge.

    Press Contacts

    Apple Media Helpline

    media.help@apple.com


  • Apple just released 2 new iOS Firmwares 26.1

    • ISeeTWizard
    • 7 November 2025 at 14:16
    • iOS 26.1 (Build 23J582) for:
      • Apple TV 4 (AppleTV5,3) — Download
      • AudioAccessory5,1 (AudioAccessory5,1) — Download
    • iOS 26.1 (Build 23B85) for:
      • iPad Pro 3 (11'', Wi-Fi) (iPad8,1) — Download
      • iPad Pro 3 (11'', Wi-Fi, 1 TB) (iPad8,2) — Download
      • iPad Pro 3 (11'', Cellular) (iPad8,3) — Download
      • iPad Pro 3 (11'', Cellular, 1 TB) (iPad8,4) — Download
      • iPad Pro 3 (12.9'', Wi-Fi) (iPad8,5) — Download
      • iPad Pro 3 (12.9'', Wi-Fi, 1 TB) (iPad8,6) — Download
      • iPad Pro 3 (12.9'', Cellular) (iPad8,7) — Download
      • iPad Pro 3 (12.9'', Cellular, 1 TB) (iPad8,8) — Download
      • iPad8,9 (iPad8,9) — Download
      • iPad8,10 (iPad8,10) — Download
      • iPad8,11 (iPad8,11) — Download
      • iPad8,12 (iPad8,12) — Download
      • iPad mini 5 (Wi-Fi) (iPad11,1) — Download
      • iPad mini 5 (Cellular) (iPad11,2) — Download
      • iPad Air 3 (Wi-Fi) (iPad11,3) — Download
      • iPad Air 3 (Cellular) (iPad11,4) — Download
      • iPad11,6 (iPad11,6) — Download
      • iPad11,7 (iPad11,7) — Download
      • iPad12,1 (iPad12,1) — Download
      • iPad12,2 (iPad12,2) — Download
      • iPad13,1 (iPad13,1) — Download
      • iPad13,2 (iPad13,2) — Download
      • iPad13,4 (iPad13,4) — Download
      • iPad13,5 (iPad13,5) — Download
      • iPad13,6 (iPad13,6) — Download
      • iPad13,7 (iPad13,7) — Download
      • iPad13,8 (iPad13,8) — Download
      • iPad13,9 (iPad13,9) — Download
      • iPad13,10 (iPad13,10) — Download
      • iPad13,11 (iPad13,11) — Download
      • iPad13,16 (iPad13,16) — Download
      • iPad13,17 (iPad13,17) — Download
      • iPad13,18 (iPad13,18) — Download
      • iPad13,19 (iPad13,19) — Download
      • iPad14,1 (iPad14,1) — Download
      • iPad14,2 (iPad14,2) — Download
      • iPad14,3 (iPad14,3) — Download
      • iPad14,4 (iPad14,4) — Download
      • iPad14,5 (iPad14,5) — Download
      • iPad14,6 (iPad14,6) — Download
      • iPad14,8 (iPad14,8) — Download
      • iPad14,9 (iPad14,9) — Download
      • iPad14,10 (iPad14,10) — Download
      • iPad14,11 (iPad14,11) — Download
      • iPad16,1 (iPad16,1) — Download
      • iPad16,2 (iPad16,2) — Download
      • iPad16,3 (iPad16,3) — Download
      • iPad16,4 (iPad16,4) — Download
      • iPad16,5 (iPad16,5) — Download
      • iPad16,6 (iPad16,6) — Download
      • iPhone 11 (iPhone12,1) — Download
      • iPhone 11 Pro (iPhone12,3) — Download
      • iPhone 11 Pro Max (iPhone12,5) — Download
      • iPhone12,8 (iPhone12,8) — Download
      • iPhone13,1 (iPhone13,1) — Download
      • iPhone13,2 (iPhone13,2) — Download
      • iPhone13,3 (iPhone13,3) — Download
      • iPhone13,4 (iPhone13,4) — Download
      • iPhone14,2 (iPhone14,2) — Download
      • iPhone14,3 (iPhone14,3) — Download
      • iPhone14,4 (iPhone14,4) — Download
      • iPhone14,5 (iPhone14,5) — Download
      • iPhone14,6 (iPhone14,6) — Download
      • iPhone14,7 (iPhone14,7) — Download
      • iPhone14,8 (iPhone14,8) — Download
      • iPhone15,2 (iPhone15,2) — Download
      • iPhone15,3 (iPhone15,3) — Download
      • iPhone15,4 (iPhone15,4) — Download
      • iPhone15,5 (iPhone15,5) — Download
      • iPhone16,1 (iPhone16,1) — Download
      • iPhone16,2 (iPhone16,2) — Download
      • iPhone17,1 (iPhone17,1) — Download
      • iPhone17,2 (iPhone17,2) — Download
      • iPhone17,3 (iPhone17,3) — Download
      • iPhone17,4 (iPhone17,4) — Download
      • iPhone17,5 (iPhone17,5) — Download
      • iPad15,7 (iPad15,7) — Download
      • iPad15,8 (iPad15,8) — Download
      • iPad15,5 (iPad15,5) — Download
      • iPad15,3 (iPad15,3) — Download
      • iPad15,4 (iPad15,4) — Download
      • iPad15,6 (iPad15,6) — Download
      • iPhone18,2 (iPhone18,2) — Download
      • iPhone18,4 (iPhone18,4) — Download
      • iPhone18,1 (iPhone18,1) — Download
      • iPhone18,3 (iPhone18,3) — Download
      • iPad17,2 (iPad17,2) — Download
      • iPad17,1 (iPad17,1) — Download
      • iPad17,3 (iPad17,3) — Download
      • iPad17,4 (iPad17,4) — Download
  • Apple just released 2 new iOS OTA Firmwares 18.7.2

    • ISeeTWizard
    • 7 November 2025 at 14:15
    • iOS 9.9.18.7.2 (beta) (Build 22H6124) for:
      • iPad 7 (Wi-Fi) (iPad7,11)
      • iPad 7 (Cellular) (iPad7,12)
      • iPhone XS (iPhone11,2)
      • iPhone XS Max (China) (iPhone11,6)
      • iPhone XR (iPhone11,8)
    • iOS 9.9.18.7.2 (Build 22H124) for:
      • iPad 7 (Wi-Fi) (iPad7,11)
      • iPad 7 (Cellular) (iPad7,12)
      • iPhone XS (iPhone11,2)
      • iPhone XS Max (China) (iPhone11,6)
      • iPhone XR (iPhone11,8)
  • Apple just released 2 new iOS OTA Firmwares 26.1

    • ISeeTWizard
    • 7 November 2025 at 13:55
    • iOS 9.9.26.1 (beta) (Build 23B6085) for:
      • iPad mini 5 (Wi-Fi) (iPad11,1)
      • iPad mini 5 (Cellular) (iPad11,2)
      • iPad Air 3 (Wi-Fi) (iPad11,3)
      • iPad Air 3 (Cellular) (iPad11,4)
      • iPad11,6 (iPad11,6)
      • iPad11,7 (iPad11,7)
      • iPad12,1 (iPad12,1)
      • iPad12,2 (iPad12,2)
      • iPad13,1 (iPad13,1)
      • iPad13,10 (iPad13,10)
      • iPad13,11 (iPad13,11)
      • iPad13,16 (iPad13,16)
      • iPad13,17 (iPad13,17)
      • iPad13,18 (iPad13,18)
      • iPad13,19 (iPad13,19)
      • iPad13,2 (iPad13,2)
      • iPad13,4 (iPad13,4)
      • iPad13,5 (iPad13,5)
      • iPad13,6 (iPad13,6)
      • iPad13,7 (iPad13,7)
      • iPad13,8 (iPad13,8)
      • iPad13,9 (iPad13,9)
      • iPad14,1 (iPad14,1)
      • iPad14,2 (iPad14,2)
      • iPad14,3 (iPad14,3)
      • iPad14,4 (iPad14,4)
      • iPad14,5 (iPad14,5)
      • iPad14,6 (iPad14,6)
      • iPad Pro 3 (11'', Wi-Fi) (iPad8,1)
      • iPad8,10 (iPad8,10)
      • iPad8,11 (iPad8,11)
      • iPad8,12 (iPad8,12)
      • iPad Pro 3 (11'', Wi-Fi, 1 TB) (iPad8,2)
      • iPad Pro 3 (11'', Cellular) (iPad8,3)
      • iPad Pro 3 (11'', Cellular, 1 TB) (iPad8,4)
      • iPad Pro 3 (12.9'', Wi-Fi) (iPad8,5)
      • iPad Pro 3 (12.9'', Wi-Fi, 1 TB) (iPad8,6)
      • iPad Pro 3 (12.9'', Cellular) (iPad8,7)
      • iPad Pro 3 (12.9'', Cellular, 1 TB) (iPad8,8)
      • iPad8,9 (iPad8,9)
      • iPhone 11 (iPhone12,1)
      • iPhone 11 Pro (iPhone12,3)
      • iPhone 11 Pro Max (iPhone12,5)
      • iPhone12,8 (iPhone12,8)
      • iPhone13,1 (iPhone13,1)
      • iPhone13,2 (iPhone13,2)
      • iPhone13,3 (iPhone13,3)
      • iPhone13,4 (iPhone13,4)
      • iPhone14,2 (iPhone14,2)
      • iPhone14,3 (iPhone14,3)
      • iPhone14,4 (iPhone14,4)
      • iPhone14,5 (iPhone14,5)
      • iPhone14,6 (iPhone14,6)
      • iPhone14,7 (iPhone14,7)
      • iPhone14,8 (iPhone14,8)
      • iPhone15,2 (iPhone15,2)
      • iPhone15,3 (iPhone15,3)
    • iOS 9.9.26.1 (Build 23B85) for:
      • iPad mini 5 (Wi-Fi) (iPad11,1)
      • iPad mini 5 (Cellular) (iPad11,2)
      • iPad Air 3 (Wi-Fi) (iPad11,3)
      • iPad Air 3 (Cellular) (iPad11,4)
      • iPad11,6 (iPad11,6)
      • iPad11,7 (iPad11,7)
      • iPad12,1 (iPad12,1)
      • iPad12,2 (iPad12,2)
      • iPad13,1 (iPad13,1)
      • iPad13,10 (iPad13,10)
      • iPad13,11 (iPad13,11)
      • iPad13,16 (iPad13,16)
      • iPad13,17 (iPad13,17)
      • iPad13,18 (iPad13,18)
      • iPad13,19 (iPad13,19)
      • iPad13,2 (iPad13,2)
      • iPad13,4 (iPad13,4)
      • iPad13,5 (iPad13,5)
      • iPad13,6 (iPad13,6)
      • iPad13,7 (iPad13,7)
      • iPad13,8 (iPad13,8)
      • iPad13,9 (iPad13,9)
      • iPad14,1 (iPad14,1)
      • iPad14,2 (iPad14,2)
      • iPad14,3 (iPad14,3)
      • iPad14,4 (iPad14,4)
      • iPad14,5 (iPad14,5)
      • iPad14,6 (iPad14,6)
      • iPad Pro 3 (11'', Wi-Fi) (iPad8,1)
      • iPad8,10 (iPad8,10)
      • iPad8,11 (iPad8,11)
      • iPad8,12 (iPad8,12)
      • iPad Pro 3 (11'', Wi-Fi, 1 TB) (iPad8,2)
      • iPad Pro 3 (11'', Cellular) (iPad8,3)
      • iPad Pro 3 (11'', Cellular, 1 TB) (iPad8,4)
      • iPad Pro 3 (12.9'', Wi-Fi) (iPad8,5)
      • iPad Pro 3 (12.9'', Wi-Fi, 1 TB) (iPad8,6)
      • iPad Pro 3 (12.9'', Cellular) (iPad8,7)
      • iPad Pro 3 (12.9'', Cellular, 1 TB) (iPad8,8)
      • iPad8,9 (iPad8,9)
      • iPhone 11 (iPhone12,1)
      • iPhone 11 Pro (iPhone12,3)
      • iPhone 11 Pro Max (iPhone12,5)
      • iPhone12,8 (iPhone12,8)
      • iPhone13,1 (iPhone13,1)
      • iPhone13,2 (iPhone13,2)
      • iPhone13,3 (iPhone13,3)
      • iPhone13,4 (iPhone13,4)
      • iPhone14,2 (iPhone14,2)
      • iPhone14,3 (iPhone14,3)
      • iPhone14,4 (iPhone14,4)
      • iPhone14,5 (iPhone14,5)
      • iPhone14,6 (iPhone14,6)
      • iPhone14,7 (iPhone14,7)
      • iPhone14,8 (iPhone14,8)
      • iPhone15,2 (iPhone15,2)
      • iPhone15,3 (iPhone15,3)
  • Context menu - Windows Tools

    • ISeeTWizard
    • 5 November 2025 at 08:01
    Code
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\Directory\background\shell\Windows - Tools]
    "Icon"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
      00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
      6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
      00,31,00,31,00,34,00,00,00
    "MUIVerb"="Windows - Tools"
    
    [HKEY_CLASSES_ROOT\Directory\background\shell\Windows - Tools\command]
    @="explorer.exe shell:::{D20EA4E1-3957-11d2-A40B-0C5020524153}"
    Display More

    Files

    Context menu - Windows Tools.reg 1.09 kB – 74 Downloads
  • Copy file list into Clipboard

    • ISeeTWizard
    • 5 November 2025 at 07:58
    Code
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\Folder\shell\copylist]
    @="Dateiliste in Zwischenablage kopieren"
    [HKEY_CLASSES_ROOT\Folder\shell\copylist\command]
    @="cmd /c dir %1 /b /a:-d /o:n | clip"

    You can add the text you want for "Dateiliste in Zwischenablage kopieren"

    Here it is the German version as example.

    Files

    Copy file list into Clipboard.reg 440 Byte – 74 Downloads
  • Activate the Windows 20H2 Start Menu

    • ISeeTWizard
    • 5 November 2025 at 07:56
    Code
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FeatureManagement\Overrides\0\2093230218]
    "EnabledState"=dword:00000002
    "EnabledStateOptions"=dword:00000000

    Files

    Activate the Windows 20H2 Start Menu.reg 416 Byte – 71 Downloads
  • Activate Dark Theme

    • ISeeTWizard
    • 5 November 2025 at 07:56
    Code
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
    "AppsUseLightTheme"=dword:00000000

    Files

    Activate Dark Theme.reg 326 Byte – 73 Downloads
  • Display all icons on the desktop

    • ISeeTWizard
    • 5 November 2025 at 07:46
    Code
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
    "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
    "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000
    "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
    "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000
    "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000

    Files

    Show all desktop icons.reg 862 Byte – 75 Downloads
  • Advanced Hibernation Options

    • ISeeTWizard
    • 5 November 2025 at 07:43
    Code
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\25DFA149-5DD1-4736-B5AB-E8A37B5B8187]
    "Attributes"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\d4c1d4c8-d5cc-43d3-b83e-fc51215cb04d]
    "Attributes"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\abfc2519-3608-4c2a-94ea-171b0ed546ab]
    "Attributes"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\A4B195F5-8225-47D8-8012-9D41369786E2]
    "Attributes"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\7bc4a2f9-d8fc-4469-b07b-33eb785aaca0]
    "Attributes"=dword:00000000 
    Display More

    Files

    Advanced-hibernation-options.reg 933 Byte – 72 Downloads
  • Advanced Hard Drive Power Settings

    • ISeeTWizard
    • 5 November 2025 at 07:42
    Code
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\dab60367-53fe-4fbc-825e-521d069d2456]
    "Attributes"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\0b2d69d7-a2a1-449c-9680-f91c70521c60]
    "Attributes"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\80e3c60e-bb94-4ad8-bbe0-0d3195efc663]
    "Attributes"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\d3d55efd-c1ff-424e-9dc3-441be7833010]
    "Attributes"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\d639518a-e56d-4345-8af2-b9f32fb26109]
    "Attributes"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\dbc9e238-6de9-49e3-92cd-8c2b4946b472]
    "Attributes"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\fc95af4d-40e7-4b6d-835a-56d131dbc80e]
    "Attributes"=dword:00000000
    Display More

    Files

    Advanced-hard-drive-power-settings.reg 1.3 kB – 70 Downloads
  • Restore Windows Photo Viewer

    • ISeeTWizard
    • 3 November 2025 at 09:24

    Many people love more the Windows Photo Viewer as viewer for photos instead of that heavy Microsoft Photos app.

    Unfortunately Microsoft removed this from the options but with an easy registry tweak you can change this (the links where I got them from are included).

    For all Users

    Code
    Windows Registry Editor Version 5.00
    
    ; Created by: Shawn Brink
    ; Created on: August 8th 2015
    ; Updated on: August 5th 2018
    ; Tutorial: https://www.tenforums.com/tutorials/14312-restore-windows-photo-viewer-windows-10-a.html
    
    
    [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open]
    "MuiVerb"="@photoviewer.dll,-3043"
    
    [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
      6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
      00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
      25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
      00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
      6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
      00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
      5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
      00,31,00,00,00
    
    [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\DropTarget]
    "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap]
    "ImageOptionFlags"=dword:00000001
    "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\
      00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\
      77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\
      00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\
      65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,36,00,00,\
      00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap\DefaultIcon]
    @="%SystemRoot%\\System32\\imageres.dll,-70"
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap\shell\open\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
      6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
      00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
      25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
      00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
      6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
      00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
      5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
      00,31,00,00,00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap\shell\open\DropTarget]
    "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
    
    [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print]
    "NeverDefault"=""
    
    [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
      6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
      00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
      25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
      00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
      6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
      00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
      5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
      00,31,00,00,00
    
    [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\DropTarget]
    "Clsid"="{60fd46de-f830-4894-a628-6fa81bc0190d}"
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF]
    "EditFlags"=dword:00010000
    "ImageOptionFlags"=dword:00000001
    "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\
      00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\
      77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\
      00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\
      65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,35,00,00,\
      00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF\DefaultIcon]
    @="%SystemRoot%\\System32\\imageres.dll,-72"
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF\shell\open]
    "MuiVerb"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,\
      69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,\
      00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,\
      72,00,5c,00,70,00,68,00,6f,00,74,00,6f,00,76,00,69,00,65,00,77,00,65,00,72,\
      00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,34,00,33,00,00,00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF\shell\open\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
      6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
      00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
      25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
      00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
      6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
      00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
      5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
      00,31,00,00,00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF\shell\open\DropTarget]
    "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg]
    "EditFlags"=dword:00010000
    "ImageOptionFlags"=dword:00000001
    "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\
      00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\
      77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\
      00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\
      65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,35,00,00,\
      00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg\DefaultIcon]
    @="%SystemRoot%\\System32\\imageres.dll,-72"
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg\shell\open]
    "MuiVerb"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,\
      69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,\
      00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,\
      72,00,5c,00,70,00,68,00,6f,00,74,00,6f,00,76,00,69,00,65,00,77,00,65,00,72,\
      00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,34,00,33,00,00,00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg\shell\open\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
      6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
      00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
      25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
      00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
      6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
      00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
      5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
      00,31,00,00,00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg\shell\open\DropTarget]
    "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Gif]
    "ImageOptionFlags"=dword:00000001
    "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\
      00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\
      77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\
      00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\
      65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,37,00,00,\
      00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Gif\DefaultIcon]
    @="%SystemRoot%\\System32\\imageres.dll,-83"
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Gif\shell\open\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
      6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
      00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
      25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
      00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
      6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
      00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
      5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
      00,31,00,00,00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Gif\shell\open\DropTarget]
    "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png]
    "ImageOptionFlags"=dword:00000001
    "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\
      00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\
      77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\
      00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\
      65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,37,00,00,\
      00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png\DefaultIcon]
    @="%SystemRoot%\\System32\\imageres.dll,-71"
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png\shell\open\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
      6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
      00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
      25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
      00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
      6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
      00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
      5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
      00,31,00,00,00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png\shell\open\DropTarget]
    "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp]
    "EditFlags"=dword:00010000
    "ImageOptionFlags"=dword:00000001
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp\DefaultIcon]
    @="%SystemRoot%\\System32\\wmphoto.dll,-400"
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp\shell\open]
    "MuiVerb"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,\
      69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,\
      00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,\
      72,00,5c,00,70,00,68,00,6f,00,74,00,6f,00,76,00,69,00,65,00,77,00,65,00,72,\
      00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,34,00,33,00,00,00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp\shell\open\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
      6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
      00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
      25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
      00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
      6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
      00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
      5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
      00,31,00,00,00
    
    [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp\shell\open\DropTarget]
    "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
    
    [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Image Preview\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
      6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
      00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
      25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
      00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
      6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
      00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
      5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
      00,31,00,00,00
    
    [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Image Preview\DropTarget]
    "{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"=""
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities]
    "ApplicationDescription"="@%ProgramFiles%\\Windows Photo Viewer\\photoviewer.dll,-3069"
    "ApplicationName"="@%ProgramFiles%\\Windows Photo Viewer\\photoviewer.dll,-3009"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations]
    ".cr2"="PhotoViewer.FileAssoc.Tiff"
    ".jpg"="PhotoViewer.FileAssoc.Jpeg"
    ".wdp"="PhotoViewer.FileAssoc.Wdp"
    ".jfif"="PhotoViewer.FileAssoc.JFIF"
    ".dib"="PhotoViewer.FileAssoc.Bitmap"
    ".png"="PhotoViewer.FileAssoc.Png"
    ".jxr"="PhotoViewer.FileAssoc.Wdp"
    ".bmp"="PhotoViewer.FileAssoc.Bitmap"
    ".jpe"="PhotoViewer.FileAssoc.Jpeg"
    ".jpeg"="PhotoViewer.FileAssoc.Jpeg"
    ".gif"="PhotoViewer.FileAssoc.Gif"
    ".tif"="PhotoViewer.FileAssoc.Tiff"
    ".tiff"="PhotoViewer.FileAssoc.Tiff"
    Display More


    For the current user only

    Code
    Windows Registry Editor Version 5.00
    
    ; Created by: Shawn Brink
    ; Created on: June 27th 2016
    ; Updated on: May 7th 2019
    ; Tutorial: https://www.tenforums.com/tutorials/14312-restore-windows-photo-viewer-windows-10-a.html
    
    
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.bmp]
    @="PhotoViewer.FileAssoc.Tiff"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.cr2]
    @="PhotoViewer.FileAssoc.Tiff"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.dib]
    @="PhotoViewer.FileAssoc.Tiff"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.gif]
    @="PhotoViewer.FileAssoc.Tiff"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.ico]
    @="PhotoViewer.FileAssoc.Tiff"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.jfif]
    @="PhotoViewer.FileAssoc.Tiff"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.jpe]
    @="PhotoViewer.FileAssoc.Tiff"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.jpeg]
    @="PhotoViewer.FileAssoc.Tiff"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.jpg]
    @="PhotoViewer.FileAssoc.Tiff"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.jxr]
    @="PhotoViewer.FileAssoc.Tiff"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.png]
    @="PhotoViewer.FileAssoc.Tiff"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.tif]
    @="PhotoViewer.FileAssoc.Tiff"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.tiff]
    @="PhotoViewer.FileAssoc.Tiff"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\.wdp]
    @="PhotoViewer.FileAssoc.Tiff"
    
    
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bmp\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.cr2\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dib\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.gif\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ico\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpeg\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bmp\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jfif\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpe\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jxr\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpeg\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.png\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tif\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tiff\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.wdp\OpenWithProgids]
    "PhotoViewer.FileAssoc.Tiff"=hex(0):
    Display More

    Files

    Restore_Windows_Photo_Viewer_ALL_USERS.reg 28.53 kB – 71 Downloads Restore_Windows_Photo_Viewer_CURRENT_USER.reg 3.59 kB – 75 Downloads
  • Sony WH-1000XM5

    • ISeeTWizard
    • 29 October 2025 at 12:39
    Rating
    4.4/5
    Good

    Description

    The Sony WH-1000XM5 Wireless are the next generation of the Sony WH-1000XM4 Wireless. Released mid-2022, these over-ears have a new look that stands apart from their predecessor, thanks to their mostly recycled (and recyclable) design. Beyond appearance, Sony has also tweaked elements of their performance, like fine-tuning their XM4's boomy sound profile, improving their integrated mic's performance, and optimizing and automatizing the active noise cancelling (ANC) system.

    With two processors controlling eight microphones, Auto NC Optimizer for automatically optimizing noise cancelling based on your wearing conditions and environment, and a specially designed driver unit, WH-1000XM5 headphones with the best noise cancelling rewrite the rules for distraction-free listening and call clarity.


    Ratings

    These ratings are my personal opinion - Your Opinion maybe different than mine!

    Battery

    4 out of 5

    Quality

    5 out of 5

    Sound

    4 out of 5

    App

    3 out of 5


    Photos



    App Info

    Sony | Sound Connect is an app that helps you get the most out of your Sony headphones. Use the app to change equalizer and noise cancellation settings and enjoy sound tailored to your personal preferences.


    My Opinion

    Overall I'm very satisfied with these Earphones. I just had some difficulties with the app. When I wanted to update the firmware after I bought it I had to try about 20 times as the app always crashed.

    For setting my preferences etc. the app worked fine so far.

    Also, if someone has a smaller head It hink they might be uncomfortable. Also the new design is something you need to adapt as it's a big change to the old ones.

    Far more impressed I'm from the ANC on these headphones. I always used the Bose QuietComfort 35 II and was so far satisfied with them but they have their age now and so I decided to swap and i just can say WOW - What a difference.


    Some Specifications

    Battery charge time:
    Approx. 3.5 hrs (over USB-C)

    Battery Life (continuous music playback):
    Max. 30 hrs (NC ON) // Max. 40 hrs (NC OFF)
    During my test I had them in the office for 4 days with NC on - so about 10 hours the day on but not permantly with music or audio playing on them but always ANC on. My battery was than down to about 18% and I recharged them.

    Bluetooth:
    5.2 with a range of 10m
    In my test I compared them to my Bose headset. When I left my room at home they already started crackling (we have many interferences here) but with the Sony one I could even go to my lunch room and still no crackling or similar.

    Supported Audio Formats:
    SBC // AAC // LDAC

    Frequency Response:
    4 Hz → 40.000 Hz

    Driver Unit:
    30mm

    Weight:
    Approximately 250g


    Related links (non affiliate!)

    Amazon Germany
    Sound Connect (Apple)
    Sound Connect (Google)
    Sony UK
    Full Specifications @ Sony UK

  • Apple iPad Generation 10 - Pink

    • ISeeTWizard
    • 29 October 2025 at 12:36

    Rating
    4.7/5
    Excellent

    Introduction/Description

    As you may know English is not our maiden language and so sorry about missing and/or wrongly used words.

    To start easy I just unboxed our iPad and put some tempered glass on it.


    Photos


    Ratings

    These ratings are my personal opinion - Your Opinion maybe different than mine!

    Display Quality

    4 out of 5

    Installation Difficulty

    5 out of 5

    Device Speed

    4 out of 5

    Handling

    4 out of 5


    YouTube Video

    So here is our first video in English commented video
    Sorry for the sound quality - it's not the best - Next video we gonna use again our external microphones and not the one from the camera itself

    External Content youtu.be
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.


    Specifications

    Part

    Details

    Display

    10,9" Liquid Retina Display
    2360-by-1640-pixel resolution at 264 ppi
    500 nits brightness

    Weight

    477g

    SOC

    A14 Bionic
    6-Core CPU / 4-Core GPU / 16-core Neural Engine

    RAM

    4GB

    Storage

    256GB

    Back Camera

    12MP Wide camera, ƒ/1.8 aperture

    Front Camera

    Landscape 12MP Ultra Wide camera
    ƒ/2.4 aperture

    WLAN

    Wi-Fi 6 (802.11ax) with 2x2 MIMO

    Bluetooth

    Bluetooth 5.2

    Speaker

    Landscape stereo speakers

    USB

    USB-C

    Pen

    Apple Pencil (USB-C)
    Apple Pencil (1. Generation)

    OS

    iPadOS 18

    Battery

    Built‐in 28.6‐watt‐hour rechargeable lithium‑polymer battery

    Additional info

    Touch ID
    USB-C port with support for:
    Charging
    DisplayPort
    USB 2.0 (up to 480 Mb/s)


    Opinion

    Overall I'm very satisfied with what I got for my price. I got it for 490,62€ instead of 559,44€. Unfortunately only the version without a power supply was available but I simple bought it apart.

    It was also easy to put on the tempered glass and to recover the date from the old iPad was ultra easy. I think everyone can do this as it is also well explained during the setup process.

    I just can always recommend an iPad if you ever need a tablet.

  • Epson WF-4820DWF

    • ISeeTWizard
    • 29 October 2025 at 12:32

    Rating
    4.7/5
    Excellent

    Introduction/Description

    The Epson WF-4820DWF is an A4 wireless multifunction inkjet printer for small offices, offering print, scan, copy, and fax capabilities. It features high-speed printing, automatic double-sided (duplex) printing, a 35-sheet automatic document feeder (ADF) for multi-page scans, and a 10.9cm color touchscreen. Connectivity options include Wi-Fi, Wi-Fi Direct, and mobile app support (like Apple AirPrint).


    Photos



    Ratings

    These ratings are my personal opinion - Your Opinion maybe different than mine!

    Printing Speed

    5 out of 5

    Installation Difficulty

    4 out of 5

    Mobile Usage

    3 out of 5

    Cost/Page

    4 out of 5

    Print Quality

    4 out of 5

    Weight

    4 out of 5


    YouTube Video

    Unfortunately the sound is horrible - Next time I gonna use our correct microphone - sorry for that

    External Content www.youtube.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.


    Opinion

    Overall I'm very satisfied with what I got for my price. The printer is very fast and the print quality is great.

    The only point is a very "slow" scan speed but I think it's because I have something better and ultra fast - but this scanner cost over 500€ and here I have a device for about 130€ lol

    I can recommend this device as also the price per print page is not so high.


    Specifications

    Speed Monochrome

    Up to 36ppm Mono Print

    Printer Resolution

    Up to 4,800 x 2,400 dpi Print

    Speed Color

    Up to 22ppm Color Print

    Double Sided Printing

    Automatic Double Sided Printing

    Speed Color (Duplex)

    Up to 9ppm Color Print

    Speed Monochrome (Duplex)

    Up to 16ppm Mono Print

    Duplex Print Sizes

    A4

    Supported Print Sizes

    A4, A5, A6

    Scanner Optical Resolution

    Up to 1,200 x 2,400 dpi Scan

    Scan File Format

    BMP, JPEG, TIFF, multi-TIFF, PDF, PNG

    Scan Speed Colour

    Up to 11 Seconds/Page (Flatbed)
    Up to 8 Seconds/Page (ADF)

    Scan Speed Monochrome

    Up to 5 Seconds/Page (Flatbed)
    Up to 12 Seconds/Page (ADF)

    Interface Type(s)

    USB, Network, Wireless & Wi-Fi Direct

    Monthly Duty Cycle

    Up to 33,000 Pages/Month

    Recommended Max Print Volume

    Up to 1,500 Pages/Month

    Price per Page (only ink)

    12,5 Cent

  • Microsoft XBox Series X

    • ISeeTWizard
    • 29 October 2025 at 12:25

    Rating
    4.6/5
    Excellent

    Introduction/Description

    The Xbox Series X and Xbox Series S are the fourth generation of consoles in the Xbox series. Released on November 10, 2020, the higher-end Xbox Series X and lower-end Xbox Series S are part of the ninth generation of video game consoles, which also includes Sony's PlayStation 5, released the same month. Both superseded the Xbox One.

    After a very long time I now decided to buy my own to see how this console works.


    Photos

    On my photos you see one of the big problems, you have directly fingerprints on you console.
    I could have cleaned them away before taking the photo but I wanted to show that little problem.
    Also the controller on the photo is the additional one I bought.


    Ratings

    These ratings are my personal opinion - Your Opinion maybe different than mine!

    Installation Difficulty

    4 out of 5

    Performance

    4 out of 5

    Power Consumption

    3 out of 5

    Controller

    4 out of 5


    YouTube Video

    External Content youtu.be
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.


    Opinion

    I must say that I'm very impressed about the performance of this console. Every game I tried runs so fluid.
    Even the installation was easy - you can even simply install it with your mobile phone.

    OK at the end you must adapt some settings like the 4K resolution and if you have a TV with HDMI 2.1, not like me, you can even set it to 120Hz.

    There is one negative point: The controller seems much less quality than the one from my XBox One S.
    The A button even get's stuck some times. So I bought another controller just to have a working one but I can confirm the lack of quality for those - at least here the buttons don't get stuck.

    I simply just can recommend this console but be aware to have enough controllers :face_with_tongue:


    Specifications

    Introductory price (2020)

    499€

    Media

    Ultra HD Blu-ray
    Blu-ray
    DVD
    CD
    Digital distribution

    CPU

    Custom AMD 8-core Zen 2
    3.8 GHz, 3.66 GHz with SMT

    Memory

    GDDR6 SDRAM
    10 GB/320-bit & 6 GB/192-bit (16 GB total)

    Storage

    WD SN530 NVMe SSD
    w/ custom ASIC supporting PCIe 4.0 x2
    1 TB

    Removable storage

    Seagate or Western Digital
    PCIe 4.0 Storage Expansion Card (up to 2 TB)

    Display

    720p
    1080p
    1440p
    4K
    8K

    Graphics

    Custom AMD Radeon RDNA 2 architecture
    52 CUs at 1.825 GHz, 12.155 TFLOPS

    Sound

    Custom Project Acoustics 3-D Audio
    Dolby Atmos
    DTS:X
    7.1 surround sound

    Controller

    Xbox Wireless Controller (all revisions)
    All previously released Xbox One-compatible controllers
    and accessories (except Kinect)

    Connectivity

    Wi-Fi IEEE 802.11ac
    Gigabit Ethernet
    3x USB 3.2 Gen 1x1
    HDMI 2.1

    Weight

    4,4 kg

    Backward compatibility

    All Xbox One games and
    selected Xbox 360 and original Xbox games

    There are 632 games that have been made backward compatible
    out of 2,155 that have been released for Xbox 360.

    There are currently 63 on this list out of 989 released for the Xbox.


    Link(s) - Non Affiliated!

    Amazon Germany

  • Rode Wireless Go 2 & Rode Central

    • ISeeTWizard
    • 29 October 2025 at 12:21

    Rating
    4/5
    Good

    Introduction/Description

    The Wireless GO II is a versatile and ultra-compact dual channel wireless microphone system consisting of a dual channel receiver and two transmitters.


    Photos


    Ratings

    These ratings are my personal opinion - Your Opinion maybe different than mine!

    Installation Difficulty

    5 out of 5

    Performance

    4 out of 5

    Power Consumption

    4 out of 5

    Weight

    4 out of 5

    Desktop Software

    5 out of 5

    iPhone Software

    4 out of 5

    Background filtering

    1 out of 5


    YouTube Video

    External Content youtu.be
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.


    Opinion

    These microphones are really great. I always used the first version of them but just with 1 channel. I already liked those. But as my wife joins much more often now and I needed one that I also can connect to my PC if needed I swapped them for the new 2.

    It's insane how they get improved and how many new features they have like split or joined channel, direct recording on the micro and so one.

    And of course, what is great too, is that I can connect over USB-C to my iPad, my PC etc. and it simply works.


    Specifications

    Introductory price (2023)

    349€

    Acoustic Principle

    Pre-polarised pressure transduce

    Polar Pattern

    Omnidirectional

    Frequency Range

    50Hz – 20kHz

    Maximum SPL (Mic)

    100 dB SPL (1kHz @ 1m) dBu

    Maximum Input Level (3.5mm)

    -20dBV

    Microphone Preamp Gain

    20dB

    Equivalent Noise Level (A-Weighted)

    22dBA

    Power Requirements

    In-built rechargeable lithium-ion battery
    charged via USB 5V, 0.3A

    Operating Time

    Up to 7 hours

    Analog Inputs

    3.5mm TRS (lavalier microphone input)

    Analog Outputs

    3.5mm TRS

    Transmission Range

    200m (line of sight)

    Computer Connectivity

    USB Type-C

    Operating System Requirements

    macOS 10.11 above
    Windows 10 and above

    Weight (grams)

    TX: 30g
    RX: 32g



    Link(s) - Non Affiliated!

    Amazon Germany

    RODE

  • Daan Tech BOB v10 - Mini Dishwasher

    • ISeeTWizard
    • 29 October 2025 at 12:12

    Rating
    4.6/5
    Excellent

    Introduction/Description

    Daan Tech was established in 2016 to design, manufacture and sell a range of devices and services to tackle the main challenges of the 21st century. Its first product is Bob the mini dishwasher, the world's most advanced autonomous and eco-friendly dishwasher.

    We now bought our second Bob and here is the resume about this new device as it changed hardware revision.


    Photos




    Ratings

    These ratings are my personal opinion - Your Opinion maybe different than mine!

    Installation Difficulty

    4 out of 5

    Performance

    4 out of 5

    Power Consumption

    4 out of 5

    Water Consumption

    4 out of 5

    Repairability

    5 out of 5


    YouTube Video

    External Content youtu.be
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.


    Opinion

    The dish washer is very practical. It doesn't need much space and you have an express mode so you can let it run nearly every 20 minutes.

    Thanks to the POP cassettes even with this express mode the plates, forks, knives and what ever get's cleaned.
    I must admit that these cassettes are a bit expensive compared to the one you can buy in the normal store but it's worth it.
    You can use the tabs from the normal store too but not with the express mode as they don't have enough time to completely dissolve themselves.

    Also the system with easytap is very practical. With that you can connect the water supply to your normal faucet and than it's very easy to fill the built-in tank.
    I had some difficulty to get this connection leakproof but at the end I managed it - I wasn't sure what sealing comes where as they were outside the easytap and so I did it wrong the first time connecting it. Unfortunately on the video they have you can't see very clear where such a sealing is or where not...

    What I also find very great are the different spare parts you can buy if you have issues outside the guarantee and they have for that very clear videos (not like for the easytap) on how you can exchange the piece and so on.

    I just can recommend Daan Tech with it's Bob and soon Joe - I already preordered this one but it will only be delivered by end of the year 2025. On reception we gonna do a video about it too.


    Specifications

    Introductory price (2023)

    about 499€ depending on color and accessories

    Water supply mode

    2 possibilities : built-in water tank OR
    connection to a conventional water supply

    Water Tank capacity

    3,9L

    Bob easywater supply hose outer diameter

    1,7 cm (head tip: 3.2 cm)

    Number of covers (place settings)
    according to European standard

    3

    Maximum plate sizes

    29cm

    Number of covers (place settings)
    according to use

    Daily tableware for 2 people: 4 plates, 4 glasses,
    2 cups, 2 bowls,
    a small saucepan or frying pan, nad cutlery
    (knives, forks, spoons)

    Basket accessories supplied

    Main basket, 1 plate module,
    1 cutlery module, 2 glass modules

    Use for professionals

    Yes, 10 minutes glasses mode
    (thanks to Bob extraglass option) and
    20 minutes Express mode

    Water consumption per Express cycle

    2,9L

    Water consumption per Glasses cycle

    1,3L

    Washing temperatures

    30-70°C

    Energy consumption per standard cycle

    0,43 kWh

    Power consumption in standby mode (door open)

    0.4 W

    Annual water consumption (standard cycle)

    1064 litres – 3,8L/cycle

    Energy efficiency class

    Bob.Custom/Premium: F
    Bob.Minimalist/Retro: G
    (according to EU standard 2017/1369)

    Interface

    320x240px color LCD screen

    Connectivity

    Wireless Wi-Fi

    Guarantee

    2 years

    Availability of spare parts

    11 years after purchase date

    Recycled materials

    Bob is made from more than 65% recycled and recyclable materials


    Link(s) - Non Affiliated!

    Daan Tech

  • Carpuride W904

    • ISeeTWizard
    • 29 October 2025 at 10:23

    Rating
    4.2/5
    Good

    Introduction/Description

    I have a Hyundai Tucson from 2018 and here was a Gen2 integrated radio without Apple or Google CarPlay. Suddenly, some weeks ago,I goit a message that my licence for the live services were expired. I was astonished as I just did a map update in January.

    After several investigations I found out that you get a 7 years and 3 month live services licence with your car and than that was it - you can't buy a new licence for that. So no weather forecast, traffic info etc.
    Further checking gave me the info that even the maps will not get any further update in the future.

    The option was to change the radio (the device costs nearly 2000€ and even more depending on the device of course) and the cables for my radio are specials and need to get exchanged for a newer version (so at the end it would cost me several thousand euros).

    That was than the point where I decided no thanks! I searched for an alternative and several years ago I already checked out Carpuride and other devices. After checking different reviews I decided to buy the Carpuride W904.

    This device has a dashcam, witch isn't allowed here in Luxembourg but in Germany an co it is. So I just need to remove the SD card here in Luxembourg so that nothing is recorded anymore and in the other countries I simply put it in again :smiling_face:


    Photos


    Ratings

    These ratings are my personal opinion - Your Opinion maybe different than mine!

    Installation Difficulty

    4 out of 5

    Performance

    4 out of 5

    Support

    4 out of 5


    YouTube Video


    External Content youtu.be
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.


    Opinion

    I boxed out the device and switched it on and wow - just only a few seconds and it was ready.

    Also the Apple Carplay connection was ultra easy. You get all the info on screen on what you have to do to make it work.

    The performance is also great. The screen is very reactive. I just saw a small delay within Apple Carplay but with the apps from the device itself these aren't present.

    In the video I was too stupid to figure out how I get the TomTom Navigation App with the Spotify App together on the screen. It was too easy - It's directly build in Apple Carplay - Just need to hit the button at the bottom left lol.

    In general I'm very satisfied with what I get especially for the price I paid for it.

    I gonna test it the next days and if I see something special I gonna write it here too.


    As additional info you have 2 apps, Viidure and Evelink. Viidure is the app you need for live playback on your phone or for directly downloading videos to it that were recorded with the dashcam.
    On the device you have the explications on how it works (so download the app on your phone, start the app on the W904, connect to the W904 WiFi, and than start the app on your phone)

    Within the app you can create an account but it is not mandatory! Also you have a VIP membership with more options to your dashcam. The actual prices goes from 9,9€ for a year to 39,9€ for lifetime membership. Normally these prices are "much" more but still fair for what you get.

    THIS MEMBERSHIP IS NOT MANDATORY!!


    And last but not least I talk about the firmware. I was searching on how to update but couldn't find any info about it except if you need one you need to ask the support. They don't want that you brick your device.
    But I also found an option within the 2 apps to get a firmware update - so I'm not sure if that is how it should work. But I also asked that to the support.


    The support in itself seems to be very reactive as I wrote them on Saturday an this morning, Monday, I already have an answer. Like written in the text I asked for more info and if I get them I gonna post them to here.


    Specifications

    For the moment I couldn't find some.

    Also the info for the screen is unclear as on the label of my box it's written 9.x inch and on the Amazon page 10.x.

    I asked the support to get more info but I didn't get any...


    Link(s) - Non Affiliated!

    Amazon


    08/04/2025 - Additional Opinion & Support Experience

    I decided to add an additional point here after several mail exchanges with the support of this device.

    So first of all we can say it is very reactive and if you have simply 0815 questions they can help you. But if you have more specific questions, like the technical specifications, you can forget about it.

    Also I wanted to not use the delivered car adapter as the cable is simply to long for me and as it is fixed it can't be changed. So I asked the support and got the info I already read on their adapter: 5V 3A is needed.

    As result I bought an adapter which can deliver the requested power specifications but it didn't work. I bought an USB-C Adapter and a 1m USB-C to USB-C cable. As I didn't know the brand I thought maybe it's not strong enough even that it charges my phone. I reasked the support if they have something special about their adapter and they send me a photo of their adapter, the one I have, and the info 5V 3A.

    At the end I than bough an adapter from Ugreen an tried again USB-C to USB-C and it didn't work. But as I wasn't that stupid I bought an Adapter which has USB-C and USB-A Output and so I tried the USB-A with an USB-A to USB-C cable and tada it worked.

    So they are using the normal USB standards and not the USB-C standards and I think that a support should know this...

    Than I also miss an option to completely deactivate the dashcam at start - so that I can activate it in countries where it is allowed and deactivate it in the others. The response from the support: remove the SD card. At least they think about giving the request to their developer.

    And at the end I can't see the videos on my phone without rebooting the device as it directly turns on Carplay mode and you must be in the Live Video mode. This can only be swapped at the boot and if you are fast enough to swap before Carplay is running. Here another option would be welcome too.

    So this my additional opinion and support experience.

    Images

    • IMG_3392-scaled.jpg
      • 264.94 kB
      • 1,600 × 1,200
  • Gewokliy / Qwiizlab Mac mini M4 2024 Dock

    • ISeeTWizard
    • 29 October 2025 at 10:13

    Rating
    0.5/5
    Worst

    Introduction/Description

    I was looking for a dock for my Mac Mini M4 Pro and I thought I found one in the dock from the company Qwiizlab. Unfortunately it wasn't available for Europe yet except from their site and that would cost a lost of import fees and so I asked them and they told me that for Europe they have on Amazon the same device just under the brand name Gewokliy and so I ordered it.

    The dock looked good, had an SSD connection, should have 40Gbps, had an SD card reader and some USB A ports. So nearly all I wanted - Just an additional HDMI port was missing for me but I had an Adapter Cable for that.

    Unfortunately I wasn't lucky and had just issues - but read this below under "Opinion".


    Photos

    This is a stock photo - I didn't do myself photos as I send it back (see under opinion why)


    Ratings

    These ratings are my personal opinion - Your Opinion maybe different than mine!

    Installation Difficulty

    4 out of 5

    Performance

    1 out of 5

    Support

    1 out of 5


    YouTube Video

    I didn't create a video myself but I post you here the one from a good YouTuber. I watch his videos regularly and he was lucky to get a working device.

    External Content www.youtube.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.


    Opinion

    It's a bit difficult to me to start. I wasn't very satisfied with the device but like you see in the video of Craig Neidel with him it was working. But let's start from the beginning...
    (the speed I mention here is the write speed, not the read speed)

    1. day

    I got my Mac Mini M4 and the dock and connected them together (in the dock I've put an Samsung 970 EVO Plus with 1TB). The dock takes 2 USB-C connectors from my Mac, the idea behind is great so you should have the one on the TB4 or TB5 connector for the SSD and the one in the front for the rest.
    After connecting and booting up my device I always had issues with my second monitor. Sometimes it was recognized and sometimes not. As it was a new cable I thought it might be this one and I ordered a better one (with better shield).
    Continuing my test and I saw, now audio on the dock. There was no additional device in the sound settings neither came a sound of my speaker. On the connector on the Mac itself it worked well.
    I thought, as I'm new to Mac, maybe I'm doing something wrong and continued my testing.
    And here it was the time for the speed test on my SSD and wow I only got about 1000MB/s in stead of over 3000MB/s (what the device should be capable of).
    Also the dock got very hot and even heated up my Mac itself which I doesn't find very cool... So I ordered an Acasis 40Gbps case with a cooler in it to check if my SSD was OK or not.

    2. day

    How suprised I was than the day after when I received my case to see the same speed in the external Acasis case. So my thought was OK it must be the SSD and so I ordered a new SSD but also wrote to the support from Gewokliy direct over Amazon.
    They were fast in the response but except it should work, what SSD do you use etc. no real help came from them but I wrote them that I gonna do further test with my SSD, another (Acasis) external case and a new SSD and report to them.
    The SSD I ordered was a WD BLACK SN850X with 2TB just as additional info

    3. day

    So the new SSD arrived, I installed it in the Acasis case and bam, same result.
    As the dock was also connected I suddenly saw oh I have audio out in the back now.
    So I put the new SSD also in the dock to see how it reacts here and from the speed the same but tada no audio anymore.
    Also the speed of the SD card reader was about 120MB/s and should be higher.
    My new cable for my screen also arrived and with this one it was much better but not perfect yet.

    With all those info I than decided to do my tests without the dock to see if there is a difference and wow, no screen issue, on my Acasis case I have about 2800MB/s in write speed and so one.

    So it was clear for me at that point, it's the dock. I wrote my results to the support and waited 2 days to get a response (by the way I'm still waiting). As nothing came back I send the device back.

    I'm now looking for a new dock and think the BeeLink Mate Mini looks well but unfortunately you can only order it on their site and it's not yet available on Amazon. I hope this will change.

    But at least I have now my money back and with the Acasis case something working correctly. But unfortunately my Mac has now all TB5 ports in the back used as there is one for the screen, one for the Acasis case and one for the USB-A adapter (connecting it in front doesn't look nice for USB-A connectors that needs to be connected permanently.

    So we will see what the future brings...


    Specifications

    40 Gbit/s M.2 SSD-Case
    2 x 10 Gbit/s USB-C
    1 x 10 Gbit/s USB-A
    SD/TF 4.0 card reader
    2 x USB 2.0 A
    1 x 3,5 mm speaker/headphone connector


    Link(s) - Non Affiliated!

    Amazon

  • Computer Classics

    • ISeeTWizard
    • 28 October 2025 at 13:50

    kHz → Kiloherz // MHz → Megaherz // GHz → Gigaherz
    kB → Kilobyte // MB → Megabyte
    kg → Kilogramm
    1 Kilobyte = 1024 Bytes!!!
    $ → US Dollar


    Name

    Launch Year

    CPU Speed

    RAM Size

    Weight

    Price at Launch

    ACT Apricot Portable

    1984

    4,77 MHz

    256 kB

    5,8 kg

    2600

    Apple I

    1976

    1,023 MHz

    4 kB

    3 kg

    666,66 $

    Apple II

    1977

    1,023 MHz

    4 kB

    8,16 kg

    1298 $

    Apple IIc

    1988

    1,023 MHz

    128 kB

    3,4 kg

    1295 $

    Apple IIe

    1983

    1,02 MHz

    64 kB

    5,5 kg

    1400 $

    Apple IIGS

    1986

    2,8 MHz

    256 kB

    3,95 kg

    999 $

    Apple iPhone 1

    2007

    412 MHz

    128 MB

    0,135 kg

    499 $

    Apple iPhone 3GS

    2009

    600 MHz

    256 MB

    0,135 kg

    199 $

    Apple iPod 1s Generation

    2001

    180 MHz

    32 MB

    0,185 kg

    399 $

    Apple iPod Photo (40/60)

    2004

    160 MHz

    32 MB

    0,182 kg

    499 $

    Apple Lisa

    1983

    5 MHz

    0,5 MB

    15,2 kg

    9995 $

    Apple Newton Message Pad

    1993

    20 MHz

    1 MB

    0,64 kg

    700 $

    Apple Power MAC G4

    1999

    1 GHz

    265 MB

    19,1 kg

    3499 $

    Apple Power MAC G4 Cube

    2000

    450 MHz

    128 MB

    6,4 kg

    1799 $

    Atari 400

    1979

    1,79 MHz

    8,0 kB

    2,3 kg

    549 $

    Commodore Amiga 500

    1987

    7,1 MHz

    512 kB

    3,5 kg

    699 $

    Commodore C64

    1982

    0,98 MHz

    64 kB

    1,82 kg

    595 $

    Commodore PET 2001

    1977

    1,0 MHz

    8,0 kB

    23 kg

    795 $

    Compaq Portable

    1983

    4,77 MHz

    128 kB

    12,5 kg

    3590 $

    DAG MP Lernsystem

    1988

    2 MHz

    16 kB

    1,5 kg

    2000 $

    eMate 300

    1997

    25 MHz

    3 MB

    1,9 kg

    799 $

    Heathkit H8

    1977

    2 MHz

    4 kB

    3 kg

    375 $

    Heathkit Hero 1 #ET-18

    1982

    1 MHz

    4 kB

    17,7 kg

    2200 $

    HP 9830A

    1972

    <0,001

    2,0 kB

    16 kg

    5975 $

    IBM 5120

    1980

    1,8875 MHz

    32,0 kB

    48 kg

    9340 $

    IBM 5150 PC

    1981

    4,77 MHz

    64,0 kB

    15 kg

    3000 $

    iMac G3 bondi blue

    1998

    233 MHz

    32 MB

    18,1 kg

    1299 $

    iMac G4

    2002

    700 MHz

    128 MB

    9,7 kg

    1299 $

    Macintosh 128k

    1984

    7,83 MHz

    128 kB

    7,5 kg

    2495 $

    Macintosh IIfx

    1990

    40 MHz

    4 MB

    10,9 kg

    8970 $

    Macintosh Portable

    1989

    16 MHz

    1 MB

    7,1 kg

    6500 $

    Nextcube

    1988

    25 MHz

    8 MB

    17 kg

    6500 $

    Nokia Communicator 9210

    2001

    52 MHz

    8 MB

    0,25 kg

    899 $

    Olivetti Programma P101

    1965

    <0,001

    0,24 kB

    35 kg

    3750 $

    Olympia Boss

    1980

    4 MHz

    64 kB

    13 kg

    4040

    Osborne 1

    1981

    3,5 MHz

    64 kB

    10,2 kg

    1795 $

    Psion Organizer

    1984

    0,92 MHz

    2 kB

    0,25 kg

    185 $

    Radio Shack Model III (TRS-80)

    1980

    2,0 MHz

    4,0 kB

    20 kg

    2495 $

    Rockwell AIM-65

    1976

    1 MHz

    1 kB

    1 kg

    375 $

    Schneider CPC 464

    1985

    4 MHz

    64 kB

    2,4 kg

    710 $

    Sharp MZ-80K

    1979

    2 MHz

    16 kB

    13 kg

    2220 $

    Sharp Pocket PC 1260

    1983

    768 kHz

    4 kB

    0,118 kg

    90 $

    Sinclair ZX81

    1981

    2,5 MHz

    1 kB

    0,35 kg

    150 $

    Wang 700

    1971

    <0,001

    1,0 kB

    17 kg

    5200 $

Did you know…?

“It is better to be hated for what you are than to be loved for what you are not.”

Andre Gide

“I believe that if you’ll just stand up and go, life will open up for you. Something just motivates you to keep moving.”

Tina Turner

“Always remember that you are absolutely unique. Just like everyone else.”

Margaret Mead

“Find out who you are and do it on purpose.”

Dolly Parton

“You can be everything. You can be the infinite amount of things that people are.”

Kesha

“Live in the sunshine, swim the sea, drink the wild air.”

Ralph Waldo Emerson

“It does not matter how slowly you go, as long as you do not stop.”

Confucius

“We are here to add what we can to life, not to get what we can from life.”

William Osler

“You may not control all the events that happen to you, but you can decide not to be reduced by them.”

Maya Angelou

“The great courageous act that we must all do is to have the courage to step out of our history and past so that we can live our dreams.”

Oprah Winfrey

“Don’t worry about failure, you only have to be right once.”

Drew Houston

“There’s love enough in this world for everybody, if people will just look.”

Kurt Vonnegut

“No need to hurry. No need to sparkle. No need to be anybody but oneself.”

Virginia Woolf

“Be yourself; everyone else is already taken.”

Oscar Wilde

“There is no passion to be found playing small—in settling for a life that is less than the one you are capable of living.”

Nelson Mandela

“Life is made of ever so many partings welded together.”

Charles Dickens

“The biggest adventure you can take is to live the life of your dreams.”

Oprah Winfrey

“You can’t help what you feel, but you can help how you behave.”

Margaret Atwood

“You will face many defeats in life, but never let yourself be defeated.”

Maya Angelou

“Let us make our future now, and let us make our dreams tomorrow’s reality.”

Malala Yousafzai

“When you have a dream, you’ve got to grab it and never let go.”

Carol Burnett

“Life is what happens to you when you are busy making other plans.”

John Lennon

“One of the deep secrets of life is that all that is really worth doing is what we do for others.”

Lewis Carroll

“Life is very interesting…in the end, some of your greatest pains become your greatest strengths.”

Drew Barrymore

“Do one thing every day that scares you.”

Eleanor Roosevelt

“You don’t always need a plan. Sometimes you just need to breathe, trust, let go and see what happens.”

Mandy Hale

“I may not have gone where I intended to go, but I think I have ended up where I needed to be.”

Douglas Adams

“To succeed in life, you need three things: a wishbone, a backbone, and a funnybone.”

Reba McEntire

“The simple things are also the most extraordinary things, and only the wise can see them.”

Paulo Coelho

“Nothing is impossible. The word itself says ‘I’m possible!’”

Audrey Hepburn

“Life does not have to be perfect to be wonderful.”

Annette Funicello

“If you don’t like the road you’re walking, start paving another one.”

Dolly Parton

“The art of life is to know how to enjoy a little and to endure very much.”

William Hazlitt

“There is no perfection, only life.”

Milan Kundera

“Once you face your fear, nothing is ever as hard as you think.”

Olivia Newton-John

“The only thing we have to fear is fear itself.”

Franklin D. Roosevelt

“The future is not something we enter. The future is something we create.”

Leonard I. Sweet

“The future belongs to those who believe in the beauty of their dreams.”

Eleanor Roosevelt

“There are no regrets in life. Just lessons.”

Jennifer Aniston

“The world you desire can be won. It exists... it is real... it is possible... it’s yours.”

Ayn Rand

“Never let the fear of striking out keep you from playing the game.”

Babe Ruth

“And when you want something, all the universe conspires in helping you achieve it.”

Paulo Coelho

“Life is like riding a bicycle. To keep your balance, you must keep moving.”

Albert Einstein

“Some people want it to happen, some wish it would happen, others make it happen.”

Michael Jordan

“You only live once, but if you do it right, once is enough.”

Mae West

“Ambition is the path to success. Persistence is the vehicle you arrive in.”

Bill Bradley

“You have to believe in yourself when no one else does.”

Serena Williams

“The fear of death follows from the fear of life. A man who lives fully is prepared to die at any time.”

Mark Twain

“The purpose of life is to live it, to taste experience to the utmost, to reach out eagerly and without fear for newer and richer experience.”

Eleanor Roosevelt

“When I let go of what I am, I become what I might be.”

Lao Tzu

“If you have knowledge, let others light their candles in it.”

Margaret Fuller

“I’m not going to continue knocking that old door that doesn’t open for me. I’m going to create my own door and walk through that.”

Ava DuVernay

“Get busy living or get busy dying.”

Stephen King

“It’s amazing how a little tomorrow can make up for a whole lot of yesterday.”

John Guare

“All dreams are within reach. All you have to do is keep moving towards them.”

Viola Davis

“It is better to fail in originality than to succeed in imitation.”

Herman Melville

“Spread love everywhere you go. Let no one ever come without leaving happier.”

Mother Teresa

“Keep your face towards the sunshine and shadows will fall behind you.”

Walt Whitman

“Don’t judge each day by the harvest you reap but by the seeds that you plant.”

Robert Louis Stevenson

“Be sure you put your feet in the right place, then stand firm.”

Abraham Lincoln

“The new dawn blooms as we free it. For there is always light if only we’re brave enough to see it, if only we’re brave enough to be it.”

Amanda Gorman

You cannot change what you refuse to confront.

“I’m not going to continue knocking on that old door that doesn’t open for me. I’m going to create my own door and walk through that.”

W.P. Kinsella

“Everything you can imagine is real.”

Pablo Picasso

“Dreams do not come true just because you dream them. It’s hard work that makes things happen. It’s hard work that creates change.”

Shonda Rhimes

“Success is stumbling from failure to failure with no loss of enthusiasm.”

Winston Churchill

“Yesterday is but today’s memory and tomorrow is today’s dream.”

Khalil Gibran

“We must let go of the life we have planned, so as to accept the one that is waiting for us.”

Joseph Campbell

“Failure is a great teacher and, if you are open to it, every mistake has a lesson to offer.”

Oprah Winfrey

“My wish for you is that you continue. Continue to be who you are, to astonish a mean world with your acts of kindness.”

Maya Angelou

“Good friends, good books, and a sleepy conscience: This is the ideal life.”

Mark Twain

“It is never too late to be what you might have been.”

George Elliot

“We have to dare to be ourselves, however frightening or strange that self may prove to be.”

May Sarton

“We pass through this world but once.”

Stephen Jay Gould

“For the great doesn’t happen through impulse alone, and is a succession of little things that are brought together.”

Vincent Van Gogh

“Always do your best. What you plant now, you will harvest later.”

Og Mandino

“Coming together is a beginning; keeping together is progress; working together is success.”

Henry Ford

“If you don’t have any shadows, you’re not in the light.”

Lady Gaga

“It is during our darkest moments that we must focus to see the light.”

Aristotle

“Dream big and dare to fail.”

Norman Vaughan

“Don’t take yourself too seriously. Know when to laugh at yourself, and find a way to laugh at obstacles that inevitably present themselves.”

Halle Bailey

“Whatever we are, whatever we make of ourselves, is all we will ever have—and that, in its profound simplicity, is the meaning of life.”

Philip Appleman

“Keep smiling, because life is a beautiful thing and there’s so much to smile about.”

Marilyn Monroe

“Be where you are; otherwise you will miss your life.”

Buddha

“The future belongs to those who prepare for it today.”

Malcolm X

“Just when you think it can’t get any worse, it can. And just when you think it can’t get any better, it can.”

Nicholas Sparks

“Tomorrow is a new day. You shall begin it serenely and with too high a spirit to be encumbered with your old nonsense.”

Ralph Waldo Emerson

“For me, becoming isn’t about arriving somewhere or achieving a certain aim. I see it instead as forward motion, a means of evolving, a way to reach continuously toward a better self. The journey doesn’t end.”

Michelle Obama

“Dreaming, after all, is a form of planning.”

Gloria Steinem

“Be persistent and never give up hope.”

George Lucas

“Living might mean taking chances, but they’re worth taking.”

Lee Ann Womack

“Before anything else, preparation is the key to success.”

Alexander Graham Bell

“Life isn’t about finding yourself. Life is about creating yourself.”

George Bernard Shaw

“Life is a daring adventure or it is nothing at all.”

Helen Keller

“Always go with your passions. Never ask yourself if it’s realistic or not.”

Deepak Chopra

“We make a living by what we get, but we make a life by what we give.”

Winston Churchill

“If you live long enough, you’ll make mistakes. But if you learn from them, you’ll be a better person.”

Bill Clinton

“There are so many great things in life; why dwell on negativity?”

Zendaya

“Life has no limitations, except the ones you make.”

Les Brown

“In three words I can sum up everything I’ve learned about life: It goes on.”

Robert Frost

“Next time, ask ‘What’s the worst that will happen?’ Then push yourself a little further than you dare.”

Audre Lorde

Latest Posts

  1. Add "Take Ownership" to the context menu

    ISeeTWizard
    18 March 2026 at 13:56
  2. Apple introduces AirPods Max 2

    ISeeTWizard
    17 March 2026 at 07:32
  3. Apple to celebrate 50 years of thinking different

    ISeeTWizard
    12 March 2026 at 16:48
  4. Apple just released 2 new iOS Firmwares - 15.8.7 & 16.7.15

    ISeeTWizard
    12 March 2026 at 07:57
  5. Apple just released 4 new iOS OTA Firmwares 15.8.7 & 16.7.15

    ISeeTWizard
    12 March 2026 at 07:56
  1. Privacy Policy
  2. Contact
  3. Legal Notice
Powered by WoltLab Suite™
Style: Ambience by cls-design
Stylename
Ambience
Manufacturer
cls-design
Licence
Commercial styles
Help
Supportforum
Visit cls-design