Jump to content

Localappdata Vista/7


Recommended Posts

Hello

I'm using this for XP

$szFile = @UserProfileDir & "\Local Settings\Application Data\DVDShrink\Settings.ini"
$szText = FileRead($szFile,FileGetSize($szFile))
$szText = StringReplace($szText, "", "")
$szText = StringReplace($szText, "", "")
FileDelete($szFile)
FileWrite($szFile,$szText)

Also tried

%systemdrive%\Documents and Settings\%username%\Local Settings\Application Data\DVDShrink\Settings.ini

However for Vista and 7, both do not work and I have no idea what the 7/Vista equivalent is.

Can someone please Advice?

Mr Sheen

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...