Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Great.. (Score 1) 208

Well it doesn't take an extra power adapter.. I really don't mind what it is but something that actually has a bit of power would be nice. Also I run my HTPC on Linux so I'm not sure those fancy audio features are working yet on the ATI drivers, and what about hardware decoding?? I currently have a 8400GS ticking away in my system quite nicely, not really much good for anything but decoding..

Comment Re:Ohh noes.... (Score 1) 122

I actually tend to use something like this rather than change ACLs:

set oShell= Wscript.CreateObject("WScript.Shell")

Set objFSO = CreateObject("Scripting.FileSystemObject")

objFSO.CopyFile "u:\scripts\test.vbs", "C:\temp\test.vbs"

oShell.Run "runas /noprofile /user:domain\administrator ""%windir%\system32\cmd.exe /C wscript c:\temp\test.vbs"""

WScript.Sleep 100

oShell.Sendkeys "password~"

Wscript.Quit ()

Comment Re:Ohh noes.... (Score 4, Informative) 122

You'd be surprised how many people do it. In fact so many people do it where I work that I put a reghack in the logon script to make it so that all XLS files are opened with excel and not IE.

"HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Excel.Sheet.8\BrowserFlags",00000008,"REG_DWORD"

I didn't put it in place for this vulnerability though, just because a lot of people use macros and don't know how to save as.

Slashdot Top Deals

The hardest part of climbing the ladder of success is getting through the crowd at the bottom.

Working...