Friday, March 14, 2008

the instruction at "0x01b03397" refrenced memory at "0x00000000" the memory cant be "written"

This error kept happening when I would restart the computer and the app it was happening on was explorer.exe.

This resolution I found here

http://www.geekstogo.com/forum/memory-could-not-written-t4911.html

I just chopped a few of the answers together and pasted them below. These were the exact steps I took to resolve them.

Go to Start and then RUN.type cmd (This will bring up the dos window.type cd.. until you get to the c:/ root directorythen type attrib -r -h -s boot.ini follow that by typing edit boot ini

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=alwaysoff /fastdetect

back at the DOS prompt type attrib +r +h +s boot.ini to re enforce the attributesback at the DOS prompt type attrib +r +h +s boot.ini to re enforce the attributes

Wednesday, March 12, 2008

Windows Deployment Services

Here's a good link to how to setup and use WDS.

http://sociallybeta.blogspot.com/2007/03/wds-rocks-complete-guide-to-using-wds.html

Excerpt regarding sysprep

"Create a folder in the root of the C: drive called sysprep
> Put the Windows XP Cd in the drive and navigate to the Support folder
Extract "Deploy" to the sysprep folder on the root of C; that you just made
> Go to the sysprep folder and double click "setupmgr.exe" to create the answer file needed for an automatic installation on Windows."

About Me