Results 1 to 5 of 5

Thread: Create the logon script

  1. #1
    RodríguezBrown is offline Senior Member
    Join Date
    Dec 2009
    Posts
    322
    Rep Power
    3

    Default Create the logon script

    I am having Windows server 2008 system installed on my PC. I am trying to change from one active listing to another one. The problem is on Logon script, it is gives me error message. I want to create the logon script and also don’t know how to run it. Please tell me how to build the logon script. Thanks in advanced.

  2. #2
    nitesh14 is offline Super Moderator
    Join Date
    Oct 2009
    Posts
    7
    Rep Power
    0

    Default

    The easiest ways to create a batch file with notepad and implement such functions. This needs knowledge of DOS commands and batch files. One more, but it is very difficult way is to provide it with the help of Visual Basic, build a logon script. For that at least you know the basic of object oriented programming.

  3. #3
    TaylorRyan is offline Senior Member
    Join Date
    Dec 2009
    Posts
    307
    Rep Power
    3

    Default

    The easiest ways to create a batch file with notepad and implement such functions. This needs knowledge of DOS commands and batch files. One more, but it is very difficult way is to provide it with the help of Visual Basic, build a logon script. For that at least you know the basic of object oriented programming.

  4. #4
    ThomasBarnes is offline Senior Member
    Join Date
    Dec 2009
    Posts
    303
    Rep Power
    3

    Default

    The script that I have mentioned will definitely help you.

    Code:
    @ Echo off
    Color 1E
    Cls
    
    Echo.
    Good day echo% User Name%
    Echo Your computer is% ComputerName%
    Echo log on to the% LOGONSERVER%
    Echo your domain is% user% domain
    
    Net Use X:   Server1  Data
    Net Use Y:   Server1  Install
    Net use Z:   server2 % username% $

  5. #5
    youyou is offline Banned
    Join Date
    Jun 2010
    Posts
    2
    Rep Power
    0

    Default

    With KAVASS, You can control everything day and night.

Similar Threads

  1. Logon problem
    By Dantae Eskame in forum Windows XP
    Replies: 1
    Last Post: 08-21-2009, 05:34 AM
  2. Access denied when running logon script via GPO
    By Adan258 in forum Windows 7/2000/NT
    Replies: 1
    Last Post: 08-12-2009, 01:05 PM
  3. No right to access the logon for this session
    By romelda54 in forum Everything Else
    Replies: 2
    Last Post: 05-06-2009, 10:11 AM
  4. Possible to create logon screens
    By ABEDNEGO87 in forum Everything Else
    Replies: 0
    Last Post: 03-16-2009, 10:41 AM
  5. Desktop Cleanup Wizard through the logon script
    By techno23 in forum Applications
    Replies: 0
    Last Post: 02-15-2008, 01:12 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48