Live data from Hacker News

Prank Windows XP simulator

geekprank.com

11–20 of 62 posts

Re: Prank Windows XP simulator

#14

This is great! Even though I skipped the whole Windows XP era by being primarily a Linux user all that time, and know it's all fake, the slight panic at what happens when you try to launch a program is real.

Darn I wish I'd come across Linux before. I was starting university and my Amiga A1200 was just too incompatible with everything. I spent ages weighing up a powerbook with the shiny new OSX or a Thinkpad T40 with XP. In the end I was most impressed with the reliability of the ThinkPad, but those years spent fighting XP when I could have been using Linux - I regret! When I discovered Ubuntu 9.04, I felt like my love of computing had returned.

Re: Prank Windows XP simulator

#17

Unfortunately, if you bring your cursor to the top of the screen there's a message (in Firefox) and an X (in Chrome) that inform the user that they are in a full screen webpage.

Run, if Chromium (or Chrome)

    chromium --kiosk 
or, similarly for Firefox

    firefox --new-window --kiosk 
For Chromium the `--new-window` argument doesn't open in kiosk mode. In order to work no other instance must run.
Post reply on HN