Archive for the ‘Tech Help FAQ’ Category
Tech Help FAQ
General
Outlook
Outlook 2007 Shared Calendars disappears. How can I fix it?
Windows
Batch Files
What is a good Windows Server Logon script?
@ECHO OFFecho.
echo.
echo Welcome %USERNAME% to Platinum Computer Solutions!!!
echo Main Office information system network.
echo.
echo.
Rem Logon script
REM Drive Mappings**********************
echo J: drive mapped to the Data Directory
NET USE J: \\thor\DATA /yes
echo P: drive mapped to the Public Directory
NET USE P: \\thor\PUBLIC /yes
echo S: drive mapped to the User Directory
NET USE S: \\thor\PROFILES\%USERNAME%
echo U: drive mapped to the Utility Directory
NET USE U: \\thor\Util /yes
NET TIME \\thor /SET /YES