Jump to content

Recommended Posts

Posted

I have an unattended install of windows that copies over the .pab file so that our company's VPN and dialup networking config settings will be copied over. When it copies the file, it's read only so the user won't be able to add any more or delete the existing ones. What kind of script can I run to make this file not read only after it's copied?


Posted

Right, but how would I script it and where?? I'm looking at the link you gave me :)

EDIT: Ok after some smart searching I found out how to do it, don't know if it works I'll have to test it later. What I did was add

attrib -R %AllUsersProfile%\Application Data\Microsoft\Network\Connections\Pbk\rasphone.pbk

to my cleanup.cmd

Posted

otherwise, you could just place the rasphone.pbk file deep within $OEM$'s folder the cd:

\$OEM$

---$Docs

-----All Users

-------Application Data

---------Microsoft\Network

-----------Connections

-------------Pbk

---------------rasphone.bpk

that way, the copied file won't be read only and you won't need to issue any attrib command.

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
  • Recently Browsing   0 members

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