califpearl
Members-
Posts
20 -
Joined
-
Last visited
Reputation
0 NeutralAbout califpearl

Personal Information
-
Occupation
Retired
-
Interests
Gym, walking, reading
-
Location
Seattle, WA
-
Just found out you are right as when I logged on with my admin account the export command worked without any issues. I also found out that when I installed the Windows 10 ADMX file at the same time I mistakenly checked the wrong option and I lost all my tiles of the user account that I originally attempted to export but after struggling most of yesterday I was able to restore that account and all of the start tiles. Thanks again!
-
Let me experiment and respond, thanks!
-
PS C:\WINDOWS\system32> Set-Location $env:USERPROFILE\Desktop Export-StartLayout -Path .\layout.xml Set-Location : A positional parameter cannot be found that accepts argument 'C:\Users\Leon\Desktop'. At line:1 char:1 + Set-Location $env:USERPROFILE\Desktop Export-StartLayout -Path .\layo ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: ( [set-Location], ParameterBindingException + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
-
I didn't know that. Thank you for your help and patience.
-
No I use a different account with administrative privileges. When accessing PowerShell I select ISE right click > more > run as administrator.
-
Using Windows 10 Pro build from last July.
-
Copied a txt file from the desktop to the stated path.
-
PS C:\WINDOWS\system32> Export-StartLayout -Path:"$($env:USERPROFILE)\layout.xml" Export-StartLayout : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) At line:1 char:1 + Export-StartLayout -Path:"$($env:USERPROFILE)\layout.xml" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( [Export-StartLayout], UnauthorizedAccessException + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.Windows.StartLayout.Commands.ExportStartL ayoutCommand In the Powershell windows it states Administrator in the upper left corner.
-
PS C:\WINDOWS\system32> Export-StartLayout -Path:"$($env:USERPROFILE)\documents\layout.xml" Export-StartLayout : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) At line:1 char:1 + Export-StartLayout -Path:"$($env:USERPROFILE)\documents\layout.xml" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( [Export-StartLayout], UnauthorizedAccessException + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.Windows.StartLayout.Commands.ExportStartL ayoutCommand
-
PS C:\WINDOWS\system32> Export-StartLayout -Path:"$($env:annan_000)\documents\layout.xml" Export-StartLayout : The path C:\documents\layout.xml did not resolve to a file. At line:1 char:1 + Export-StartLayout -Path:"$($env:annan_000)\documents\layout.xml" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( [Export-StartLayout], DirectoryNotFoundException + FullyQualifiedErrorId : System.IO.DirectoryNotFoundException,Microsoft.Windows.StartLayout.Commands.ExportStar tLayoutCommand I tried removing \documents and received PS C:\WINDOWS\system32> Export-StartLayout -Path:"$($env:annan_000)\layout.xml" Export-StartLayout : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) At line:1 char:1 + Export-StartLayout -Path:"$($env:annan_000)\layout.xml" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( [Export-StartLayout], UnauthorizedAccessException + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.Windows.StartLayout.Commands.ExportStartL ayoutCommand
-
Thanks for all your help and patience!
-
PS C:\WINDOWS\system32> Export-Startlayout –path: "C:\startmenu\layout.xml" Export-Startlayout : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) At line:1 char:1 + Export-Startlayout –path: "C:\startmenu\layout.xml" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( [Export-StartLayout], UnauthorizedAccessException + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.Windows.StartLayout.Commands.ExportStartL ayoutCommand
-
Created layout folder under users to no avail. Export-Startlayout –path "C:\users\layout\layout.xml" Export-Startlayout : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) At line:1 char:1 + Export-Startlayout –path "C:\users\layout\layout.xml" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( [Export-StartLayout], UnauthorizedAccessException + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.Windows.StartLayout.Commands.ExportStartL ayoutCommand
-
Created a folder as suggested to no avail. Export-Startlayout : The path C:\Windows\users\annan_000\desktop\layout\layout.xml did not resolve to a file.
-
In the upper left hand corner of the powershell window it states: Administrator: Windows PowerShell ISE. Since I am logged on as a standard user do I need to logon with my admin credentials?
