mambo785's Posts

Hello everyone, I would like to use the batch files for some tasks which are sometimes not captured correctly during packaging (for example .dll registration). I have noticed in the documen... See more...
Hello everyone, I would like to use the batch files for some tasks which are sometimes not captured correctly during packaging (for example .dll registration). I have noticed in the documentation for App Volumes 4:, that their names are completely different than in App Volumes 2.x: Does anyone know where they need to be copied and where can I find a template on how they should look like, please? I have only found the "old ones" (allvolattached.bat...etc) in the appvolumes client directory (C:\Program Files (x86)\CloudVolumes\Agent\Config\Default\app) Thanks!
Hello @Ray_handels thanks a lot for your comment. I have tried to copy the exclusion file to C:\Program Files (x86)\CloudVolumes\Agent\Config\Custom\app\ (and commented out the lines with t... See more...
Hello @Ray_handels thanks a lot for your comment. I have tried to copy the exclusion file to C:\Program Files (x86)\CloudVolumes\Agent\Config\Custom\app\ (and commented out the lines with the registry hives I needed to be captured), but the result is still the same, the values are still not present in the appstack. I tried to copy the exclusion file also in this folder: C:\Program Files (x86)\CloudVolumes\Agent\Config\Custom\provisioning , but that also did not help. To be more clear, what I need to achieve, is to disable the Plug & Play service for smart cards, i.e. add these two values to registry: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\ScPnP] "EnableScPnP"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Microsoft\Windows\ScPnP] "EnableScPnP"=dword:00000000 But as HKEY_LOCAL_MACHINE\SOFTWARE\Policies\ and HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\ are excluded by default, it does not get captured.
LukaszDziwisz​ it has worked - thanks a lot! much appreciated.
Hi everyone, I am packaging on App Volumes 4. For one appstack, I need to add a string to this registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows, but it does not get capt... See more...
Hi everyone, I am packaging on App Volumes 4. For one appstack, I need to add a string to this registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows, but it does not get captured during packaging. I have checked the exclusions in C:\Program Files (x86)\CloudVolumes\Agent\Config\Default\snapvol.cfg, and HKEY_LOCAL_MACHINE\SOFTWARE\Policies is excluded there. I have removed the exclusion from this file and it did not help. Then I tried to create Custom folder with exclusions, following this article and it also did not help. When reading posts about App Volumes 2.x, looks like there was  snapvol.cfg directly in each appstack (C:\snapvolumestemp), but that's not the case for me. What is the correct path for editing exclusions via snapvol.cfg in App Volumes 4? Thank a lot. Best,Martin
LukaszDziwisz​ thanks a lot for the fast reply. I will try to do it like this as well and will let you know the result.
Hello LukaszDziwisz​ I am having exactly the same issue, but for another registry key. Could you be more specific how you have resolved it, please? "by simply changing the Registry permission... See more...
Hello LukaszDziwisz​ I am having exactly the same issue, but for another registry key. Could you be more specific how you have resolved it, please? "by simply changing the Registry permission for that key on my packaging machine" = do you mean changing the permission for that key on the packaging machine, before starting the packaging? By the way, I cannot find snapvol.cfg in my appstacks since Appvolumes v4. Do you see this file in your appstacks? Thanks a lot! Best, Martin