Category: Windows

02/09/2020

How to Install OPAC in SOUL | Configure Web OPAC in SOUL2.0 Software

Note: Before you Install OPAC in SOUL2.0 please check that IIS 6 or higher has been enabled in your SOUL server. To install OPAC in SOUL 2.0 Server, Execute setup.exe in “S20WEB” folder from SOUL2.0 Installation CD . There are instances that some of IIS configuration may not allow direct installation of WebOPAC due to authentication issues. In such cases, please copy entire ‘WebOPAC’ folder […]

27/03/2019

Install JBoss as Service in Windows | How to Run JBoss 7 as Windows Service

This is short article How to Install JBoss as Service in Windows. You can easily run JBoss 7 as Windows Service by following below steps. 1. Open a command prompt as Administrator. 2. Change directories to the <JBOSS_HOME>bin directory. 3. Type the command: service.bat install and press Enter. 4. A message displays stating “Service <JBoss Version> installed” . 5. You can now start and stop JBoss from the Windows Services […]

21/01/2019

Install EXE as Windows Service

Follow below steps to install exe as Windows Service. Open Command Prompt as Administrator Run the following command: sc create service_name binpath=C:pathtobinary [option1] [option2] [optionN] Here is an example: sc create RFSERVICE binPath=”D:RFIDMultipleSocketServer.exe” ^ DisplayName=”RFSERVICE” start=auto If this worked you should see: [SC] CreateService SUCCESS You can delete a service by following command: sc delete RFSERVICE Total Views: 1576

28/11/2018

Disable Windows 10 Update | Stop Automatic Updates on Windows 10

Are you really want to disable Windows 10 Update Feature? You can stop Windows 10 Update through Group Policy The Group Policy feature is only available in Windows 10 Professional, Enterprise, or Education Editions. You have to use the Group Policy Editor to change the settings to prevent Windows 10 from automatically updating. Follow the below steps and stop updating your windows 10.  1. Press […]

07/08/2018

Configure a User Account to Log On Automatically on Windows 7

1. Click Start, type netplwiz, and then press Enter. 2. In the User Accounts dialog box, click the account you want to automatically log on to.If it is available, clear the Users Must Enter A User Name And Password To Use This Computer check box. 3. Click OK.  4. In the Automatically Log On dialog box, enter the user’s password twice and click OK.  The next time you restart the […]

17/07/2018

How to Uninstall MySQL from Windows 7/8/10 Completely

Follow the steps to uninstall MySQL Completely from Windows: NOTE: This method will remove/clean all MySQL databases and instances, so keep backup before going through this process, to save your existing databases. 1. First, Run Command Prompt as Administrator and execute the following command to STOP and REMOVE MySQL service. > Net stop MySQL > Sc delete MySQL 2. Now Go to Control Panel >> […]