k0Seek Posted December 2, 2008 Posted December 2, 2008 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;}
CoffeeFiend Posted December 2, 2008 Posted December 2, 2008 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?
k0Seek Posted December 2, 2008 Author Posted December 2, 2008 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
Mijzelf Posted December 3, 2008 Posted December 3, 2008 (edited) Here you are.OEMFactoryRestore.exe Edited December 3, 2008 by Mijzelf
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now