Top "Administration" questions

Refers to a wide range of system administration tasks.

How can I delete a service in Windows?

I have a couple old services that I want to completely uninstall. How can I do this?

windows-services sysadmin administration
Access is denied when attaching a database

I am using SQL Server 2008 developer edition. I was trying to attach the AdventureWorks2008 database. When I tried to attach, …

sql-server security administration
Can I just kill mongod to stop mongo?

I am very new at Mongo. I am running mongod as described here in Mac OS X. I am running …

macos mongodb administration
Command line tool to delete folder with a specified name recursively in Windows?

I want to delete every "_svn" in every folder and subfolder... For example c:\ proyect1 _svn images _svn banner _svn …

windows file utilities administration
What do you do if the file in TFS is locked by someone else?

Someone left the organisation but before leaving, he locked all the files for an unknown reason. How do you unlock …

version-control command-line tfs administration
MongoDB won't start after server crash

My Ubuntu computer had crashed, and when I restarted it MongoDB wasn't working. I tried the following commands, and got …

mongodb ubuntu administration
Listing each branch and its last revision's date in Git

I need to delete old and unmaintained branches from our remote repository. I'm trying to find a way with which …

git maintenance administration branch
Run Batch file as administrator - Windows 7 - Command "Run As" from network file system

I need to set up the delivery of a program installer. This program has a program_installer.exe and a …

shell batch-file cmd dos administration
How create admin login on php website?

My registration page and login form is working fine. If any member register and then login, user come to member.…

php login administration