LM Service

C
Posted By
crapbottom
Nov 15, 2003
Views
1050
Replies
0
Status
Closed

1. Download a copy of Resource Kit tools from MS (search for REGINI.EXE) and
install it.

2. Copy the REGINI.EXE file to your PS folder

3. Create this file, CS.VBS and save it to your PS folder

;Start of CS.VBS
Set oShell=WScript.CreateObject("WScript.Shell") sServiceName = "Adobe LM Service"
oShell.Run "Net Stop " & Chr(34) & sServiceName & Chr(34), 0, True oshell.currentdirectory = "C:\Program Files\Adobe\Photoshop CS" oShell.Run "regini.exe disable_lm.ini"
oshell.run "Photoshop.exe"
WScript.sleep 10000
oShell.Run "regini.exe disable_lm.ini"
oShell.Run "Net Stop " & Chr(34) & sServiceName & Chr(34), 0, True ;End of CS.VBS

4. Create this file DISABLE_LM.INI and save it your PS folder

;Start of DISABLE_LM.INI
\Registry\Machine
System
CurrentControlSet
Services
Adobe LM Service
Start = REG_DWORD 0x00000004
;End of DISABLE_LM.INI

5. Run CS.VBS to start up PS. You may have to fiddle with the SLEEP time, depending on your machine.

MacBook Pro 16” Mockups 🔥

– in 4 materials (clay versions included)

– 12 scenes

– 48 MacBook Pro 16″ mockups

– 6000 x 4500 px

Related Discussion Topics

Nice and short text about related topics in discussion sections