Jump to content

Recommended Posts

Posted (edited)

Could anyone convert this to a VBS script for me please

 

@echo off

If not exist %localappdata%\Temp\Low (

echo.

echo Creating Low Folder...

mkdir %localappdata%\Temp\Low

)

echo.

echo Apply Integrity Level...

echo.

ICACLS "%localappdata%\Temp\Low" /setintegritylevel (OI)(CI)low

exit

 

Andy

Edited by swordfish215

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...