Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Powershell scripts are not running

When I launch powershell I get the following message and am unable to run powershell scripts.

2013-03-21 14:21:19 [000002fc] info    [native] No Registry-Settings exist for this process
2013-03-21 14:21:19 [000002fc] info    [native] Agent has no active settings - running normally
Windows PowerShell

This does not happen on another machine where I have powershell.

like image 489
Ramesh Avatar asked Mar 21 '13 18:03

Ramesh


1 Answers

late reply, but instead of disabling the .net agent, you can suppress initial console logging by adding this env var:

DT_DISABLEINITIALLOGGING=true
like image 80
mikolaj Avatar answered Oct 13 '22 11:10

mikolaj