TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #14636 · Apr 27

#powershell#automated#bloatware#bloatware_removal#cleanup#debloat#debloater#interactive#optimize#powershell#powershell_script#privacy#ps1#registry_tweaks#tweaks#windows#windows_10#windows_11#windows_11_debloat#windows10#windows11 Win11Debloat is a free PowerShell script that quickly removes pre-installed Windows bloatware like TikTok, Xbox Game Bar, and Copilot while disabling ads, telemetry, and intrusive features. It simplifies tasks like restoring the classic right-click menu, hiding duplicate drives in File Explorer, and removing taskbar clutter, saving you from manually adjusting settings. The script is safe, reversible, and improves your experience by eliminating unnecessary background processes and distractions, making Windows cleaner and more focused. https://github.com/Raphire/Win11Debloat

Results

10 similar posts found

hackspace

@hackspace · Post #1218 · 05/21/2024, 07:32 PM

Quick way with (elevated) #PowerShell to see the versions of particular vendor's running processes. I also remoted this since mstsc etc is overkill ps |where path -match citrix|gp|select -expand versioninfo ps=Get-Process gp = Get-ItemProperty (-path arg comes from path property from Get-Process)

Hashtags

Libreware

@libreware · Post #1517 · 10/30/2025, 12:36 PM

How to run #ADB and #fastboot in #Termux without root to unlock #bootloader, run ADB commands, remove #bloatware, flash ROM, or even root another #Android https://www.mobile-hacker.com/2025/06/16/how-to-run-adb-and-fastboot-on-a-non-rooted-android-smartphone-using-termux/: 1. It supports debloating of various manufacturers and mobile carriers such as LG, Samsung, Xiaomi, Huawei, Oppo, Realme, Vivo, ZTE, OnePlus, Nokia, Sony, Asus, Google, Fairphone, Motorola, Tecno, Unihertz. 2. Full access to the app’s private storage — including databases, tokens, cached credentials, config files, or even offline user data. 3. Another common issue in AndroidManifest.xml is this flag: When enabled (which it is by default unless explicitly disabled), Android allows the app’s private data to be backed up via ADB — again, even on non-rooted devices. Android, use termux-adb command instead of adb https://github.com/nohajc/termux-adb Android debloater for pc and debloat lists https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/blob/main/resources/assets/uad_lists.json #debloat

The Devs

@thedevs · Post #2057 · 05/14/2023, 10:28 AM

Web fingerprinting is worse than I thought. #article#privacy @thedevs http://thedevs.link/chlPQn

djangoproject

@djangoproject · Post #520 · 12/11/2017, 11:35 AM

https://goo.gl/CMGAqy If you know the #ropes, good news! Firefox now has support for #headless mode, making it easier to use as a backend to #automated tools. You can jump ahead to learn how to use it. Browser #automation is not a new idea, but is an increasingly important part of how modern websites are built, #tested, and #deployed. #Automation setups range from scripts run on local machines to vast deployments of specialized servers running in the cloud. To this end, browsers have long supported some level of automated control, usually via third-party driver software.

Libreware

@libreware · Post #1252 · 03/17/2024, 05:14 AM

Universal Android Debloater Next Generation Cross-platform GUI written in Rust using ADB to debloat non-rooted #Android devices. Improve your privacy, the security and battery life of your device. https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation This is a detached fork of the UAD project, which aims to improve privacy and battery performance by removing unnecessary and obscure system apps. This can also contribute to improving security by reducing the attack surface. Wiki https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki Download https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/releases #debloater#uadng

The Devs

@thedevs · Post #1922 · 06/25/2021, 07:03 PM

State of the Windows: How many layers of UI inconsistencies are in Windows 10? #article#windows @thedevs https://kutt.it/xbygAn

Libreware

@libreware · Post #1161 · 07/25/2023, 12:11 AM

#UAD Universal #Android#Debloater Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device. https://github.com/0x192/universal-android-debloater

Libreware

@libreware · Post #1519 · 10/30/2025, 01:34 PM

Universal Android Debloater Next Generation https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation This is a detached fork of the UAD project, which aims to improve privacy and battery performance by removing unnecessary and obscure system apps. This can also contribute to improving security by reducing (but not eliminating) the attack surface. Read the wiki for more details on getting started. Whilst UAD-ng can remove system apps, it cannot detect or remove potentially malicious system services or drivers baked into the firmware of your device by various vendors; some vendor-specific apps are only UI front-ends to vendor-provided system services, and as such disabling/uninstalling those apps will not stop a service from running. Additional information can be found in package descriptions inside the Universal Android Debloater Next Generation application. #Android#debloat#UADNG

Libreware

@libreware · Post #1253 · 03/17/2024, 05:29 AM

Fire Toolbox Collection of useful ADB (Android Debug Bridge) tweaks that can be applied to #Amazon's Fire #Tablets. The Toolbox project aims to help users fully customize and unlock the full potential of their tablets by putting all the power into their hands. The Toolbox doesn't touch the system partition meaning all changes made can be reversed either through the tools/subtools themselves or through a factory reset. This means the Toolbox does NOT void your warranty. https://xdaforums.com/t/windows-linux-tool-fire-toolbox-v33-1.3889604/ #debloater

djangoproject

@djangoproject · Post #536 · 12/28/2017, 10:21 AM

http://www.djangocrew.com/blog/how-startstopget-google-compute-instance-python/ In this post we gonna tell you about How to start/stop/get for the #google compute instance with python. Sometimes we don’t want (or need) a compute engine instance running 24hs every day but we need to run #task/s periodically. To solve this we can have an app engine task runing using cron service to start the VM instance. Once the VM has started, it can have a startup script that runs the actual task it was needed for and then stops the machine. #REST#Linux#Windows#requests