Turn off ALL Ads/Featured Content/Bundle Crap in Utorrent/Bittorrent:
Options > Preferences > Advanced... Turn ALL settings to false:
- bt.enable_pulse
- distributed_share.enable
- gui.show_notorrents_node
- offers.left_rail_offer_enabled
| #Requires -RunAsAdministrator | |
| Stop-Service -Name @("bits","wuauserv","appidsvc","cryptsvc") | |
| del "$env:ALLUSERSPROFILE\Application Data\Microsoft\Network\Downloader\qmgr*.*" | |
| if(Test-Path variable:global:errs) {Remove-Variable -Name @("errs") -ErrorAction SilentlyContinue } #$err = $null | |
| $errs = [System.Collections.ArrayList](@{}) | |
| function Start-Backup { | |
| param([string[]]$paths = @("$env:SystemRoot\system32\catroot2","$env:SystemRoot\SoftwareDistribution")) | |
| foreach($path in $paths){ | |
| $bak = "$($path).bak" | |
| if((Test-Path -PathType Any $bak) -and (Test-Path -PathType Any $path)){ |
| Windows Registry Editor Version 5.00 | |
| ;Remove 'Give access to' Context Menu in Windows 10 | |
| [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\ModernSharing] | |
| [-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Sharing] |
Note: This gist may be outdated, thanks to all contributors in comments.
adb is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
Don't hesitate to read comments, there is useful tips, thanks guys for this !
| source 'https://rubygems.org' | |
| gem 'icalendar' | |
| gem 'activesupport' | |
| # gem 'pry' |
The Qt v5.15 Community doesn't support OpenSSL 3 by default. You will face some issues at runtime if you attempt to build it with OpenSSL 3. This gist explains how to do it by yourself.
..\configure -prefix h:\mousavi\Qt\5.15.10\win32-msvc2019-x86 -debug-and-release -skip qtwebengine -openssl-runtime OPENSSL_PREFIX="H:\mousavi\OpenSSL-Win32"`
| Windows Registry Editor Version 5.00 | |
| [HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell] | |
| "FolderType"="NotSpecified" |