How to change registry settings on a system through web browser

前端 未结 4 758
没有蜡笔的小新
没有蜡笔的小新 2020-12-07 06:03

I am trying to develop a web page that will allow user to edit registry settings in windows system. Can i achieve it with client side scripting language.? If yes please sug

4条回答
  •  一生所求
    2020-12-07 06:16

    Far from ideal but ...

    If you serve up a ".hta" file (HTml Application) from your web server, Windows will run it as a program outside of IE and give it the privileges of the PC user. It will be in a separate window and there won't be any browser features (Back/Refresh/Address bar etc).

    Even then, modern versions of Windows will prompt the user with security warnings if a HTA is launched from anywhere other than a local drive.

提交回复
热议问题