Tuesday, August 24, 2010

SetACL notes

To take ownership: SetACL -on "[path]" -ot file -actn setowner -ownr "n:Administrators;s:n" -rec cont_obj

To enable inheritance: SetACL -on "[path]" -ot file -actn setprot -op "dacl:np;sacl:nc" -rec cont_obj




- Posted using BlogPress from my iPhone

Wednesday, August 18, 2010

Run an interactive EXE with system

This works for XP, W2K, W23:

sc create testsvc binpath= "cmd /K start" type= own type= interact

If this command succeeds, just start the service.

From:blogs.madness.com/b/adioltean/archive/2004/11/27/271063.aspx

- Posted using BlogPress from my iPhone

Sunday, August 15, 2010

Excel mod

For me, in Excel 2007, spreadsheets always open in the same "master" Excel window.  If I want to view two spreadsheets concurrently I have to use the internal Excel windows manager and my view is limited to the size of the "master/Primary" window.

Jarrah of "Jarrah's Blog Pile" has a great solution/mod for this issue.  Follow his instructions and you can launch multiple instances of excel, each with only one spreadsheet.


Here is a link to his instructions: How to make Excel open each file in a separate window

Wednesday, May 26, 2010

Observations on Chrome

I have been using Chrome for almost a month on XP SP3 (on a Compaq 8610p), Windows 2003 Server (on a Dell GX260) and OSX 10.6.3 (on a 2007 17" Macbook Pro).  I have been comparing it to IE8, Firefox and Camino (**I don't like Safari and try to avoid it as much as possible**). So far:

- It is not noticeably faster than a basic Firefox install w/out any plugins.
- It is noticeably faster than IE on both versions of windows.
- It is not noticeably faster than Camino.
- I found a problem with my java install on the W23 box because Chrome kept choking on certain java heavy sites.  Once I fixed java Chrome was fine.
- It does not have the same range of security oriented plugins that Firefox does.
- I tried to use it on my work's Intranet and it failed hard.  For perspective, Firefox has some issues as well & IE, while slow, performs the best.  Being a corporate Intranet I am assuming it is all MS oriented.
- Blogger Dashboard is more responsive in Chrome.
- Gmail is the same in Firefox and Chrome, I don't go to Gmail with IE.
- MobileME is slow on all three browsers, in Windows and OSX.
    :: aside:: (You would think, as a selling point, Apple would want MobileME to be snappy on their platform...)

Overall, Chrome is fine.  I think Firefox is better, primarily because of the plugin "NoScript".  But even without "NoSCript", Chrome doesn't outperform Firefox, at least not in the way I use a browser.  Which shouldn't be a surprise I suppose.  Browsers are basically rendering engines/ code interpreters and as such, all browsers will have their performance dictated by the OS and hardware they are running on.

    :: aside:: (I saw Google's Chrome ad emphasizing the speed of page loads.  I am surprised they put out such an obvious piece of spin.  The absurdness of it made me laugh.)

Monday, May 24, 2010

Google Voice Account Transfer

So, for reasons that are not important to this post, I needed/wanted to transfer my Google Voice number from one gmail account to another gmail account. A little research on google showed that Google does not support this but then I found a forum post indicating that it was possible.

If you use the Google Transfer Form you can transfer your Google Voice from one gmail account to another gmail account. There are a few conditions and qualifications so read the thread I posted and the form carefully.

I used this successfully and received my confirmation that the transfer was complete in about 4 hours. Others have reported that it took longer for them so your milage may vary.



Tuesday, February 23, 2010

Enable Remote Deaktop from CMD

**I have on used this on 2K8.

Enable Remote Desktop:
cscript C:\Windows\System32\Scregedit.wad /ar 0

Configs Remote Desktop for older clients:
cscript C:\Windows\System32\Scregedit.wad /cs 0

- Posted using BlogPress from my iPhone