Develop activation tool for unattend reseal.xml, C/C++ Programming

Assignment Help:

Project Description:

We refurbish older computer and send them back into the market with windows 7 operating system. We are presently using windows deployment services through PXE boot. We presently are running 80-100 computers a day, and growing every day. We currently are seeking a way to activate windows while in audit mode, and have it persist through OOBE once the system has been resealed using sysprep. Presently the only way I have found to do this is to edit the unattend_reseal.xml with code to insert the product key. The problem with doing it this way that we have found is that typographical errors will cause errors in the xml file and then the system doesn't load, and we have to restart the deployment on that machine. We are interested in a GUI APP that can only ask us for the product key and insert it into this C:\rpktools\unattend_reseal.xml . It has to be placed on a positive line in the exact same place and the txt that is already there needs to stay. Also we would like some kind of check in place that will lower some of the errors while typing the keys. I know that Microsoft uses "SLMGR.exe" to check if it is 5x5 key and the checksum if it maybe could be a key. The end user of this app will most likely be non technical and I would like to make this as simple and efficient as possible. We will be keying 150+ keys a day so I want the app to be able to fit onto a usb drive and be run without installing anything on the PC.

Skills required are C Programming, Software Architecture, Project Management, Software Testing


Related Discussions:- Develop activation tool for unattend reseal.xml

C program to copy the contents of a file, C Program to copy the contents of...

C Program to copy the contents of a file: void main()    {   ifstream fin("input.txt");   ofstream fout("output.txt");   char ch;   while (fin)       {

FIND AREA UNDER CURVE, Write a program to find the area under the curve y =...

Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b. The area under a curve between two points can b

Define name mangling in c++??, A: The procedure of encoding the parameter t...

A: The procedure of encoding the parameter types along with the function/method name into a unique name is called as name mangling. The inverse procedure is called demangling. F

Described inline function?, A: The inline keyword tells the compiler to sub...

A: The inline keyword tells the compiler to substitute the code in the function de_nition for each instance of a function call. Though, substitution takes place only at the compile

Program for number game, - Create a program that uses at least two function...

- Create a program that uses at least two functions that will be called from your main. This program is a number game program that asks for parts of your phone and after manipulati

Datastructure, c program of double linked list with full explanation

c program of double linked list with full explanation

C, how to learn programming skills

how to learn programming skills

Functions, program that convert take decimal digit and convert it to binart...

program that convert take decimal digit and convert it to binart digit

Function returning object, F u nction Returning Object: This program ...

F u nction Returning Object: This program is like to the previous program except the function returns object.  The main rule to be remembered is the function returning obj

Program for memory optimization of c / opencl code, Program for Memory Opti...

Program for Memory Optimization of C / OpenCL Code Project Description: This is possibly a very simple project for someone with an excellent knowledge of C and OpenCL. That,

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd