Archive for the ‘Windows 11’ Category
Microsoft Windows 11 – new feature to automatically repair Windows
Donnerstag, September 18th, 2025Microsoft Windows 10 & 11 – automatically block malicious websites without additional software
Sonntag, September 14th, 2025c’t-WIMage 4.02 OS Windows 10/11 64bit – mit wenigen Mausklicks Abbilder ihrer Windows Installationen und die Images lassen sich auf quasi beliebiger Hardware wiederherstellen
Donnerstag, September 4th, 2025c’t-WIMage 4.02 OS Windows 10/11 64bit – damit wird ein Abbild einer Windows Partition erzeugt üblicherweise Laufwerk C:\ und zwar mitsamt aller Programme Einstellungen und Daten sowie aller NTFS Besonderheiten wie Zugriffsrechte Hardlink(s) und so weiter. Das Abbild landet auf einem USB Datenträger der zugleich als bootfähiges Wiederherstellungsmedium dient. Damit kann man eine Sicherung auf so ziemlich jedem Windows tauglichen x86 PC mit ausreichend Plattenplatz restaurieren
Eigenständig mit einem MiniPC / einem Laptop und einem ThinClient getestet mit jeweils OS Windows 11 und so habe ich auch ein passendes Backup auf einer externen SSD für diese Systeme mit wenig Aufwand das auch noch funktioniert
Dieser Artikel erklärt die Funktionsweise im Detail
Image auf einer neuen Hardware einfach installiert … und läuft … und läuft
Ein zweites Image wird erstellt
Microsoft Windows 11 KB5063878 – Microsoft conducted extensive testing in collaboration with Phison and has given the all clear
Dienstag, September 2nd, 2025Microsoft Windows 11 KB5063878 – it can cause serious problems with numerous popular SSD(s) from well known manufacturers
Donnerstag, August 28th, 2025Proxmox Virtual Environment (VE) 9.0.5 – set CPU type to ‚host‘ for a Microsoft Windows 11 VM as a best practice
Dienstag, August 26th, 2025Proxmox Virtual Environment (VE) – Microsoft Windows 11 guest best practices
Microsoft Windows 365 Reserve – is now in limited public preview
Donnerstag, August 14th, 2025Microsoft Windows 365 Reserve – is a standalone Windows 365 offering that provides temporary secure, and dedicated Cloud PC access when a user’s primary PC is unavailable granting users up to 10 days of Cloud PC access per year with this solution organizations can proactively establish protections that reduce both financial and operational impacts when disruptions arise
Microsoft Windows 11 SE Version 24H2 – ab Oktober 2026 stellt Microsoft keine neuen Updates Sicherheitspatches oder Support mehr zur Verfügung
Montag, August 11th, 2025Microsoft Windows 11 – der Cloudzwang wird verschärft
Freitag, August 8th, 2025Microsoft Windows 11 – Update ‚KB5062660‘ enthält die Recall Funktion die viele nicht wollen oder sogar fürchten
Mittwoch, Juli 30th, 2025Microsoft Windows 11 – so beschränken sie die zeitliche Computernutzung einen User ohne Software
Dienstag, Juli 15th, 2025Microsoft Windows Server 2025 – Linux GUI Apps unter Windows 11 mit Windows Subsystem for Linux (WSL)
Sonntag, Juli 13th, 2025Microsoft Windows Server 2008 (R2) / 2012 (R2) / 2016 / 2019 / 2022 / 2025 plus Windows 10 / 11 – SPNEGO Extended Negotiation (NEGOEX) Security Mechanism Remote Code Execution Vulnerability
Mittwoch, Juli 9th, 2025Patches und Workaround verfügbar – es besteht das Risiko demnach nur weil die GPO „Netzwerksicherheit: PKU2U Authentifizierungsanfragen an diesen Computer zur Verwendung von Online Identitäten zulassen“ standardmäßig aktiviert ist sie zu deaktivieren dürfte also vor möglichen Angriffen schützen
Microsoft Windows ’slmgr‘ – Befehlszeilentool das zum Anzeigen & Verwalten der Lizenzierung und Aktivierung des Betriebssystems dient
Mittwoch, Juli 9th, 2025PS C:\Users\josef> slmgr -dli

PS C:\Users\josef> slmgr -dlv
Google Gemini CLI – how to bring AI in your Windows or Linux Terminal
Sonntag, Juli 6th, 2025
How to bring AI in your Windows Terminal
PS C:\Users\josef>
PS C:\Users\josef> winget install -e –id OpenJS.NodeJS
Gefunden Node.js [OpenJS.NodeJS] Version 24.3.0
Diese Anwendung wird von ihrem Besitzer an Sie lizenziert.
Microsoft ist nicht verantwortlich und erteilt keine Lizenzen für Pakete von Drittanbietern.
Download läuft https://nodejs.org/dist/v24.3.0/node-v24.3.0-x64.msi
██████████████████████████████ 30.5 MB / 30.5 MB
Der Installer-Hash wurde erfolgreich überprüft
Paketinstallation wird gestartet…
Erfolgreich installiert
PS C:\Users\josef>
PS C:\Users\josef> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
PS C:\Users\josef> npm install -g @google/gemini-cli
added 432 packages in 2m
PS C:\Users\josef> gemini
How to bring AI in your Linux Terminal e.g. on a Proxmox VE Server
root@pve-s740-01:~# apt-get install npm
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
npm is already the newest version (9.2.0~ds1-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@pve-s740-01:~#
root@pve-s740-01:~# npm install -g @google/gemini-cli
added 432 packages in 27s
root@pve-s740-01:~#
root@pve-s740-01:~# vi .bashrc
export GEMINI_API_KEY=“<YOUR_API_KEY>“
root@pve-s740-01:~# gemini