okay I revamped the command a little bit.... looks like ren messed up and Could not find the path. been awhile since I used these commands but copy paste to remove and ill paste a fix to bring it back
copy paste into a wordpad save as .bat
Echo off
taskkill.exe /F /IM "gwx.exe"
takeown /f "%windir%\System32\GWX" && icacls "%windir%\System32\GWX" /grant administrators:F
robocopy "%windir%\System32\GWX" "%windir%\System32\GWX_Old" /E
rmdir /s /q "%windir%\System32\GWX"
exit
To bring it back
robocopy "%windir%\System32\GWX_Old" "%windir%\System32\GWX" /E
rmdir /s /q "%windir%\System32\GWX_Old"
%windir%\system32\GWX\GWX.exe /tasklaunch
now lets see if that did it