Search found 2 matches

by Wyler6
Fri Dec 28, 2018 2:25 am
Forum: Windows Support
Topic: Error: Input/output error
Replies: 4
Views: 8574

Re: Error: Input/output error

I am glad you got it working. Out of curiosity did you put double quotes around LOCAL SERVICE like below?

Code: Select all

"LOCAL SERVICE":F
by Wyler6
Sat Dec 22, 2018 5:32 am
Forum: Windows Support
Topic: Error: Input/output error
Replies: 4
Views: 8574

Re: Error: Input/output error

Hi Wulfe, It sounds like you have changed the download/incomplete folder from the default. If so, you need to give the LOCAL SERVICE account full permissions to the new folder. You can use the following command: icacls.exe "<PATH TO NEW FOLDER>" /q /c /t /grant "LOCAL SERVICE":F ...