Home / About SimHub
SimHub is versatile Windows software dedicated to improve your immersion in the various supported simulations through dashboards, leds, displays, bass shakers and many more features.
https://github.com/SHWotever/SimHub/wiki/System-informations
Picocrypt est un logiciel de cryptage simple, sécurisé et gratuit, utilisant le chiffrement XChaCha20 et la fonction de dérivation de clé Argon2id pour protéger vos fichiers. Il se distingue par sa légèreté, sa portabilité et son interface intuitive. Picocrypt offre des fonctions avancées telles que la protection contre la corruption de fichiers, l'utilisation de fichiers-clés…
Comment sauvegarder les pilotes de Windows en ligne de commandes (DISM ou PNPUtil)
DISM est une commande bien connue de Windows qui permet de manipuler les images de Windows.
Cette commande permet aussi de sauvegarder vos pilotes pour Windows 8 et Windows 10.
Le principe est assez simple, vous créez un dossier où seront stockées des pilotes et on restaure ces derniers en cas de besoin.
Dans cet exemple, on sauvegarde les pilotes dans le dossier C:\sauvegardes
Appuyez sur le raccourci clavier
+ X ou cliquez avec le bouton droit de la souris sur le menu Démarrer puis sélectionnez “Terminal Windows (admin)“. Plus d’informations : Comment ouvrir Windows Terminal
Puis utilisez la commande suivante :
dism /online /export-driver /destination:"C:\sauvegardes"
Cet utilitaire qui permet de gérer les mises à jour Windows Update donne la possibilité :
d’installer et désinstaller des mises à jour
masquer et bloquer une mise à jour spécifique pour empêcher son installation. Windows Update Minitool permet donc de désactiver des mises à jour.
changer le mode d’installation et notamment désactiver l’installation automatique des mises à jour.
En clair donc, Windows Update Minitool peut se substituer au module Windows Update de Windows.
Comment changer la taille des icônes de la barre de tâches
Mise en place de la mise à jour automatique de liste de blocage DNS sous Windows 10
Website logo
Home
Frequently asked questions
Contact
My account
WFC screenshot
Windows Firewall Control - Managing Windows Firewall is now easier than ever
Program Overview
About
I know there are a thousand ways to uninstall modern Windows 10 apps. Here is the One Thousand and One with Bloatbox! This was intended as a small extension for my app Privatezilla to uninstall specific apps. Since I didn't want to bloat Privatezilla unnecessarily (those who know me know that I am a friend of small apps and lean code), I have now made this available as a standalone app.
This code is based on parts of this nice project from ConditionalException. Some inspiration has also flowed from this ugly guy AppManager by Microsoft but on Windows Forms 😏
Download
(Latest release) Download
Monitor and enhance CPU Performance in real time
Astrofox – Générez de jolis clips musicaux pour vos morceaux
@Korben —
8 octobre 2020
Si vous êtes producteur de musique, et que vous souhaitez la diffuser sous la forme de vidéos sur Youtube par exemple, voici une application hyper cool qui va vous permettre d’animer à partir d’un son, des effets, des images, un spectre sonore…etc.
Les musiciens vont être heureux !
Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity. Inspired by the Windows 95 era PowerToys project, this reboot provides power users with ways to squeeze more efficiency out of the Windows 10 shell and customize it for individual workflows. A great overview of the Windows 95 PowerToys can be found here.
https://aka.ms/powerToysPowerLauncherImageSmall PowerToys Run is a new toy in PowerToys that can help you search and launch your app instantly with a simple <kbd>Alt</kbd>+<kbd>Space</kbd> and start typing! It is open source and modular for additional plugins. Window Walker is now inside too! This PowerToy requires Windows 10 1903 (build 18362) or later.
https://aka.ms/powerToysShortcutGuideImageSmall Windows key shortcut guide appears when a user holds the Windows key down for more than one second and shows the available shortcuts for the current state of the desktop.
Install from the [Microsoft PowerToys GitHub releases page][github-release-link]. Click on Assets
to show the files available in the release and then click on PowerToysSetup-0.21.1-x64.exe
to download the PowerToys installer.
This is our preferred method.
Download PowerToys from WinGet. To install PowerToys, run the following command from the command line / PowerShell:
WinGet install powertoys
Install and Update All Your Programs at Once
No toolbars. No clicking next. Just pick your apps and go.
A Ninite Installer
Always Up-to-date
You don't have to watch for updates. Our bots do that. Here's what's new:
more news
What is Portapps ?
Portapps is a collection of portable applications for Windows. You can download your favorite application as a portable setup or a 7z archive. Each portable app is executed through a wrapper [appname]-portable.exe written in Golang.
It is free and open source and always will be . All kinds of contributions are welcome ! The most basic way to show your support is to star the project, or to raise issues You can also support this project by becoming a sponsor on GitHub or by making a Paypal donation to ensure this journey continues indefinitely!
butt - broadcast using this tool
by Daniel Nöthen
Main Window
About
butt (broadcast using this tool) is an easy to use, multi OS streaming tool.
It supports SHOUTcast and Icecast and runs on Linux, Mac OS X and Windows.
The main purpose of butt is to stream live audio data from your computers Mic or Line input
to an Shoutcast or Icecast server. Recording is also possible.
It is NOT intended to be a server by itself or automatically stream a set of audio files.
If you are looking for an iOS streaming tool have a look at iziCast.
Looking at our patch Tuesday list, I looked a bit closer at CE-2020-1048 (Print Spooler Privilege Escalation) and Microsoft's ratings for that one. Microsoft rated this as:
Disclosed: NO
Exploited: NO
Exploitability (old and new versions)
Unfortunately, this vulnerabiltiy was actually disclosed to Microsoft by the research community (see below), so the code to exploit it absolutely does exist and was disclosed, and a full write-up was posted as soon as the patch came out:
https://windows-internals.com/printdemon-cve-2020-1048/
Long story short, on an unpatched system, you can plant a persistent backdoor on a target host with this one-liner in PowerShell:
Add-PrinterPort -Name c:\windows\system32\ualapi.dll
Then "print" an MZ file (DOS excecutable) to that printer to light it up.
As noted, this backdoor is persistent, and will remain in place even after you apply the patch!
Moral of the story? For me, there are a couple of them: