Re: Snapin not working properly
I have created a snapin like this and it is not working against multiple computers:
Snapin General
Snapin Name NpmInstall
Snapin Description
Snapin Type
Snapin Template
Snapin Run With cmd.exe
Snapin Run With Argument
runas.exe /user:heritage1\csteacher /c
Snapin File
Max Size: 3000M
npm_install_fix.bat
Snapin File (exists)
Snapin Arguments
Snapin Protected
Snapin Enabled
Snapin Arguments Hidden
Snapin Timeout (seconds)
0
Replicate?
Reboot after install
Shutdown after install
Snapin Command
read-only
cmd.exe runas.exe /user:heritage1\csteacher /c npm_install_fix.bat
Make Changes?
The script follows as:
npm config set registry http://registry.npmjs.org/ --global
npm cache clear --force
npm install --verbose
Any discrepancy found in this setup?
Thank you for any help!