Skip to content

Commit 6a6e31f

Browse files
authored
Create dotnet35.md
1 parent 75d6051 commit 6a6e31f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

win/dotnet35.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# install at win2012
2+
3+
```
4+
5+
DISM /Online /Enable-Feature /FeatureName:NetFx3 /Source:c:\windows\winsxs
6+
7+
# if not work, reboot and try again after restore image:
8+
dism /online /cleanup-image /restorehealth
9+
10+
11+
12+
13+
```

0 commit comments

Comments
 (0)