I have recently upgraded to windows 8 to windows 10, When i tried to open D-Link Connection Manager it did not opened due to Error of User Account Control.
This app has been blocked for your protection.
An administrator has blocked you from running this app, For more information contact the Administrator.
Reason of not opening the app was
Publisher: Not Trusted.
Then i switched user To administrator (Start > Select user Name> Sign Out> sign in as Administrator)
Then the App worked fine in that account,
Now i wanted to work it in user account, I googled but haven’t found any permanent Fix,
Then i created my own solution for the problem,
In step:1
Write down Path of the .Exe.
Right click on icon of your app.
See the Target Link for me it was
C:\Program Files (x86)\D-Link Connection Manager\WirelessModem.exe
Setp 2:-
I separated File Path and File Name, (pretty easy C:\Program Files (x86)\D-Link Connection Manager\
is path and After last backslash(\) is file name “WirelessModem.exe")
Created New txt file on Desktop by Right clicking Desktop ,
New > Text Document
Added this code in that txt file
cd C:\Program Files (x86)\D-Link Connection Manager\
start WirelessModem.exe
Where cd list directory and start will launch the App.
3rd step
Now Rename the file with .cmd extension
Like i did Dlink.cmd
4th Step
Now when ever you want to run the app,
Just Choose “Run As Administrator” by right clicking on it.
Your app will launch.
Cheers
You can also make dat file to run the commands.
And if you are facing problems specific to DLink Modem then Download Lastest Connection Manager.
You have question or better solution then let me know.
Leave a Reply