Advertisement
derp_derp

LGNPST DLL Registration and Fix

Jun 2nd, 2013
3,725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. :: Copy the DLL files
  2.  
  3. Copy all of the dll files in "tSilenzio's Automated LGNPST\LGNPST_Files\DLL_Files\"
  4. and stick them in your LGNPST folder...
  5. On 32-bit Windows: Program Files\LG Electronics\LGNPST
  6. On 64-bit Windows: Program Files (x86)\LG Electronics\LGNPST
  7.  
  8.  
  9.  
  10. :: Register the DLL files
  11. This is where n00bs will fail because anything in command prompt scares you.
  12.  
  13. Open Command Prompt as Admin(right mouse click on cmd.exe and "run as administrator")
  14. Start Button > All Programs Accessories > Command Prompt (right click > "Run as Administrator")
  15.  
  16. On 32-bit Windows type the following commands:
  17.  
  18. cd c:\Program Files\LG Electronics\LGNPST\
  19. regsvr32 LGNPST_LS970.dll
  20.  
  21.  
  22. On 64-bit Windows type the following commands:
  23.  
  24. cd c:\Program Files (x86)\LG Electronics\LGNPST\
  25. regsvr32 LGNPST_LS970.dll
  26.  
  27.  
  28. How to Register DLL files on Win7 - http://windows7themes.net/how-to-register-dll-files-in-windows-7.html
  29. How to Register DLL files on Win8 - http://mywindows8.org/how-to-register-dll-files-in-windows-8/
  30. More info - http://stackoverflow.com/questions/4897685/how-do-i-register-a-dll-on-windows-7-64-bit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement