Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Thursday, September 18, 2008

How to enable disable Ctrl + Alt + Del before logon XP or Vista

1. Windows + r and type control userpasswords2 (XP, Vista) or netplwiz (Vista only).




2. Goto advance tab on popup window. You can check the checkbox for enable ctrl + alt + del and uncheck the checkbox for disable ctrl + alt + del before logon.

Friday, July 18, 2008

Command to view Environtment Variable

Start -> Run -> Type set and enter

Thursday, July 10, 2008

"NET USE" command for share folder

NET USE Parameter
C:\>net use /?
The syntax of this command is:

NET USE
[devicename *] [\\computername\sharename[\volume] [password *]]
[/USER:[domainname\]username]
[/USER:[dotted domain name\]username]
[/USER:[username@dotted domain name]
[/SMARTCARD]
[/SAVECRED]
[[/DELETE] [/PERSISTENT:{YES NO}]]

NET USE {devicename *} [password *] /HOME

NET USE [/PERSISTENT:{YES NO}]

Example
net use Y: /delete
net use Y: \\192.168.1.100\Folder1\Folder2 /USER:192.168.1.100\username password
start Y:\Folder3\Application.exe