File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,24 @@ My [**Image32 2D graphics library**](https://github.com/AngusJohnson/Image32) wa
1313
1414![ Thumbnail] ( https://user-images.githubusercontent.com/5280692/150119536-2b499495-f0dd-42e8-9e99-367657e3d783.png )
1515
16+ ----------
17+ Install:
18+ ----------
19+
20+ 1 . Right click Windows' Start Button<br >
21+ 2 . Select Windows PowerShell (Admin)<br >
22+ In Windows PowerShell ...<br >
23+ ** cd** path_to_SvgShellExtensions<br >
24+ ** regsvr32** SvgShellExtensions.dll<br >
25+ exit<br ><br >
26+
27+ ----------
28+ Uninstall:
29+ ----------
30+
31+ 1 . Right click Windows' Start Button<br >
32+ 2 . Select Windows PowerShell (Admin)<br >
33+ In Windows PowerShell ...<br >
34+ ** cd** path_to_SvgShellExtensions<br >
35+ ** regsvr32 /u** SvgShellExtensions.dll<br >
36+ exit<br ><br >
You can’t perform that action at this time.
0 commit comments