So, you are about to deploy Windows 7, yes perfect. So you have set up your deployment solution, done the apps job and everything is perfect !!!, or…
For some reason when you open up System in the control panel it says:
Rating : Unrated
And that is not good, so you want to rate the system during the deployment phase, so do I
How-to:
Add a “Run a command” in the end of the Task Sequence that runs the following command
“winsat formal”
and you are done.
btw, it is kind of fun to read inside the VBscript’s:, Check this out :-) (line 1208 in LiteTouch.wsf)
' Are you kidding me? THis is the 21st century, what kind of computer doesn't have a networking adatper?
GetNetworkingErrorHint = "No networking devices were found on this machine!"
/mike