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?
Page 1 of 1
Dialup networking question
#2
Posted 06 July 2004 - 12:12 PM
#3
Posted 06 July 2004 - 12:24 PM
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
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
#4
Posted 06 July 2004 - 09:03 PM
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.
\$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.
- ← Hotfixes unable to install in T-13
- Unattended Windows 2000/XP/2003
- Autologin to Domain & Video Question? →
Share this topic:
Page 1 of 1



Help
Back to top









