Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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.

share|improve this question
Macs cannot be messed up. I hear that Macs "just work". – Mehrdad May 5 '11 at 23:06
I completely disagree – MaxMackie May 31 '11 at 22:25
Unplug it. 8-)} – Keith Thompson Oct 19 '11 at 4:21

9 Answers

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.

share|improve this answer
1  
+1 for not being malicious but still (possibly) causing a nuisance. – Kevin Y May 6 '11 at 1:18
1  
In a similar vein, Apple-Fn-F5 turns on VoiceOver which gives a running commentary on everything on the screen. – blahdiblah Jun 1 '11 at 0:07

Install MacDefender

share|improve this answer
2  
I couldn't find it in the Mac App Store... :) – JavaAndCSharp Jul 11 '11 at 16:22

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.

share|improve this answer

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?

share|improve this answer

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.

share|improve this answer
This is given away by the Dock and menu bar sliding over the full screen view. – Lauri Ranta May 12 '11 at 12:03

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

share|improve this answer
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 May 31 '11 at 22:14
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 – Luke Jul 28 '11 at 2:48

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

share|improve this answer

Install Windows. (Can't comment yet, sorry!)

share|improve this answer

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

share|improve this answer
You don't have to reboot, only flush your dns cache. – 0sh May 3 '12 at 22:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.