• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Logon Script

leeym

Member
Is there a way I can edit the below logon script so that all drives are first cleared, and then set to a location? Thanks

net use Z: \\server\clients
net use Y: \\server\private
 
net use z: /d
net use Z: \\server\clients
net use y: /d
net use Y: \\server\private

or the ever popular:
net use * /d
 
Back
Top