Results 1 to 9 of 9

Thread: XP and ctrl-alt-del

  1. #1

    Thread Starter
    Frenzied Member wengang's Avatar
    Join Date
    Mar 2000
    Location
    Beijing, China
    Posts
    1,604

    XP and ctrl-alt-del

    Hey all.

    Small matter here.

    I had a problem with the PC the other day and one of the IT guys came over, clicked open a couple hundred things and now whenever I hit ctrl+alt+del

    I get that menu dialog with 6 buttons, one button being the task manager (like in 2k)

    but originally, it went directly to task manager. I know it's small, but it annoys me and if somebody knows how to reset that, please tell me.

    Thanks
    Wengang

    BTW, why do those guys think everybody wants their PC to have the exact same settings they prefer? Geez.
    Wen Gang, Programmer
    VB6, QB, HTML, ASP, VBScript, Visual C++, Java

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    I'd LIKE to have that option available. For the Lock Keyboard.
    Couldn't really find it, though.

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    I cant remember where you set it, but I'm pretty sure it's to do with having proper (network) security enabled, as opposed to "single-user" security. I dont think you can go back without losing the protection; in the company I work for we dont allow people to connect to the network unless it is set this way.

    BTW, why do those guys think everybody wants their PC to have the exact same settings they prefer? Geez.
    from what I've said you can see why it's needed in this case

    You can also go to task manager by right-clicking on the task bar, and clicking 'Task Manager'.

    I'd LIKE to have that option available. For the Lock Keyboard.
    Just press the Windows key + L

  4. #4
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    Originally posted by dglienna
    I'd LIKE to have that option available. For the Lock Keyboard.
    Couldn't really find it, though.
    VB Code:
    1. Private Declare Function LockWorkStation Lib "user32.dll" () As Integer
    2.  
    3.  
    4. Private Sub Command1_Click()
    5.     LockWorkStation
    6. End Sub

    Or create a shortcut to this path:
    %windir%\System32\rundll32.exe user32.dll,LockWorkStation
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    I forgot about Window-L. I just got used to the 6 buttons when I was using W2K, and now I'm not.

  6. #6
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    You have to change the way to login to get the box with 6 buttons. if it's setup so you enter a username and password, then it'll give you the 6 options otherwise it just opens the task manager.

  7. #7
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    I have a user name and password, but I still get the task manager only. Also, when resuming from hibernate, I used to get the XP login screen, but now, I get just a u/n password box. I can live with it, but gave up trying to change it back.

  8. #8
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718
    Goto Start -> Control Panel -> User Accounts -> Change the way users logon and check the Use the welcome screen option to turn the Windows Security menu off.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  9. #9
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    I have done it, but it doesn't work. Prolly some software protecting the registry...

Posting Permissions

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



Click Here to Expand Forum to Full Width