I want to use my windows 10 pro desktop to be a web server in a LAN. I use IIS and i already success deploy the web app. Now, i want to secure the web config. So i search in google and found i can encrypt it with aspnet_regiis. I already success to encrypt with aspnet_regiis -pef "connectionStrings" "D:\TEST"
and decrypt with aspnet_regiis -pdf "connectionStrings" "D:\TEST"
Now, my question is if my computer have other windows user with administrator level, he/she can also decrypt my web config with aspnet_regiis -pdf "connectionStrings" "D:\TEST"
command. How to prevent he/she to decrypt my web config?