Results 1 to 5 of 5

Thread: Ever done anything *this* stupid?

  1. #1

    Thread Starter
    Frenzied Member Spajeoly's Avatar
    Join Date
    Mar 2003
    Location
    Utah
    Posts
    1,068

    Ever done anything *this* stupid?

    Yeah, so here I was at work thinking of things to entertain myself. So I opened up MS Outlook, hit Alt + F11 to get into the VBA editor. Now mind you, the Security settings on this computer were set to low. I put in the following code:
    VB Code:
    1. Private Sub Application_Startup()
    2.     Application.Quit
    3. End Sub
    You know what, don't do this. I spent 1 1/2 hours trying to find where Outlook stores the code and could not find it. I finally tracked down the security settings in the registry:
    Code:
    HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Outlook\Security
    I changed the value to 3, so that it wouldn't run any Macro's period. The 9 after Office in the key location will vary depending on your version of Office though.

    Just thought I would share this new found wisdom with everyone.
    Can anyone beat it?
    Last edited by Spajeoly; Jan 29th, 2004 at 04:07 AM.

  2. #2

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    nice one!

    I did something almost a stupid once.. back with DOS/Windows 3.11, I was running out of disk space (on a 10 Mb drive!), so I ran a program called PKLite to compress all Exe/Com files on the drive.

    It saved about 2 Mb of space! but it also compressed a few vital files (like Command.Com) that need to have a specific structure.. so suddenly the computer refused to do anything!!

    I was lucky that my step-dad owned a computer shop, so he fixed it for me

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170


    That was good.

  5. #5

    Thread Starter
    Frenzied Member Spajeoly's Avatar
    Join Date
    Mar 2003
    Location
    Utah
    Posts
    1,068
    Hahaha that's a good one, geek. At least this just stopped outlook from staying open. The really sad part is that I opened it multiple times trying to hit Alt+F11, Ctrl+Break every hotkey I could think of to try and stop the code, but that sad truth was it just fired too damn fast for me to be able to get it.

    You know, just earlier before I came into work I upgraded a used system I bought to an Athlon 1800 XP and it wasn't auto detecting the CPU type/Speed. I tried everything in the BIOS and all that. Turns out, I had to take a jumper off of the Jumperless Motherboard before it would Auto-Detect the CPU.

    I hate computers so bad sometimes, well, all the times. Stupid computer addiction....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width