I am trying to learn how to use Mklink and WMIC in run before login. Do I put the MKlink Commands and the WMIC Commands in a batch file or do Write them in a command in run before command structure?
wmic pagefileset delete
wmic pagefileset create name="T:\\pagefile.sys"
wmic pagefileset where name="T:\\pagefile.sys" set InitialSize=65536,MaximumSize=65536
and DISM /Online /Add-Capability /CapabilityName:WMIC~~~~
Also
MKLINK /J "C:\Program Files\WindowsApps\PointPlanck.FileBot_5.2.1.0_x64__49ex9gnthnt12" "A:\Applications\Video\Renamer\Point Planck\Filebot43038033-IPAYBTCR"
MKLINK /J "C:\Program Files (x86)\NCH Software\WavePad" "A:\Applications\Audio\Converter\NCH\Wavepad"
MKLINK /J "C:\Program Files (x86)\NCH Software\Switch" "A:\Applications\Audio\Converter\NCH\Switch"
MKLINK /J "C:\Program Files (x86)\NCH Software\Prism" "A:\Applications\Video\Converter\Prism"
MKLINK /J "C:\Program Files (x86)\NCH Software\VideoPad" "A:\Applications\Video\Converter\Video"
do I Make 1 batch file for mklink and 1 text for Wmic and put in command in run before /c DISM /Online /Add-Capability /CapabilityName:WMIC~~~~. How do i call in the batch that has the WMIC Commands . Please show how! Thank you .
wmic pagefileset delete
wmic pagefileset create name="T:\\pagefile.sys"
wmic pagefileset where name="T:\\pagefile.sys" set InitialSize=65536,MaximumSize=65536
and DISM /Online /Add-Capability /CapabilityName:WMIC~~~~
Also
MKLINK /J "C:\Program Files\WindowsApps\PointPlanck.FileBot_5.2.1.0_x64__49ex9gnthnt12" "A:\Applications\Video\Renamer\Point Planck\Filebot43038033-IPAYBTCR"
MKLINK /J "C:\Program Files (x86)\NCH Software\WavePad" "A:\Applications\Audio\Converter\NCH\Wavepad"
MKLINK /J "C:\Program Files (x86)\NCH Software\Switch" "A:\Applications\Audio\Converter\NCH\Switch"
MKLINK /J "C:\Program Files (x86)\NCH Software\Prism" "A:\Applications\Video\Converter\Prism"
MKLINK /J "C:\Program Files (x86)\NCH Software\VideoPad" "A:\Applications\Video\Converter\Video"
do I Make 1 batch file for mklink and 1 text for Wmic and put in command in run before /c DISM /Online /Add-Capability /CapabilityName:WMIC~~~~. How do i call in the batch that has the WMIC Commands . Please show how! Thank you .