Munzi Posted March 5, 2018 Report post Posted March 5, 2018 Hi GuysIm trying to delete 3 registey keys using SCCM but it fails with 0x1 error .. This is my command REG delete "hklm\SOFTWARE\Microsoft\SMS\Mobile Client" /v GPRequestedSiteAssignmentCode /f REG delete "hklm\SOFTWARE\Microsoft\SMS\Mobile Client" /v GPSiteAssignmentRetryDuration(Hour) /f REG delete "hklm\SOFTWARE\Microsoft\SMS\Mobile Client" /v GPSiteAssignmentRetryInterval(Min) /fI tested local and it works Quote Share this post Link to post Share on other sites More sharing options...
Hi Guys
Im trying to delete 3 registey keys using SCCM but it fails with 0x1 error .. This is my command
REG delete "hklm\SOFTWARE\Microsoft\SMS\Mobile Client" /v GPRequestedSiteAssignmentCode /f
REG delete "hklm\SOFTWARE\Microsoft\SMS\Mobile Client" /v GPSiteAssignmentRetryDuration(Hour) /f
REG delete "hklm\SOFTWARE\Microsoft\SMS\Mobile Client" /v GPSiteAssignmentRetryInterval(Min) /f
I tested local and it works
Share this post
Link to post
Share on other sites