I want to disable all .net come with windows but without uninstalling it.
There is aspnet_regiis.exe -u for some version, but how can I disable all versions and then re enable them?
Also, how can I re enable .NET after the aspnet_regiis.exe -u ?
|
I want to disable all .net come with windows but without uninstalling it. There is Also, how can I re enable .NET after the |
||||
|
You cannot "disable" .NET -- the CLR is a foundation component of Windows itself. You could uninstall it on Windows XP (not on later versions though, and only because Windows XP doesn't come with .NET in the first place), but that's the only solution. And many applications will simply cease to function without the runtime installed. It should be noted that Finally, I must point out that .NET is just like Flash or Java -- it's a foundation library required for many useful applications to work. There's really no reason to turn it off, any more than there is reason to ban all checkbox controls. |
|||||||||||
|
javascript:alert(navigator.userAgent)– osgx Nov 16 '10 at 3:59