|
If you want to manually start/stop the Firewall Service I found you can create a BAT file and use the Windows 'SC' command, just put the following in a bat file:
sc start sharedaccess
This will START the service if it's set to manual or not already running
sc stop sharedaccess
This will STOP the service once it's running.
If the service is DISABLED you'll need to set it to 'Manual' to use those commands!
Regarding Volume labels for this game I've found if you OMIT the volume label the install will fail and if the volume label does not have a SPACE in it then it will fail also?? So create Volume Labels like 'Disk 1' and not 'Disk1'!!!
|