Hi Mitch Vander Wall,
For a standard Windows 11 laptop, the most robust and "Microsoft-supported" way to handle this without dangerous registry editing is to use Microsoft PowerToys. It is a set of system utilities developed by Microsoft for advanced users to tune their workflow.
Method 1: The Modern Way (Microsoft PowerToys)
This is the safest method because it allows you to toggle the setting on or off easily without rebooting.
Install PowerToys: Download it from the Microsoft Store or GitHub (search "Microsoft PowerToys").
Open Keyboard Manager: Once installed, open PowerToys and navigate to "Keyboard Manager" on the left sidebar. Click "Remap a key". Click the + (Plus) button to add a new mapping.
For Num Lock:
Under "Physical Key", click Type and press your Num Lock key.
Under "Mapped To", select Disable from the dropdown menu.
Critical Note: Ensure your Num Lock is turned ON before you do this. Once you map it to "Disable", the button stops working, so the state will stay permanently locked to "Numbers".
For Calculator: Click + again. Under "Physical Key", press the Calculator icon key on your laptop. Under "Mapped To", select Disable. Save: Click OK. The changes are instant.
Method 2: The "Native" Way (SharpKeys)
If you prefer not to have the PowerToys application running in the background and want a permanent registry fix, use a small open-source tool called SharpKeys. This tool writes a "Scancode Map" directly to the Windows Registry, telling the OS kernel to ignore those keys completely.
Download and run SharpKeys (from the Microsoft Store or GitHub). Click Add.
Map From: Click "Type Key" and press your Num Lock key (Code 00_45).
Map To: Select "Turn Key Off" (top of the list).
Repeat for the Calculator key (often E0_21). Click "Write to Registry".
Reboot your computer.
Both methods will effectively "kill" those keys so accidental presses are ignored.
I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer then. Should you have more questions, feel free to leave a message. Have a nice day!
VP