this post was submitted on 19 May 2025
90 points (97.9% liked)

Asklemmy

48120 readers
682 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] CaptainBasculin@lemmy.ml 9 points 1 day ago (1 children)

Sounds like something registry editor related.

[โ€“] Libra@lemmy.ml 14 points 1 day ago* (last edited 1 day ago) (1 children)

No, this was via debug, a command that's been included in MS-DOS since like version 2.0 (before there even was a Windows, much less full-OS windows like Win95/NT/etc rather than 3.0/3.1 that were just fancy launchers that sat on top of DOS.) It can let you view and alter the contents of memory at a particular address, etc. We also used it to wipe hard drives by forcibly writing 0s to every block on the drive.

[โ€“] zod000@lemmy.ml 4 points 1 day ago (1 children)

You could do stuff like that with the older DOS versions of Norton Utilities. I used to do fun stuff like set my friend's files as the drive label. He thought I was basically a wizard.

[โ€“] Libra@lemmy.ml 3 points 1 day ago

Yup, or any hex editor that could target memory addresses (some of them were limited to run on a certain file or whatever.) But yeah I used to do similar when I was a kid, I would go into my game files (all DOS games back then of course) and change text strings you could find in there with a hex editor. I'd just change goofy stuff like 'Copyright' to 'Copyleft', 'The bandit strikes the princess!' to 'The dude slaps a ho', etc. It was endlessly amusing when I was that age. :)