Re: [Puppet Users] Windows batch file execution

2015-07-29 Thread Peter Kristolaitis
If all your batch script does is tweak some registry settings, I would suggest ditching batch files entirely and use the puppetlabs-registry module instead. That said, it is likely that your script is not being executed at all because you need to escape backslashes in paths, e.g. c

[Puppet Users] Windows batch file execution

2015-07-29 Thread Dimitri Yioulos
Hello, all. I'm trying to execute the following batch file (sageset.bat) on Win2k8 servers: @ECHO OFF REM Enable components to cleanup REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Active Setup Temp Folders" /v StateFlags0100 /d 2 /t REG_DWORD /f REG ADD "HKLM\