|
-
August 9th, 2004, 05:03 PM
#11
Googling for GPO login scripts and just login scripts returns the following sites. You will have to modify what they have to get what you need, but this will give you the idea...
http://www.petri.co.il/tools.htm
http://www.serverwatch.com/tutorials...le.php/1474241
your script will be extremely simple.. basically you will put this-
echo off
echo "This is what you want to pop up on the screen."
pause
Login scripts are assigned on the Profile tab of a user account in active directory(users and computers) and local users(computer management for a local account). You can also apply a group policy object that will run a login script for all users that you assign. I would recommend going and getting yourself a good WinXP and AD book, and read up on group policy objects and login scripts as both topics are a bit to large to properly cover in this forum.
-
August 9th, 2004, 08:35 PM
#12
Junior Member
Try right clicking on the drive, then selecting "sharing and security", that might help
-
August 9th, 2004, 08:41 PM
#13
Try right clicking on the drive, then selecting "sharing and security", that might help
He can't, not fully at least, because his system is on FAT32. You see, here are the differences:
http://www.theeldergeek.com/ntfs_or_...ile_system.htm
http://www.microsoft.com/windowsxp/u...october01.mspx
http://www.spcug.org/reviews/bl0401.htm
NTFS is much faster in regards to file handling and offers a much greater level of security to folders and files. You can restrict entire folders from a certain user or group, or grant access to only one user or group. Either way, NTFS is going to be the root of not only increasing system preformance but also giving a 'simple' way to control what the guest account can and can not access.
For FAT32 to NTFS conversion:
http://www.microsoft.com/technet/pro...onvertfat.mspx
-
August 9th, 2004, 09:07 PM
#14
It may look prettier if you use a .VBS (Visual Basic Script) file instead of a Batch file to do the message part.
Code for Message.vbs:
Code:
msgbox "This is your Message" & vbcrlf & "This is the 2nd line"
-
August 9th, 2004, 09:30 PM
#15
Junior Member
Thanks a lot for all the information on the subject you guys, it helped me a lot 
Sincerely,
Steve Demers
-
August 9th, 2004, 10:02 PM
#16
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|