Check if you can modify some config file to read some special file or if you can modify some binary that is going to be executed by an Administrator account (schedtasks).
A way to find weak folder/files permissions in the system is doing:
accesschk.exe/accepteula# Find all weak folder permissions per drive.accesschk.exe-uwdqsUsersc:\accesschk.exe -uwdqs"Authenticated Users"c:\accesschk.exe -uwdqs"Everyone"c:\# Find all weak file permissions per drive.accesschk.exe-uwqsUsersc:\*.*accesschk.exe-uwqs"Authenticated Users"c:\*.*accesschk.exe-uwdqs"Everyone"c:\*.*