|
-
Jan 29th, 2004, 04:03 AM
#1
Thread Starter
Frenzied Member
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:
Private Sub Application_Startup()
Application.Quit
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.
-
Jan 29th, 2004, 04:07 AM
#2
Muppet Hahahahaha
-
Jan 29th, 2004, 05:14 AM
#3
-
Jan 29th, 2004, 05:15 AM
#4

That was good.
-
Jan 29th, 2004, 06:58 AM
#5
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|