Easy way to call certain control panel functions without any API calls.
Easy way to call certain control panel functions without any API calls.
Rate Easy way to call certain control panel functions without any API calls.
(2(2 Vote))
'syntax
' Shell "Path of Control panel " & cpl file , windowoption
'Desktop properties
Shell "C:\Windows\control.exe" & " desk.cpl", 1
'Internet Properties
Shell "C:\Windows\control.exe" & " Inetcpl.cpl", 1
'Modem Properties
Shell "C:\Windows\control.exe" & " Modem.cpl", 1
'Password
Shell "C:\Windows\control.exe" & " Password.cpl", 1
Easy way to call certain control panel functions without any API calls. Comments
No comments yet — be the first to post one!
Post a Comment