Saturday, November 12, 2011

One more reason to hate Windows 7

So, there is a service that I often need to restart.  I don't like pointing and clicking, so I'll run cmd and then type net start | find /I "cisco" to get the name.  Then I'll pipe that to net stop and net start.  Or, I USED to do that.
Now, when i try to do it, I learn that access is denied, even though I am logged in as a local admin.

OK - so, where's the SUDO equivalent that will let me run this command as an administrator when i'm, you know, administrating.

Grrrrrr...

No comments:

DBT-50000 when using DBCA.bat on Windows (Oracle 19.11)

I’ve been having some trouble getting DBCA to run in order to create databases. Thought I’d share it with you, and thus document it for la...