The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    App: SharpAPP (Windows 10 32Bits & 64Bits)

    Discussion in 'Windows OS and Software' started by joluke, May 13, 2020.

  1. joluke

    joluke Notebook Deity

    Reputations:
    1,020
    Messages:
    1,796
    Likes Received:
    1,194
    Trophy Points:
    181
    First of all i'm not the author or developer of this app!

    SharpApp is a free and portable tool building upon a PowerShell engine and community powered script files for disabling telemetry functions in Windows 10, uninstalling preinstalled apps, installing software packages and automating Windows tasks with integrated PowerShell scripting.


    “Each major Windows 10 update resets your privacy settings to default.”

    Windows 10 has long come under attack for its approach to user privacy. The major issue leveled at Windows 10 concerns data collection. If Windows 10 privacy settings do concern you, you’re in for a long battle. There a numerous tools - Debotnet is one of them - out there for controlling Windows 10's many privacy-related settings. People get confused by the number of choices of privacy tweaks, scripts and apps.

    SharpApp is a modernized and simpler version of Debotnet and based on the best data protection and automation tasks available out there. It is based on community powered and transparent PowerShell script files.

    The key features of SharpApp

    • Provides privacy templates for beginners, advanced and professionals
    • Builds upon a Powershell engine, which is transparent for everyone
    • Removes Windows 10 preinstalled and sponsered apps
    • Blocks IP adresses of telemetry
    • Features community powered and trending script files
    • Customizible (no hard-coded scripts)
    • Support for Ninite service, which allows you to download and install more than 70 popular apps for Windows.
    • Modern and familiar UI
    • Small footprint. No installation required (Portable)
    • Leightweight and fast
    • Easy to use
    • 100% free
    SharpApp requires Windows 10 including both 32-bit and 64-bit versions.

    Choose one of the download links below

    https://www.mirinsoft.com/sharpapp

    Github:
    https://github.com/mirinsoft/sharpapp/releases

    Icons for Media:
    https://www.mirinsoft.com/downloads/media/sharpapp_media.zip
     
    saturnotaku and 6730b like this.
  2. joluke

    joluke Notebook Deity

    Reputations:
    1,020
    Messages:
    1,796
    Likes Received:
    1,194
    Trophy Points:
    181
    steberg, Fire Tiger and 6730b like this.
  3. joluke

    joluke Notebook Deity

    Reputations:
    1,020
    Messages:
    1,796
    Likes Received:
    1,194
    Trophy Points:
    181
    New version is out: 0.34.4

    Changelog:

    • Fixed critical bug in update check function (if system culture doesn't use "." as a decimal separator the update check failed) #3
    • Fixed bug in saving and importing templates/scripts with UTF-8/Unicode Encoding
    • Several other minor bug fixes
    • Minor UI fixes
    Download:

    https://github.com/mirinsoft/sharpapp/releases/tag/0.34.4
     
  4. joluke

    joluke Notebook Deity

    Reputations:
    1,020
    Messages:
    1,796
    Likes Received:
    1,194
    Trophy Points:
    181
    new version out:

    https://github.com/mirinsoft/sharpapp/releases/tag/0.35.0

    Introducing new "Modern Policy Editor" (equivalent to Local Group Policy Editor) based upon Powershell objects (scripts/templates). It allows you to run individual scripts (each script has its own checkbox options) and bundled scripts (templates) at once
    • Renamed the "scripting" section to "policies" which represents the Modern Policy Editor
    • Added several new individual scripts (Disable Cortana, Disable forced Windows updates, Disable Windows Defender etc.)
    • Fixed DPI scaling bug in telemetry > Add community rules window
    • Numerous code improvements