Wednesday, September 10, 2014

Saturday, May 24, 2014

Share folder under Win7 using command line


type 'cmd' in 'search program and file' edit box after clicking 'start' button.
Then right click cmd.exe and choose run as administrator.

net share sharename=path:drive /Grand:user,Full             for full read/write acess
net share sharename=path:drive                                      for full read only acess
net share sharename /delete                                            delete shared folder
net share                                                                        show all shared folders


Thursday, March 13, 2014

Sunday, February 9, 2014

Finding & Removing Hidden COM ports for Non-connected Devices in Windows XP



[1] http://www.rttycontesting.com/lagniappe/removehiddencomports.html


1. Right click on My Computer then go to Properties.
2. When the System Properties dialog window opens, click on the Advanced tab then click on the Environment Variables button
3. In the Environment Variables window, under System variables, click the New button.
4. In the New System Variable dialog box, enter devmgr_show_nonpresent_devices as the Variable name, and enter 1 as the Variable value, then click OK
5. You will see your new entry in the System variables field.  Click OK