Lost Properties Dialogue

  • Thread starter Thread starter williamdoyle \(add numeral 1\)
  • Start date Start date
W

williamdoyle \(add numeral 1\)

I cannot get the Properties Dialogue box to open for any
folder other than the Root Folder of the drives or "my
computer". I need to change the share property of
certain folders but I cannot get the property dialogue
box to appear so I can select the Share Tab.

I think this problem existed before I installed PS2.
Anyone else have this problem or have a suggested remedy?
 
I cannot get the Properties Dialogue box to open for any
folder other than the Root Folder of the drives or "my
computer". I need to change the share property of
certain folders but I cannot get the property dialogue
box to appear so I can select the Share Tab.

I think this problem existed before I installed PS2.
Anyone else have this problem or have a suggested remedy?

Alternate ways of creating a share:
use the net.exe command

eg.
net.exe share FOOSHARE="C:\FooShare" /remark:"You comment goes here"
Creates the share FOOSHARE at path C:\FooShare, with comment "Your comment
goes here". Type net help share to find out how to restrict users.

OR
start -> run -> fsmgmt.msc -> "Shares" -> "Action" Menu -> New Share

OR
shrpubw.exe


As for the explorer problem, take a look at:

Manage the context-menu for folders, drives and Namespace objects
http://www.mvps.org/sramesh2k/context_folders.htm
(replace ContextMenuHandlers with PropertySheetHandlers).


--
------------------------------------------------------------------------
oshah
Control Panel -> System -> Advanced -> Error Reporting -> Choose Programs
-> Do not report errors for these programs:

Acrobat.exe
waol.exe

------------------------------------------------------------------------
 
I have the same problem. Did you get it fixed?
-----Original Message-----
"williamdoyle \(add numeral 1\) @cox.net"


Alternate ways of creating a share:
use the net.exe command

eg.
net.exe share FOOSHARE="C:\FooShare" /remark:"You comment goes here"
Creates the share FOOSHARE at path C:\FooShare, with comment "Your comment
goes here". Type net help share to find out how to restrict users.

OR
start -> run -> fsmgmt.msc -> "Shares" -> "Action" Menu -> New Share

OR
shrpubw.exe


As for the explorer problem, take a look at:

Manage the context-menu for folders, drives and Namespace objects
http://www.mvps.org/sramesh2k/context_folders.htm
(replace ContextMenuHandlers with PropertySheetHandlers).


--
------------------------------------------------------------------------
oshah
Control Panel -> System -> Advanced -> Error Reporting -> Choose Programs
-> Do not report errors for these programs:

Acrobat.exe
waol.exe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top