July 6, 200422 yr 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?
July 6, 200422 yr You can also look here Ah, and just a hint: try "attrib -r" command (dos environment).
July 6, 200422 yr Author 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.pbkto my cleanup.cmd
July 7, 200422 yr 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.bpkthat 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