Redirected folders show UNC path in address bar

Hi,
I'm using folder redirection for our user accounts and have redirected the Documents, Music, Pictures and Videos. The redirection process work fine apart from the fact users can go into any of these folders then click in the address bar and see and navigate
the whole UNC file path.
For example, when I logon: I can click on my name on the start menu and go into the 'My Music' folder. In the address bar I can see
Matt Courtman > My Music but if I then click into the address bar this changes to the path of the redirected folder -
\\server\usershare$\mcourtman\music this then allows them to have a look around the server, although they can't access anyone elses data.
Can this be stopped?
Many thanks, Matt
Matt Courtman, Network Manager, Cromwell Community College, UK

Hi,
Did this issue occur on all accounts?
I would like to suggest you re-configure folder redirection to check what the result is:
How to Configure Folder Redirection
Configuring Folder Redirection: Group Policy
Good luck.
Alex Zhao
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Similar Messages

  • Jsf page url don't show  full path on address bar.

    Hi,
    my problem is jsf page url don't show full path on address bar.
    1st page located on: http://127.0.0.1:7101/ViewController/faces/home.jspx
    2nd page located on:http://127.0.0.1:7101/ViewController/faces/pages/private/main.jspx
    when click 2nd page call button on home.jspx, then which is show main.jspx page. but on address url page full path is never change.
    ex: http://127.0.0.1:7101/ViewController/faces/home?_adf.ctrl-state=190epua3co_9
    I want to see this url : http://127.0.0.1:7101/ViewController/faces/pages/private/main.jspx?_afrLoop=15092772897987&_afrWindowMode=0&_adf.ctrl-state=190epua3co_14
    I used to adfc-config.
    how to resolve it?
    thanks
    juddi
    Edited by: juddi on May 20, 2011 12:06 AM
    Edited by: juddi on May 20, 2011 3:06 AM

    The question is why do you want to show the URL?
    Faces apps don't change the url with each click (as the click might be going into a region).
    Can you give us a use case? Do you use bounded task flows?
    JDev version?
    Timo

  • URGENT ! 10g reports showning whole path in address bar of browser

    Hi All,
    I am running reports in 10g . every thing is fine but i want to hide address bar,menu bar,title bar from browser in which whole path of report has been showing . so i use javascript in my code as under to hide address bar etc but its not working . Is there any mistak in scrip section . please guid me.
    thanks
    v_host:='192.168.100.196:8889';
    v_server:='nasirbo';
    URL :='http://'||v_host||'/reports/rwservlet?
         server='||v_server||'&
         report=c:\module1.rdf'||'&
         desformat=htmlcss&
         destype=cache&
         paramForm=yes&
         userid=scott/tiger@bo';
    v_URLout := '"javascript:window.open("'||URL|| '","fullscreen=no,
    titlebar=no,location=no,toolbar=no,menubar=no, status=no, resizable=yes");self.close()';
    WEB.SHOW_DOCUMENT (v_URLout, '_blank');

    Hi,
    Can you run http://infinity:8889/forms90/f90servlet/admin ?
    Frank

  • Securing report path in address bar for 10g Reports

    I am using the following code to run report developed in reports 10g using windows. Report is running but it shows all the path in the address bar. like
    http://rep_server:8889/reports/rwservlet?report=d:\Sticker_rpt&desformat=pdf&destype=cache&paramform=no&From_Roll=123&userid=user/password@orcl
    I don't want the user to view this path for some security reasons. i am a middle level programmer, so can anybody please guide me how can i protect path from user by editing it after report open or some changing in the following code. any solution..........
    Code to run report.
    Declare
    v_url      varchar2(3000);
    BEGIN
    v_url     := 'http://rep_server:8889/reports/rwservlet?report=d:\Sticker_rpt&desformat=pdf&destype= cache&paramform= no&REFNO=123&userid=user/password@orcl;
    web.show_document(v_url,'_blank');
    Exception
    when others then
    message(SQLCODE||SQLERRM);
    raise form_trigger_failure;
    End;

    when you run the report from forms, you should use RUN_REPORT_OBJECT to run the report, then there is no username/password in the url (example Procedure is giving an error. ). Also, you can use javascript to hide the adressbar when using WEB.SHOWDOCUMENT
    WEB.SHOW_DOCUMENT('javascript:void(window.open("the_url","","location=no,toolbar=no,menubar=no,status=no,resizable=yes"))','_blank');

  • IE10 on Windows 7: Spellcheck is broken if AppData is redirected to a UNC path

    After installing the RTM version of IE10 for Windows 7 (10.0.9200.15521) on a couple of workstations here, I noticed during testing on the
    IE testdrive site that the new spellcheck feature didn't work for any domain user, but worked fine for local users. I have narrowed down the cause to our use of Folder Redirection
    for the AppData directory.
    Another symptom is that when I go to Manage Add-Ons >
    Spelling Correction, the Enable spelling correction box initially shows as ticked. However, when I click on any individual language, this is what greets me:
    For unaffected users, the box is ticked for every language, and the blank button on the right reads 'Set as default'. For affected users, the button is not only unlabelled as shown, but seems to have no functional effect. If I tick the box and click
    Close, then go back in, it shows as unticked again.
    The actual location that AppData is redirected to appears to have no effect on the problem, only that it is a UNC path. I've tried giving the user Full Control (and even exclusive permissions) to the folder with no effect, and it doesn't matter if the path
    is a DFS path or not. I have also established that redirecting to local path on the workstation (e.g.
    C:\TestAppData) does not cause the spellcheck to break, but redirecting to the
    same location when referred to as a UNC path (e.g. \\localhost\c$\TestAppData)
    does cause the problem.
    Folder Redirection is quite common in UK educational institutions as one method of keeping down the size of roaming profiles, but so far I've only been able to contact 1 other institution that is testing IE10 on Windows 7, probably due to it only recently
    being released, and not yet being available on WSUS. However, they have reproduced the problem, reducing the likelihood that it's something specific to our setup. I'd be interested to hear reports from anyone who can (or cannot) reproduce this.
    Who should I be contacting about this? We have Software Assurance as a last resort, but I'm loathe to use up one of our PSS entitlements for what seems like a straightforward, reproducible bug.

    After further testing, I think I've narrowed down the problem to incorrect UNC path parsing by the MsSpellCheckingFacility.exe component. Full details are on the
    Connect site.
    I have also found a workaround, which is to simply create an otherwise missing folder in the user's AppData, corresponding to the required dictionary language. Example: for a user language on en-US, create the folder
    %AppData%\Microsoft\Spelling\en-US
    Once the folder for the appropriate language exists, IE10 will correctly populate it with the required spelling dictionary files, and spellchecking appears to work normally.
    In a domain environment, this folder can be created quite easily via script or Group Policy Preferences.

  • Windows 8.1 search of network drives shows UNC path based results

    How do I go about showing the network drive based path as opposed to the UNC based path in Windows 8.1?
    In Windows 7 when the user searched for files on a network drive it displayed results that contained the network drive. In Windows 8.1 these searches yield the UNC
    path.
    For example, Windows 7, if I search for TestFile.docx on Z: it will show a result such as "Z:\SomeFolder\SubFolder\TextFile.docx"
    Windows 8.1, if I search for TestFile.docx on Z: it will show a result such as "\\SomeServer\SomeFolder\SubFolder\TextFile.docx"

    Hi,
    Actually, I tested in my Windows 8.1 system, the result is that it does show (example)"Z:\folder" as the search result, like as Windows 7 system, here's the snapshot:
    Or am I missunderstanding something? a snapshot from your result would be helpful.
    Yolanda Zhu
    TechNet Community Support

  • Problems with Safari showing my activity in address bar..dont want to see that!! (Yosemite)

    So unbelievably annoyed by this!
    So on the safari address bar, when I go to type in twitter.com or instagram.com or anything, it shows "Top Hits" and "Bookmarks and History"
    And shows some Top Hits like some peoples instagram I go to everyday and twitter, and it shows:  "Khloe on Instagram: Happy Birthday to one of the..." and shows the insta post caption, or top twitters of people, sometimes twitter.com/taylorswift13 on top hits and so other people like my friends that i stalk
    THIS IS SOO ANNOYING and there is NO way to escape it!!
    I went to Preferences > Search> and Un-checked "Pre load top Hits in background" and "Show Favorites"
    I clear website history 3x a day, I turned off computer, I removed all cookies again right now, I turned off Safari from iCloud in my iPhone incase that was the issue...
    NOPE!
    Basically I do not EVER want to see a drop down of "Top Hits" or "Bookmarks and Favorites" with a list of some sites I've been to when I start typing in twitter.com/ or instgram.com/ or any other future sites (and its not even the ones I frequent, since it just shows the instagram post, I only clicked that once, for example)
    Also, I never bookmarked and favorited those sites so makes no sense? There has GOT to be a way to do this! Apple I KNOW there is a way, I would REALLY be the happiest person if someone could help me out!!
    Thanks!

    Go to Settings>iCloud and sign out. Then sign in with the required ID.

  • How can I copy a link when the site address doesn't show up in my address bar?

    When I click a link within my email, I am taken directly there but the links address doesn't pop up in the site address bar so I'm not able to copy and share it.

    It does not sound like you have done any of the domain setup.
    http://helpx.adobe.com/business-catalyst/partner/going-live-guide.html
    Adding a domain name to your site and taking site live

  • Favicons not displaying in tabs, but showing fine in the address bar and with bookmarks.

    We had a power outage this evening while I was on the computer, and now, all of a sudden, when I open a site in a tab, the tab itself fails to display the site's favicon when applicable, but the icons display without any issue in both the address bar and in bookmarks. Is there any way to fix this without having to reinstall?
    The same issue occurred yesterday while reinstalling Firefox after I had to reinstall Windows. But after reinstalling Windows a second time, things worked in Firefox fine, up until said power outage.

    Check to see if you have the FavIcon Picker add-on installed. If you do, this is the culprit. I had the same issue and disabling this add-on fixed my problem.

  • When opening a new window stopping the I bar from automatically showing up in the address bar instead of the search bar

    I want the I bar to start in the search bar when opening a new page NOT the address bar.
    Thank You.

    What's an "I bar?"
    Tip: Ctrl+E will place your cursor in IE8's Search box.
    You will find Consumer support for IE8 in this forum:
    http://answers.microsoft.com/en-us/ie/forum/ie8
    ~Robear Dyer (PA Bear) MS MVP-Windows Client since 2002 Disclaimer: MS MVPs neither represent nor work for Microsoft

  • How to not show path in address bar?

    how do you not show the full path of the file in the adress
    bar?
    eg: www.adobe.com/forums/forum.asp
    instead having it show www.adobe.com/forums
    I have heard you rename the main page in the folder to index
    but never really seams to work for me
    any clues?

    Rename the main page in the folder to the DEFAULT FILE NAME
    FOR YOUR HOST
    SERVER. Sometimes this would be index.htm(l), but not always.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ottz0" <[email protected]> wrote in message
    news:ff52q1$bva$[email protected]..
    > how do you not show the full path of the file in the
    adress bar?
    >
    > eg: www.adobe.com/forums/forum.asp
    >
    > instead having it show www.adobe.com/forums
    >
    > I have heard you rename the main page in the folder to
    index but never
    > really
    > seams to work for me
    >
    > any clues?
    >

  • Show file path in title bar CS3 Mac

    Hi All, Is there a setting to make Dreamweaver CS3 Mac to
    show the full path to the file in the title bar within Dreamweaver
    Code View? Right now it only shows the name of the file. I work on
    very complex web applications, and not having quick access to where
    the file can be found is extremely frustrating, and may cause me to
    use a different editor. Please someone tell me there is a fix for
    this? My web searches turned up nothing.

    There is a widget in the code view toolbar that shows you
    this information
    for all open files.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jkies00" <[email protected]> wrote in
    message
    news:fui9q4$kk2$[email protected]..
    > Hi All, Is there a setting to make Dreamweaver CS3 Mac
    to show the full
    > path
    > to the file in the title bar within Dreamweaver Code
    View? Right now it
    > only
    > shows the name of the file. I work on very complex web
    applications, and
    > not
    > having quick access to where the file can be found is
    extremely
    > frustrating,
    > and may cause me to use a different editor. Please
    someone tell me there
    > is a
    > fix for this? My web searches turned up nothing.
    >

  • The Suggest Nothing setting will not activate so as no suggestions show up in the address bar. What is going on here?

    Tried following the instructions to disable the suggestion feature but I am not successful in having the location bar show no suggestions as i type the entry.

    hii
    the location to turn off the suggestions is
    1. open menu then click options
    2.a dialog appears showing the settings
    3. go to the advanced section on the general tab
    you will see ''' search for text when i start typing''' is checked
    you need to unchecked this ..!!
    4.and cick ok.. :)
    you're done..!! :) :)

  • How to show favicons in the address bar?

    I am using Firefox 14, and It seems that favicons are no longer visible in the add. bar.
    How do I get them back??

    Let the buyer beware. The globe looks awful. And most visitors to a site are not going to have the add-on. And if nobody ever complains, nothing ever changes.

  • Http redirects not changing url in address bar

    I'm going crazy trying to fix a major bug in our application. Http
    redirects are not changing the url in the address bar of the latest versions of internet explorer. But this only happens if the redirected page is an xml page with an xslt reference for the browser to do the transformation. Mozilla seems to work fine, but I seem to have encountered a major bug in Internet Explorer. If anybody can help or at least point me in a direction I'd be SO grateful. This doesn't seem to be a java servlet specific issue, but that's what we're using so I thought I'd ask the question here too.
    We have an MVC type framework we developed. For example, if you were to add something to a shopping cart, the url might be:
    http://ecommerce.com/cart/add?sku=54321. In the add servlet, we would add the sku to your shopping cart and then redirect to, let's say,
    http://ecommerce.com/displaycart. I think this is how most MVC frameworks work. And it works great for us.
    The problem began when we started sending XML to the browser with an XSLT stylesheet. So now the browser does the transformations (if the browser is capable of doing them, which we check) instead of the server. This is a major part of our project. One of the reasons we started this.
    The problem is that Internet Explorer no longer updates the url in the
    address bar after a redirect. Mozilla works great though. We haven't
    tested on other xslt capable browsers yet. In the example above, what would happen is after adding something to your shopping cart, the "displaycart" page would be shown but the http://ecommerce.com/cart/add?sku=54321 url would be shown in the address bar. It wouldn't seem to be too big of a deal since everything works. But now all the relative links are messed up. They start from the "cart" directory. So we need absolute links. But that introduces many other problems. We then need to know the host and the parent directories (not as easy as it seems).
    So is there a solution? Is this a big bug that nobody has realized yet (or maybe they have, but my searches don't see it) in internet explorer? Is there a way for the redirected url to appear in the address bar from a browser-based xslt transformation in internet explorer? By the way, I'm testing with the latest version of IE6.0 as of July 7, 2003.
    When testing, redirects work perfect if I do the xslt transformation on the server side and just send plain html to internet explorer. And it works perfect with either serverside or browserside xslt transformations in mozilla.
    Scott Mueller
    AccelerateBiz Incorporated

    As I've been reading in the specs, microsoft, etc, it seems that it's not what's supposed to happen. But the specs are not very specific about this. However, internet explorer DOES always replace the url in the address bar with the redirected url if HTML is being returned from the redirected servlet. As is the case with all other browsers. So, at least, this behavior is the de-facto standard.
    BUT when the redirected to page is an xml page which references an xslt stylesheet.. then, ONLY in internet explorer, the original url is what's shown in the address bar (and, more importantly, what's used as the base url). Regardless of what the links look like or how they're manipulated in the transformed HTML that ends up being shown, I can't seem to make the url in the address bar the redirected url..

Maybe you are looking for

  • Playing sounds one at a time

    I'm making ebooks, designing in InDesign, exporting as PDF, opening the PDF in Acrobat and embedding sounds. In the resulting files if I click on one sound, say a three minute mp2 song, and then click on the next sound, the first one is still playing

  • I got my macbook back from apple store and now it wont start

    I took my macbook to the Apple store to get keyboard replaced. Now, I can't get it to boot up past the Apple screen with the spinning dial beneath it. I there anything I can do at home or should I take it back? More importantly, is this a fix I'm goi

  • BI 7.01 BEx report/workbokTime_Out Errors

    Hi, Our BEx reports/workbooks are failing with time_out error's. Below are the time_out error details: BEx workbooks  are executed through VB Script. Some days they run fine and some days they time_out. The program "CL_RSDRH_HIER_CACHE===========CP"

  • Place Excel file and keep accurate formatting

    In my organization, InDesign is used for creating several rather comprehensive price lists (500 pages and more ...). Needless to say, each price list contains a lot of tables. Currently we create tables in Excel, save it as pdf file and place the pdf

  • Moving iWeb site from my iBook to my new iMac

    Hi guys, I'm having problems with moving my iWeb website to my new iMac. I have tried moving the domain file from the User>Library>Application Support>iWeb folder into the same location on my new computer and, yes, it does indeed work. However when I