December 2, 200817 yr Hi, can anyone upload compiled OEMFactoryRestore.exe. i dont have Visual Studio. Thx so muchVisual C++ code:#include"stdafx.h"#include"windows.h"int _tmain(int argc, _TCHAR* argv[]){ShellExecute(NULL,_T("open"),_T("x:\\Windows\\System32\\Mshta.exe"),_T("x:\\sources\\recovery\\tools\\OEMFactoryRestore.hta"),NULL,SW_SHOW);return 0;}
December 2, 200817 yr Why bother with that executable in the first place? All it does it show a HTA anyways. Plus, the path is hardcoded in the executable.Why not just call mshta.exe yourself, instead of calling OEMFactoryRestore.exe?
December 2, 200817 yr Author Why bother with that executable in the first place? All it does it show a HTA anyways. Plus, the path is hardcoded in the executable.Why not just call mshta.exe yourself, instead of calling OEMFactoryRestore.exe?actually i dont know. i try to make "Windows Vista Hard Disk Recovery Solution". in PDF manual microsoft saying" compile it". iam really dont understand of this issue.. and sry for english
Create an account or sign in to comment