How to delete On-Screen Keyboard Shortcut?

frostbite

Member
How to delete On-Screen Keyboard Shortcut?
 

Attachments

  • {3C40528D-3530-4EBB-ACFF-AD80E22AF7A6}.png.jpg
    {3C40528D-3530-4EBB-ACFF-AD80E22AF7A6}.png.jpg
    20 KB
  • {28FA7BCB-3A88-4FE5-AE29-4E2A61D18CD6}.png.jpg
    {28FA7BCB-3A88-4FE5-AE29-4E2A61D18CD6}.png.jpg
    13.4 KB
If you want to have it localized, make a Desktop.ini backup from
NLTmpMount0?\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessibility
...and copy to:
sources\$OEM$\$1\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessibility

If you want to delete only, add this command to Post-Setup page:
del "%systemdrive%\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessibility\On-Screen Keyboard.lnk"

...else if you don't want to have the shortcut removed and an empty folder, use this command instead to remove the folder and shortcut:
rd /q /s "%systemdrive%\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessibility"
 
If you want to have it localized, make a Desktop.ini backup from
NLTmpMount0?\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessibility
...and copy to:
sources\$OEM$\$1\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessibility

If you want to delete only, add this command to Post-Setup page:
del "%systemdrive%\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessibility\On-Screen Keyboard.lnk"

...else if you don't want to have the shortcut removed and an empty folder, use this command instead to remove the folder and shortcut:
rd /q /s "%systemdrive%\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessibility"
Is this the add command registry?
 
Back
Top