Need to check this out some day: cs.exe compiled from [Wayback] sparse.zip which you can download from [Wayback/Archive] NTFS Sparse Files For Programmers
Archive for the ‘Windows 10’ Category
NTFS Sparse Files For Programmers
Posted by jpluimers on 2024/09/25
Posted in C, C++, Development, NTFS, Power User, RoboCopy, Software Development, Visual Studio C++, Windows, Windows 10, Windows 11 | Leave a Comment »
With the newest PowerToys version, the Microsoft teams shows they forgot about their CUA heritage
Posted by jpluimers on 2024/08/30
The most recent Microsoft Power Toys version binds to Alt + Spacebar which indicates the Windows team has forgotten about the CUA (Common User Access) heritage.
[Wayback/Archive] PowerToys bring fun tweaks to Windows 10 and 11 • The Register
And that tells us something else, too: that none of the Microsoft developers involved in building and releasing this tool are old-style keyboard warriors, because since Windows 1.0 in 1985,
Alt+spacehas been the keystroke to invoke the window-management menu. From Windows 2 onwards, the leftmost button on every Windows title bar even looked like a space bar, to remind you. So to maximize a window, it’sAlt+space,x; to minimize,Alt+space,n; to resize with the keyboard,Alt+space,s, and so on.
Via [Wayback/Archive] Jeroen Wiert Pluimers @wiert@mastodon.social on X: “Stealing Alt+Space for a Power Toy, the Microsoft @Windows team has forgotten about its CUA heritage.”.
--jeroen
Posted in Hardware, IBM SAA CUA, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Power User, Windows, Windows 10, Windows 11 | Leave a Comment »
A big oops: “Researcher finds a way to invisibly reverse Windows updates • The Register”
Posted by jpluimers on 2024/08/07
Keeping an eye on this: [Wayback/Archive] Researcher finds a way to invisibly reverse Windows updates • The Register
--jeroen
Posted in LifeHacker, Power User, Windows, Windows 10, Windows 11 | Leave a Comment »
Figuring out what domains/IPs to whitelist for installing/updating winget sources and packages
Posted by jpluimers on 2024/07/25
A few years ago I asked for some help figuring out what to whitelist so that winget can update its sources and install packages.
This is how I found out.
The queste started with [Wayback/Archive] Need help trying to figure out what domains/IPs to whitelist for installing packages · Discussion #2304 · microsoft/winget-cli
Posted in Batch-Files, Development, Firewall, Fritz!, Fritz!Box, Hardware, Network-and-equipment, Power User, Scripting, Software Development, Windows, Windows 10, Windows 11, winget | Leave a Comment »
Installing WhatsApp Desktop from the Console
Posted by jpluimers on 2024/07/09
Related to WhatsApp Desktop for Mac or PC cannot only chat but also voice and video call: installing WhatsApp from the command-line.
That was easy to do via winget:
c:\temp>winget install -e --id WhatsApp.WhatsApp Found WhatsApp [WhatsApp.WhatsApp] Version 2.2222.12 This application is licensed to you by its owner. Microsoft is not responsible for, nor does it grant any licenses to, third-party packages. Downloading https://web.whatsapp.com/desktop/windows/release/x64/WhatsAppSetup.exe ██████████████████████████████ 145 MB / 145 MB Successfully verified installer hash Starting package install... Successfully installed
This was a while ago, so the version number by now is dated, but it is about the command winget install -e --id WhatsApp.WhatsApp
Via:
- [Wayback/Archive] whatsapp desktop microsoft store – Recherche Google
- [Wayback/Archive] WhatsApp Desktop – Microsoft Store Apps which shows one of the IDs at the end of the URL:
https://apps.microsoft.com/store/detail/whatsapp-desktop/9NKSQGP7F2NH - [Wayback/Archive] Download and install WhatsApp with winget which shows the easier to use ID that I used above.
–jeroen
Posted in Batch-Files, Development, Power User, Scripting, Software Development, Windows, Windows 10, Windows 11, winget | Leave a Comment »
Script alternatives to the Windows-L keyboard shortcut (SwitchUser / LockWorkstation)
Posted by jpluimers on 2024/05/23
More than a decade ago I wrote about Programmatic alternatives to Windows-L keyboard shortcut (SwitchUser / LockWorkstation).
Still, I see many scripts invoke rundll32.exe or to call the [Wayback/Archive] LockWorkStation function (winuser.h) inside user32.dll. Don’t!
The BOOL LockWorkStation()function has a calling convention that is incompatible with rundll32.exe () which will corrupt the call stack likely will lead to random problems as after two decades, this post from Raymond Chen still holds: [Wayback/Archive] What can go wrong when you mismatch the calling convention? – The Old New Thing
Posted in .NET, Batch-Files, C#, CommandLine, Development, Power User, PowerShell, PowerShell, Scripting, Security, Software Development, Windows, Windows 10, Windows 11, Windows 7, Windows 8, Windows 8.1, Windows Server 2016 | Leave a Comment »
Windows: DoubleKiller – find and remove duplicate files (Big Bang enterprises)
Posted by jpluimers on 2024/05/03
The build is from 2007, but still works fine on Windows 10 and 11 and perfectly fitted my needs for finding some ~2500 duplicate files that Google Drive made with their “upgrade” from Google Backup and Sync to Google Drive File Sync (where syncing from shared content is sort of possible and impossible at the same time).
- [Wayback/Archive] DoubleKiller – find and remove duplicate files (Big Bang enterprises)
- [Wayback/Archive] DoubleKiller – Tour & Screenshots [english] (Big Bang enterprises)
- [Wayback/Archive] DoubleKiller – Download [english] (Big Bang enterprises) (actual download: [Wayback] doublekiller.zip or [Wayback] alternate).
Via [Wayback/Archive] Which duplicate files and folders finders exist for Windows? – Super User (thanks [Wayback/Archive] Chris Driver for answering and [Wayback/Archive] Andrija for asking) where I commented [Wayback/Archive]:
Thanks: still works fine in 2022. Download from … is a simple ZIP file which you can extract and just run the executable. No need for complicated installers or admin rights. Matches on (combinations of) name/size/date/CRC32, then intuitive GUI to select the files you don’t want any more, then either delete or move those selected files.
Via
- Blog post Research item: duplicate file finders
- Tweets
- [Wayback/Archive] Troy Hunt on Twitter: “What’s a good app for finding duplicate files on Windows? I want to point it at a drive and let it identify everything with the name name and file size, suggestions?”
- [Wayback/Archive] Jeroen Wiert Pluimers on Twitter: “@troyhunt Bookmarked your Tweet just in case. Now needed it. Looked at a few then went for the portable app (no installer needed) DoubleKiller and commented a small review at …”
- [Wayback/Archive] Jeroen Wiert Pluimers on Twitter: “@troyhunt These are the options you can set for duplicate checking: …”
–jeroen
Posted in Power User, Windows, Windows 10, Windows 11, Windows 7, Windows 8, Windows 8.1 | Leave a Comment »
My Ultimate PowerShell prompt with Oh My Posh and the Windows Terminal – Scott Hanselman’s Blog
Posted by jpluimers on 2024/03/21
Via [Archive.is] Kevin on Twitter: “Gotta say this looks amazing and I actually didn’t know you can customize the command line on Windows this far. Read this blogpost by @shanselman , highly recommended. 👇 “
For my link archive: [Wayback] My Ultimate PowerShell prompt with Oh My Posh and the Windows Terminal – Scott Hanselman’s Blog
Posted in CommandLine, Development, Power User, PowerShell, PowerShell, Scripting, Software Development, Windows, Windows 10, Windows Development | Leave a Comment »
PRANK: Windows XP Updates
Posted by jpluimers on 2024/01/25
This one is cool: [Wayback/Archive] PRANK: Windows XP Updates.
Note that unlike the screenshot below, the actual prank does count the percentage. The actual page does.
You can start this one and various other OSes plus Windows versions and other pranks via [Wayback/Archive] FakeUpdate.net – Windows Update Prank by fediaFedia (at the time of writing Windows 98 install, Windows Vista update, Windows 8 update, Windows 7 update, Mac OS boot, Windows 10 install, Windows 10 update, steam and “fake ransomware”).
It is a cool and relatively harmless way of teaching people to use their lock screen when away from their machine (Windows: Win+L, Mac OS: Ctrl+Shift+Power).
Posted in Awareness, Fun, Power User, Security, Windows, Windows 10, Windows 11, Windows 7, Windows 8, Windows 8.1, Windows 9, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Vista, Windows XP | Leave a Comment »
PowerToys Keyboard Manager utility for Windows | Microsoft Docs
Posted by jpluimers on 2024/01/19
It looks like after decades, ReMapKey (from the Windows 2000 and 20023 Resource Kits, see If you miss having the Caps Lock button on your #Chromebook… (via: Google Chrome – Google+)) got a successor:
[Wayback/Archive] PowerToys Keyboard Manager utility for Windows | Microsoft Docs:
The PowerToys Keyboard Manager enables you to redefine keys on your keyboard.
For example, you can exchange the letter A for the letter B on your keyboard. When you press the A key, a
Bwill display.…
You can also exchange shortcut key combinations. For example: The shortcut key Ctrl+C will copy text in Microsoft Word. With PowerToys Keyboard Manager utility, you can exchange that shortcut for ⊞ Win+C. Now, ⊞ Win+C will copy text. If you do not specify a targeted application in PowerToys Keyboard Manager, the shortcut exchange will be applied globally across Windows.
PowerToys Keyboard Manager must be enabled (with PowerToys running in the background) for remapped keys and shortcuts to be applied. If PowerToys is not running, key remapping will no longer be applied.
The real kicker however, is that the new PowerToys Keyboard Manager can be application specific:
Posted in Power User, PowerToys, Windows, Windows 10, Windows 11 | Leave a Comment »








