Difference between revisions of "Manually delete PGSQL service"

From IMSMA Wiki
Jump to: navigation, search
Line 1: Line 1:
[[Image:Stop service.png|500px]]
+
[[Image:Stop service.png|800px|center]]<br>
# Go to Computer Management by e.g. in Windows Explorer right-click on ''Computer'' and choose ''Manage''.
+
<ol>
# Find PGSQL in the Services list, right-click and choose ''Stop''
+
<li> Go to Computer Management by e.g. in Windows Explorer right-click on ''Computer'' and choose ''Manage''.
# Start the Command window / DOS prompt by e.g. search for ''cmd'', right-click and choose '''Run as administrator'''.<br/><br/>
+
<li>Find PGSQL in the Services list, right-click and choose ''Stop''.
 +
<li> Start the Command window / DOS prompt by e.g. search for ''cmd'', right-click and choose '''Run as administrator'''.<br/><br/>
  
[[Image:Manually delete service.png|500px]]
+
[[Image:Manually delete service.png|600px|center]]
<br/>
+
<br/><br/>
<ol start="4">
+
<li> Type ''sc delete PGSQL'' and press Enter.<br/>
<li> Type ''sc delete PGSQL"'' and press Enter.<br/>
 
 
  It is of course possible to copy the text from here and paste it into the Command window by the right-click menu.
 
  It is of course possible to copy the text from here and paste it into the Command window by the right-click menu.
 
<li> If there where no error messages, type Exit and press Enter.<br/>
 
<li> If there where no error messages, type Exit and press Enter.<br/>
 
  If there were error messages, one reason might be that the user does not have permission to delete services or you did '''not''' start the Command window as administrator.
 
  If there were error messages, one reason might be that the user does not have permission to delete services or you did '''not''' start the Command window as administrator.
<li> '''DO NOT RE-INSTALL THE SERVICE UNTIL YOU HAVE RESTARTED THE COMPUTER'''
+
<li> '''DO NOT RE-INSTALL THE SERVICE UNTIL YOU HAVE RESTARTED THE COMPUTER'''.
 
<li> Restart the computer ('''mandatory''').
 
<li> Restart the computer ('''mandatory''').
 
<li> Verify that the PGSQL service is deleted.
 
<li> Verify that the PGSQL service is deleted.
<li> Now you may [[Manually create PGSQL service | re-install]] the PGSQL service
+
<li> If required, you now may '''[[Manually create PGSQL service | re-install]]''' the PGSQL service.
 
</ol>
 
</ol>
{{NavBox Hub}}
+
 
[[Category:NoPublic]]
+
{{NavBox Technical Notes}}
 
[[Category:NAA]]
 
[[Category:NAA]]

Revision as of 21:10, 20 August 2016

Stop service.png

  1. Go to Computer Management by e.g. in Windows Explorer right-click on Computer and choose Manage.
  2. Find PGSQL in the Services list, right-click and choose Stop.
  3. Start the Command window / DOS prompt by e.g. search for cmd, right-click and choose Run as administrator.

    Manually delete service.png



  4. Type sc delete PGSQL and press Enter.
    It is of course possible to copy the text from here and paste it into the Command window by the right-click menu.
  5. If there where no error messages, type Exit and press Enter.
    If there were error messages, one reason might be that the user does not have permission to delete services or you did not start the Command window as administrator.
  6. DO NOT RE-INSTALL THE SERVICE UNTIL YOU HAVE RESTARTED THE COMPUTER.
  7. Restart the computer (mandatory).
  8. Verify that the PGSQL service is deleted.
  9. If required, you now may re-install the PGSQL service.