/build/static/layout/Breadcrumb_cap_w.png

Default Wallpaper Change K2000

Hey!

I'm newer to K2000, but we've been asked to add in a wallpaper change to our deployment process. Obviously we could just do it manually after setting up AD for the first time, but I want to work towards streaming everything into one automated process.

This is what I've got thus far, and for some reason it's not working. Stating it isn't able to find the file listed, but everything looks right.

38giv6.png


0 Comments   [ + ] Show comments

Answers (2)

Posted by: SMal.tmcc 7 years ago
Red Belt
1
Try this format for the parameter, let me know if it works, it should.  Did not have time to test, but xml looks formatted correctly.

"x:\windows\system32\xcopy /y acadimg0.jpg c:\windows\web\wallpaper\windows\img0.jpg"

<Task ID="448">
<Name>wallpaper error</Name>
<WorkingDirectory>Y:\applications\448</WorkingDirectory>
<CommandLine><![CDATA["x:\windows\system32\xcopy /y acadimg0.jpg c:\windows\web\wallpaper\windows\img0.jpg"]]></CommandLine>
<Parameters></Parameters>
<PostTaskAction>None</PostTaskAction>
<KACETaskType>Application</KACETaskType>
<FileType>Exe</FileType>
<Type>PO</Type>
<Guid>1570d566e4e23a</Guid>
</Task>

Posted by: SMal.tmcc 7 years ago
Red Belt
0
if you go look at that under xml view you will see why that fails.  The file it cannot find is xcopy

PwLKFf.jpeg

<Task ID="448">
<Name>wallpaper error</Name>
<WorkingDirectory>Y:\applications\448</WorkingDirectory>
<CommandLine><![CDATA["Y:\applications\448\xcopy" ]]></CommandLine>
<Parameters></Parameters>
<PostTaskAction>None</PostTaskAction>
<KACETaskType>Application</KACETaskType>
<FileType>Exe</FileType>
<Type>PO</Type>
<Guid>1570d543703a25</Guid>
</Task>

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ