admin - Is it possible to create a cmd script that prevents users from deleting a file located in the desktop? -


i want create cmd script prevent users deleting file, giving them message need enter admin password delete this.

  • want apply cmd script on batch file, zip file
  • have got type of message before
  • need script undeletable too.

thank you!
sorry if bit unspecific

this security question not programming. set read , execute on 2 files whichever users , deny else on everybody. right click, properties, security ...


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -