577
edits
Changes
Removed Support_388945a0 & Pomocnik as they're specific to an individual; moved firewall settings to firewall page
<package id="disableaccount" name="Disable account" revision="1" priority="999" reboot="false" execute="once">
<install cmd='cmd /c net user Guest /active:no' />
</package>
</package>
<package id="setadminpasswordsetadministratorpassword" name="Set admin administrator password" revision="1" priority="999" reboot="false" execute="once">
<install cmd='cmd /c net user administrator password' />
</package>
<package
priority="1"
execute="once">
<install cmd="\\radcaserver\programy\wstepnewpkg_programs\install.bat" /> <upgrade cmd="\\radca\programyserver\wstepnewpkg_programs\install.bat" />
</package>
Where the contents of install.batcould be:
net user Guest /active:no
[[Category: Changing Windows settings]]