How to install netframework offline just using windows bootable USB
- Open cmd as administrator.
- Now insert Bootable USB.
- Now paste the following code "replace X with your Bootable USB drive letter".
Dism /online /enable-feature /featurename:NetFx3 /All /Source:X:\sources\sxs /LimitAccess
- Now press enter.

- It will automatic install your net framework.
Enjoy


No comments:
Post a Comment