How to intentionally mess up a Mac?

7

1

Inspired by this question: How to mess up a PC running Windows 7?, I'm interested in repairable ways that you could intentionally 'mess up' a Mac computer.

Note from a Mod on the other question, that should also be mentioned here:

If you suggest ways to disable/break the computer, please include information on how to fix whatever it is you're breaking as well, if it is not immediately obvious.

One-liner answers, that fail to explain how they work or what the do, will be converted to comments.

Connor W

Posted 2011-05-05T21:49:33.757

Reputation: 3 537

Question was closed 2013-08-26T20:54:37.440

1Macs cannot be messed up. I hear that Macs "just work". – user541686 – 2011-05-05T23:06:12.193

1I completely disagree – n0pe – 2011-05-31T22:25:58.147

Unplug it. 8-)} – Keith Thompson – 2011-10-19T04:21:20.027

@Mehrdad, its strange but my experience with them was that they couldn't be trusted to work right... – Austin T French – 2013-08-25T17:27:01.633

Answers

5

Use Control-Option-Command-8 to invert the screen colors.

enter image description here

Press it again to turn it back, it's somewhere in the options so those that don't know the hotkey have to hunt.

Tamara Wijsman

Posted 2011-05-05T21:49:33.757

Reputation: 54 163

2In a similar vein, Apple-Fn-F5 turns on VoiceOver which gives a running commentary on everything on the screen. – blahdiblah – 2011-06-01T00:07:04.947

3

Install MacDefender

bruno077

Posted 2011-05-05T21:49:33.757

Reputation: 867

2I couldn't find it in the Mac App Store... :) – JavaAndCSharp – 2011-07-11T16:22:16.600

2

If you can enable the root user, the easiest thing to do would be to chown the user folders of every user account, and then use chmod to prevent the original users accessing them. This is reversed easily enough, as the owner should be clear from the name of the user folder.

Lukasa

Posted 2011-05-05T21:49:33.757

Reputation: 1 995

2

Add an AppleScript as a log in item with the following content:

tell application "System Events"
    log out
end tell

Then, every time the user logs in, they will be logged out again. Optionally add a (possibly random) delay and/or a humorous/obnoxious message. To get back use of the computer, hold the shift key down while logging in to disable log in items, then remove the log in item.

For a bit of nostalgia, remember doing similar things with a shut down AppleScript and the Startup Items folder on Mac OS?

Scott

Posted 2011-05-05T21:49:33.757

Reputation: 5 323

2

A quick one I like to do is press cmdctlshift3 to copy a full screen capture, then open Preview and press cmdN and cmdshiftF to open the screen shot in full screen.

Move the floating controls off the screen if it's a newer version of Preview, and it looks like the computer is frozen.

Pressing esc will exit the full screen view.

mckeed

Posted 2011-05-05T21:49:33.757

Reputation: 333

This is given away by the Dock and menu bar sliding over the full screen view. – Lri – 2011-05-12T12:03:10.513

2

Move (or delete) the /System/Library/Fonts folder. Need to use the Console from the CD (or Super User mode) to move the files back. Allows you to log on, but you can't do anything as there is NO text

Canadian Luke

Posted 2011-05-05T21:49:33.757

Reputation: 22 162

Cant believe that works! You'd think there would be some kind of backup for system fonts? Would love to see what it looks like (Dont have a Mac to try it on) – Connor W – 2011-05-31T22:14:48.807

Basically, every character gets replaced with squares. The menus are HUMUNGOUS (sp?) and have to scroll, even if the menu only has a couple items. Definitely a sight to see – Canadian Luke – 2011-07-28T02:48:30.343

2

Change the keyboard layout to DVORAK or similar. Change the login keyboard layout to DVORAK without a warning notification.

Kevin Burke

Posted 2011-05-05T21:49:33.757

Reputation: 809

0

Open the /etc/hosts file, and add entries like

127.0.0.1   google.com

Substitute google.com for any legit site. To reverse, remove the line. You need to reboot for changes to take effect

Canadian Luke

Posted 2011-05-05T21:49:33.757

Reputation: 22 162

You don't have to reboot, only flush your dns cache. – 0sh – 2012-05-03T22:01:45.243

0

Go to accessibility, and enable two things, one called "slow keys" and one called "mouse keys" There should be a slider for slow keys. Move it up to longest. Slow keys makes it so you have to hold down the key for longer for it to take effect. Mouse keys disables the letter keys. The combination of these two makes it almost impossible to type. Also, greyscale their computer and move the contrast bar up to maximum. It makes their computer look like a messed up cartoon. Glad to be of service! EDIT: Another fun thing is to set a time to make the computer auto shut down. It's somewhere in system preferences. Energy saver maybe?

Max the Great

Posted 2011-05-05T21:49:33.757

Reputation: 1

How did you figure all that out? – None – 2013-06-09T22:04:20.433