Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable telemetry not creating log files #79

Closed
MacgyverJohnson opened this issue Apr 14, 2016 · 3 comments
Closed

disable telemetry not creating log files #79

MacgyverJohnson opened this issue Apr 14, 2016 · 3 comments

Comments

@MacgyverJohnson
Copy link

downloaded from https://github.com/bmrf/tron/tree/master/resources/stage_4_repair/disable_windows_telemetry
Unfortunately no logs files are found

@vocatus
Copy link
Contributor

vocatus commented Apr 17, 2016

Hi MacgyverJohnson, I'm not quite sure what you're saying. Those files are meant to be run as part of a Tron run. What file did you run? Where were you looking for log files?

@MacgyverJohnson
Copy link
Author

i tried to execute [https://github.com/bmrf/tron/blob/master/resources/stage_4_repair/disable_windows_telemetry/purge_windows_7-8-81_telemetry.bat](Purge windows telemetry.bat) but there was no log file created after the script was executes.....during the execution of script cmd console showed that log file directory not found(not exactly those words but something along those lines)
`:::::::::::::::::::::

if /i "%LOGPATH%"=="" (
set LOGPATH=%SystemDrive%\Logs
set LOGFILE=windows_10_telemetry_removal.log
set VERBOSE=yes
for /f "tokens=3*" %%i IN ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion"
)
`
Although here log directory is %SystemDrive%\Logs if u put %SystemDrive%\Logs in windows run dialog box error occurs windows cannot find the file.......
any way can i set the directory to any specified directory if so then how?

@vocatus
Copy link
Contributor

vocatus commented Apr 20, 2016

You just need to create the log directory. Either create C:\Logs or adjust the path to something else of your liking.

@vocatus vocatus closed this as completed Apr 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants