• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Cortana/Windows Search breaks in default profile

    Scheduled Pinned Locked Moved
    Windows Problems
    cortana search default profile windows 10
    9
    81
    74.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      csuther3 @JJ Fullmer
      last edited by

      @Arrowhead-IT

      Thanks for all that, much appreciated…a few notes to follow up.

      I haven’t tried re-executing the script with commenting out the lines you mentioned yet.

      There doesn’t seem to be any C:\defaultProfileApplied-ProfileName file/folder on the PC I applied the profile to.

      Your question about have I done anything to the default profile…the answer is yes. This image is actually a Win 7 upgrade, I was hoping to cheat a bit and save myself rebuilding the whole thing from scratch because it’s a pretty customized image.

      Also, I modified your script slightly to make it run locally, for what I’m trying to accomplish I don’t really need the network functions. Attached is the modified version I’ve used. 0_1463771959294_CrDef.bat

      I tried manually removing all of the folders you mentioned, but the Start Menu & Search still remains broken.

      JJ FullmerJ 1 Reply Last reply Reply Quote 0
      • JJ FullmerJ
        JJ Fullmer Testers @csuther3
        last edited by

        @csuther3 Wait you deleted the folders I mentioned or everything but the ones I mentioned. You were meant to the latter.

        If this is a win 7 upgrade that may complicate things. You may need to take out just the pieces you need from the old profile to put them in a new one with the ntuser.dat registry hive using the load hive command @Quazz mentioned and then finding things like the task bar pins location and such.

        You should be able to recreate just the profile in a fresh install of windows 10 and copy it over to the upgraded image. That should work too.

        Have you tried the FogApi powershell module? It's pretty cool IMHO
        https://github.com/darksidemilk/FogApi
        https://fogapi.readthedocs.io/en/latest/
        https://www.powershellgallery.com/packages/FogApi
        https://forums.fogproject.org/topic/12026/powershell-api-module

        C Q 2 Replies Last reply Reply Quote 0
        • C
          csuther3 @JJ Fullmer
          last edited by

          @Arrowhead-IT Sorry I misspoke, I kept the folders you mentioned and deleted the rest, but that didn’t change anything. I’m officially on vacation starting this evening, so I won’t get a chance to dig into this any deeper until I return. I’ll follow up at that time. Thanks for all your help!

          1 Reply Last reply Reply Quote 1
          • Q
            Quazz Moderator
            last edited by

            I’ve been trying some stuff out regarding the taskbar icons and it’s frustrating to say the least.

            It’s like windows either ignores or overrides the registry keys for the default user when you create a new user.

            Wayne WorkmanW 1 Reply Last reply Reply Quote 1
            • Wayne WorkmanW
              Wayne Workman @Quazz
              last edited by Wayne Workman

              @Quazz arrowhead’s scripts do work. I can confirm this. The registry keys I mentioned about Win7 earlier in this thread are totally ignored by Win10 - I’ve already tried lol.

              Microsoft takes one step forward, two steps back.

              Their programmers are hard-coding values instead of using the registry that is ALREADY THERE! lol I hope someone from Microsoft reads this.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              Q 1 Reply Last reply Reply Quote 1
              • Q
                Quazz Moderator @Wayne Workman
                last edited by

                @Wayne-Workman So the script works for W7 and W10 default taskbar icons?

                Wayne WorkmanW 1 Reply Last reply Reply Quote 1
                • Wayne WorkmanW
                  Wayne Workman @Quazz
                  last edited by

                  @Quazz Arrowhead’s scripts work for Win10. The methods I posted way back work for Win7.

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                  Daily Clean Installation Results:
                  https://fogtesting.fogproject.us/
                  FOG Reporting:
                  https://fog-external-reporting-results.fogproject.us/

                  1 Reply Last reply Reply Quote 1
                  • Wayne WorkmanW
                    Wayne Workman @JJ Fullmer
                    last edited by

                    @Arrowhead-IT can you make a git repo with your two scripts in it, with a read me and a GNU GPLv3 license?

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                    Daily Clean Installation Results:
                    https://fogtesting.fogproject.us/
                    FOG Reporting:
                    https://fog-external-reporting-results.fogproject.us/

                    JJ FullmerJ 2 Replies Last reply Reply Quote 1
                    • Q
                      Quazz Moderator @JJ Fullmer
                      last edited by

                      @Arrowhead-IT @Wayne-Workman

                      I found some more interesting information on this subject: https://cwiki.apache.org/confluence/display/VCL/How+to+Configure+the+Windows+Default+User+Profile

                      They recommend deleting the shell items of the ntuser.dat if you copy it from a different profile.

                      Wayne WorkmanW 1 Reply Last reply Reply Quote 1
                      • Wayne WorkmanW
                        Wayne Workman @Quazz
                        last edited by

                        @Quazz I’ve not done that, everything seems fine. I wonder what potential issues there could be? I’m not copying the default user’s registry entries, just the files I believe.

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                        Daily Clean Installation Results:
                        https://fogtesting.fogproject.us/
                        FOG Reporting:
                        https://fog-external-reporting-results.fogproject.us/

                        Q 2 Replies Last reply Reply Quote 1
                        • Q
                          Quazz Moderator @Wayne Workman
                          last edited by Quazz

                          @Wayne-Workman Not sure what the copy profile thing actually transfers, but if ntuser.dat is part of it then that’s where the user’s registry keys are in.

                          You can test it by loading it in regedit and searching for the account it was transfered from.

                          I figure windows would alter that regardless upon account creation, though, so you may be right that it’s unnecessary.

                          1 Reply Last reply Reply Quote 1
                          • Q
                            Quazz Moderator @Wayne Workman
                            last edited by

                            @Wayne-Workman It seems like this is not necessary on Pro versions of Windows, but it is on Home Premium! At least that’s how my test situations have turned out so far. In Home Premium it seems to copy over literally everything and in Pro it is more clever about it.

                            Wayne WorkmanW 1 Reply Last reply Reply Quote 1
                            • Wayne WorkmanW
                              Wayne Workman @Quazz
                              last edited by

                              @Quazz I’m sure Arrowhead wrote this for Pro/Enterprise. Makes sense.

                              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                              Daily Clean Installation Results:
                              https://fogtesting.fogproject.us/
                              FOG Reporting:
                              https://fog-external-reporting-results.fogproject.us/

                              JJ FullmerJ 1 Reply Last reply Reply Quote 2
                              • JJ FullmerJ
                                JJ Fullmer Testers @Wayne Workman
                                last edited by

                                @Wayne-Workman @Quazz
                                Sorry I took an extra day on the long weekend and was out of town. Just seeing these posts.

                                I will make a public git repo when I have a chance with these scripts.

                                I will also look into the deleting shell items from the ntuser.dat. I wonder what those hold.

                                The ntuser.dat is the registry entries, so you are copying a file that contains registry entries.

                                I did make it with enterprise and only enterprise in mind really. That’s all I use in a work environment. Granted, I imagine they could be adapted to work on the other versions.

                                Have you tried the FogApi powershell module? It's pretty cool IMHO
                                https://github.com/darksidemilk/FogApi
                                https://fogapi.readthedocs.io/en/latest/
                                https://www.powershellgallery.com/packages/FogApi
                                https://forums.fogproject.org/topic/12026/powershell-api-module

                                1 Reply Last reply Reply Quote 2
                                • JJ FullmerJ
                                  JJ Fullmer Testers @Wayne Workman
                                  last edited by

                                  @Wayne-Workman said in Cortana/Windows Search breaks in default profile:

                                  @Arrowhead-IT can you make a git repo with your two scripts in it, with a read me and a GNU GPLv3 license?

                                  @Tom-Elliott Say, could my github user be added to the fog project group so I can add this there?

                                  Have you tried the FogApi powershell module? It's pretty cool IMHO
                                  https://github.com/darksidemilk/FogApi
                                  https://fogapi.readthedocs.io/en/latest/
                                  https://www.powershellgallery.com/packages/FogApi
                                  https://forums.fogproject.org/topic/12026/powershell-api-module

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Twilems
                                    last edited by

                                    The scripts are working fine. But my problem is that i want to use the default profile to use as mandatory profile. When i do that i get an error “the service Group Policy Client prevents logon”. What can i do about it?

                                    Is there anyone uses Mandatory Profiles for Windows 10?
                                    It’s for our environment. It’s a school with students. So we don’t want they can make any changes in the profile. That’s the reason we choose for a mandatory profile.

                                    Q Wayne WorkmanW 2 Replies Last reply Reply Quote 0
                                    • Q
                                      Quazz Moderator @Twilems
                                      last edited by

                                      @Twilems http://www.linuxgfx.co.uk/karoshi/documentation/wiki/index.php?title=Creating_a_Windows_10_Mandatory_Profile might help.

                                      Basically you need to alter the registry key permissions and ownerships of the default ntsuer.man

                                      1 Reply Last reply Reply Quote 0
                                      • Wayne WorkmanW
                                        Wayne Workman @Twilems
                                        last edited by

                                        @Twilems I work in a school as well. I’m not concerned about the students customizing what they are allowed to customize. A great deal of things are locked down via group policy, to include wallpaper, screensavers, themes, resolution, control pannel, access to the command prompt, numerous file extension screenings and rules, no access to the c:\ drive. However, if they want to re-arrange the tiles in the start menu I don’t care about that, also re-arranging or customizing the task bar icons, that’s fine with me. Maybe they have a good reason for it, maybe it makes their life easier.

                                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                        Daily Clean Installation Results:
                                        https://fogtesting.fogproject.us/
                                        FOG Reporting:
                                        https://fog-external-reporting-results.fogproject.us/

                                        1 Reply Last reply Reply Quote 1
                                        • JJ FullmerJ
                                          JJ Fullmer Testers @Wayne Workman
                                          last edited by

                                          @Wayne-Workman said in Cortana/Windows Search breaks in default profile:

                                          @Arrowhead-IT can you make a git repo with your two scripts in it, with a read me and a GNU GPLv3 license?

                                          I made the repo where they will go.

                                          I was trying to decide whether I wanted to make one repo or a bunch for a few other fog-snapin/image prep type scripts.
                                          For now it’s just the one repo. I’d prefer it to be in the fog-project group of repos, but it doesn’t have to be. I’ll link to the fog-project repos for sure though.

                                          https://github.com/darksidemilk/Create-and-Deploy-Windows-Default-Profiles

                                          Have you tried the FogApi powershell module? It's pretty cool IMHO
                                          https://github.com/darksidemilk/FogApi
                                          https://fogapi.readthedocs.io/en/latest/
                                          https://www.powershellgallery.com/packages/FogApi
                                          https://forums.fogproject.org/topic/12026/powershell-api-module

                                          Q 1 Reply Last reply Reply Quote 1
                                          • Q
                                            Quazz Moderator @JJ Fullmer
                                            last edited by

                                            @Arrowhead-IT Just a fyi, you can modify it slightly to allow for spaces in share names/paths by putting quotation marks whenever the share variables are called. I tested this earlier and it works great.

                                            Your script is pretty awesome 🙂

                                            1 Reply Last reply Reply Quote 2
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 3 / 5
                                            • First post
                                              Last post

                                            159

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project