I'm looking to set the Page file to system managed for several 10's of PC's which are currently set to obscure values.
I have a regisrty import which looks like:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"PagingFiles"=hex(7):63,00,3a,00,5c,00,70,00,61,00,67,00,65,00,66,00,69,00,6c,\
00,65,00,2e,00,73,00,79,00,73,00,20,00,30,00,20,00,30,00,00,00,00,00
Which works when manually ran on a target PC.
I've converted this to a Registry Configuration that look like:
However, it doesn't work and it instead sets the page file to no page file required.
Any ideas what I'm doing wrong?