deathcon1 Posted December 26, 2017 Posted December 26, 2017 Hi for all. My problem is with schtasks.exe file. Always I use the command, in any situation I get a error, ivalid network address. I tried everything, applied dism online, sfc to see cbs.log, but nothing worked. And I created policies in software restriction policies. The system is operating normally without any strange behavior. I used this command too: findstr /c:"[sR]" %windir%\logs\cbs\cbs.log >C:\sfcdetails.txt Please, What can it be? Thank you.
jaclaz Posted December 27, 2017 Posted December 27, 2017 Can you post which specific SCHTASKS.EXE command you used? This command: findstr /c:"[sR]" %windir%\logs\cbs\cbs.log >C:\sfcdetails.txt will write to the file C:\sfcdetails.txt all lines containing the string "[sR]" found in file %windir%\logs\cbs\cbs.log (if any). It is ismply a "filter" to avoid scanning visually the cbs.log for thoise lines. It is the CONTENTS of the file C:\sfcdetails.txt that may be relevant (or it may be not). Please, provide the standard litany:http://web.archive.org/web/20100713063536/http://homepage.ntlworld.com:80/jonathan.deboynepollard/FGA/problem-report-standard-litany.html jaclaz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now