Program: drvbckp
by jon on Jan.10, 2010, under Uncategorized
I made a little CLI .NET 3.5 program that does what DriverMagician, DriverMax etc does. Only better, and its only 22kb.
Please try it out and tell me what you think, also post bug reports so i can try to fix them.
Version 0.1
Download debug version supports -debug option for extra information.
If you find it useful, please donate!
<input type=”hidden” name=”cmd” value=”_s-xclick”>
<input type=”hidden” name=”hosted_button_id” value=”11064856″>
<input type=”image” src=”https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif” border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”>
<img alt=”” border=”0″ src=”https://www.paypal.com/sv_SE/i/scr/pixel.gif” width=”1″ height=”1″>
</form>
Improved Startnet.cmd file
by jon on Sep.13, 2009, under Uncategorized
I made a new startnet.cmd file for my deployment to make it look a little bit neater when deploying a computer and also showing some information that might be interesting.
It needs findstr.exe which you can source from any XP system32 folder, to install it just add the startnet.cmd and findstr.exe to your PE image\Windows\System32
Here is what it looks like.
Script: Create Join Account
by jon on Sep.12, 2009, under Scripts
I made a script that creates the JoinAccount user that you will need to use if you want MDT to add your computers to a domain. You just open the script and edit the parameters, then you run it and it will create the user and give it the appropriate permissions in the Computers OU and another OU of your choice. Of course you can extend it. Enjoy =)
Drop a comment if i screwed up and it aint working, or if you just like it! =)
Windows deployment blog
by jon on Sep.12, 2009, under Uncategorized
Hello,
Just started this blog to write and post the things i create and ponder about concerning Windows deployment and MDT 2008 and now also 2010.
Hope you will enjoy reading it and stealing my VBScripts =)