-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathun-mklink.cmd
14 lines (12 loc) · 1.38 KB
/
un-mklink.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
rmdir "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\LVAPT"
REM mklink /J "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\SecondaryProviderExample2" "%~dp0SecondaryProviderExample2"
REM mklink /J "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\PrimaryProviderExample2" "%~dp0PrimaryProviderExample2"
REM mklink /J "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\DummyPrimaryProvider" "%~dp0DummyPrimaryProvider"
del "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\GProviders\LVAPT_System.ini"
del "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\GProviders\LVAPT_Document.ini"
del "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\GProviders\LVAPT_VirtualFolder.ini"
del "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\GProviders\LVAPT_Project.ini"
del "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\GProviders\LVAPT_Class.ini"
del "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\GProviders\LVAPT_Git.ini"
rmdir "C:\Program Files (x86)\National Instruments\LabVIEW 2019\resource\Framework\Providers\Icons\fatcow-hosting"
pause