Glad to hear you secured the wireless, I see a lot of open networks myself.
If you browse through the network you will notice that the folders that you shared will show up when you browse to that computer through the network. However you will not see the C drive shared because it is hidden with the $ sign. The only way to map to it is to type the full UNC name including the $ sign
example: \\computername\c$ or \\IP Address\c$
If ever you want to share a folder on the network but dont want it to be seen just by browsing, just add a $ after the share name. If you shared a folder and called it "John" everyone would be able to see it just by browsing the network. However if you shared it as "John$" then it is invisible. The ony way to map to it would be by typing \\computername\John$
Every Windows NT/W2K/XP/2003 machine automatically creates a share for each drive on the system (C$, D$ E$ etc...) These shares are hidden, but available with full control to domain administrators. The drive letter, followed by the $ sign is the name, and it is shared from the root.
It is possible to simply remove the Shared Folders (in W2K/XP/2003) but the problem with this is that the shares will automatically be recreated when the machine reboots.
You can disable the automatic administrative share creation via Group Policy, but here is a much simpler way:
In order to disable these shares permanently, a registry edit will be necessary.
W2K Pro/XP Pro, the change is:
Hive: HKEY_LOCAL_MACHINE
Key: SYSTEM\CurrentControlSet\Services\LanManServer\Par ameters
Name: AutoShareWks
Data Type: REG_DWORD
Value: 0
Note: If you can't find the value in the registry under the exact location (it does not exist) - right click in the right pane of the window and create it.
Note: Again, a reboot is necessary for this to take effect.
If you want the administrative shares to be re-created, you can change the value back to 1.
Note: Some applications depend on the presence of these shares. If things stop working you'll know to re-enable the shares.
Hope this helps
Joe