[SOLVED] How Can I Get Rid Of The KB3035583 Update (GWX) When There Is An Error: 14098??

You are clean!!

Now, let's take a look at your other issue. Please do the following steps exactly as stated and let me know the results.

1. Click your Start button and type cmd in the search box.
2. Right click on cmd.exe that comes up and select Run as administrator.
3. You should now have a command prompt window open. The title bar should say Administrator: C:\Windows\System32\cmd.exe.
4. Type echo %windir% and then hit enter.
5. What should return in the command prompt window is C:\Windows
6. Type echo %userprofile% and then hit enter.
7. It should return C:\Users\briand <----of course your Username will be there instead of mine.

 
YAY! Thanks so much Brian, let's please mark as SOLVED.

Now, in regards to the other issue I just used the cmd.exe command as instructed, and came up with, C:\Users\Dwayne's Work .

Should Dwayne's Work be inputted exactly between the percentage symbols for the command, with the space?
 
No problem.

Because you have a space in your username anytime someone asks you to run a command such as the following:
copy %windir%\logs\cbs\cbs.log %userprofile%\Desktop\cbs.txt

You just need to make sure that you put quotation marks around it as follows.
copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"

Make sense?
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top