1.

Solve : For users on MS Windows Vista Ultimate 32 ENGLISH?

Answer» HELLO,
To apply settings from:
http://www.blackviper.com/WinVista/servicecfg.htm
using a .BAT file, I need the output from this script, to get the match
SERVICE_NAME <-> DISPLAY_NAME(English):


Code: [Select]SET z=.\%~n0.LOG
TYPE NUL>"%z%"
FOR /f "Tokens=1,2 Delims=:" %%r IN ('"SC QUERY state= all"') DO (
IF /i "%%r"=="SERVICE_NAME" (ECHO.%%s)
IF /i "%%r"=="DISPLAY_NAME" (ECHO.%%s&ECHO.----------------------------------)
)>>"%z%"

For users on MS Windows Vista Ultimate 32 ENGLISH, please, could you post in this THREAD the output of this scrip?
Thanks in advance

I'm on a MS Vista Ultimate French, (so Service Display NAME are French).


Discussion

No Comment Found