GithubHelp home page GithubHelp logo

Comments (25)

dkeitzel avatar dkeitzel commented on June 3, 2024 1

Hi @yuyoyuppe. Not sure either. What I can say is that I'm not an admin on my maschine. Furthermore I'm running Windows 10 Enterprise, not Windows 11. I also did not use the user installer, but the normal "system" one.

I assume the user has access to that share?

from powertoys.

2CmPw6 avatar 2CmPw6 commented on June 3, 2024 1

Hi @yuyoyuppe, not sure if this helps...

I'm using Window 10, in Explorer, mount a Network share as a Drive (J: in my case), view the properties of My Documents folder and select the "Location" tab and "Move" the folder to the Mounted drive (or sub-dir on the mount).

Attempt to install an update >0.79.0, either from the PowerToys Admin panel or via the MSI directly (the latter will/should display a drive error)

HTH

from powertoys.

github-actions avatar github-actions commented on June 3, 2024

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

from powertoys.

benhur2407 avatar benhur2407 commented on June 3, 2024

Problem lies with the fact the My Documents folder is on a network drive. On previous versions, this did not cause any problem.

from powertoys.

jaimecbernardo avatar jaimecbernardo commented on June 3, 2024

From the logs:
"Invalid Drive: V:"
"PersonalFolder = V:\Mes Documents"

On 0.80 we are installing files there for DSC. Perhaps we can make those non vital and check if that works? 🤔

from powertoys.

jaimecbernardo avatar jaimecbernardo commented on June 3, 2024

@benhur2407 ,
Can you please try out https://github.com/jaimecbernardo/PowerToys/releases/tag/v0.0.1-test-issue-32341 ?
That's a locally built (non signed) installed that marks the dsc files we're saving in "My Documents" as not vital.
Can you please uninstall your current PowerToys installation and install this one to verify if it solves your issue?
Would be good if we could try this out in time for the hotfix that we'll be releasing soon.
Thanks, in advance.
/needinfo

from powertoys.

benhur2407 avatar benhur2407 commented on June 3, 2024

I tried the proposed installer and it works like a charm. Looking forward for this change in 0.81 Release. Thanks.

from powertoys.

jaimecbernardo avatar jaimecbernardo commented on June 3, 2024

Thanks for verifying!

from powertoys.

htcfreek avatar htcfreek commented on June 3, 2024

Is this fix committed then?

from powertoys.

jaimecbernardo avatar jaimecbernardo commented on June 3, 2024

Yes, We'll be releasing it in a 0.80.1 hotfix in the next few days.

from powertoys.

benhur2407 avatar benhur2407 commented on June 3, 2024

Tank you very much for taking care of this so promptly.

from powertoys.

JessePeden avatar JessePeden commented on June 3, 2024

0.80.1 did not fix this issue.

from powertoys.

benhur2407 avatar benhur2407 commented on June 3, 2024

I concur. Issue is still present in 0.80.1

from powertoys.

dkeitzel avatar dkeitzel commented on June 3, 2024

I might run into the same or similar issue. This occurs since 0.80.0 but also persists in 0.80.1. If requested, I'll open a separate issue.

grafik

Some relevant lines from powertoys-bootstrapper-msi-0.80.1_20240412063729_001_PowerToysSetup_0.80.1_x64.msi.log:

MSI (s) (C0:68) [06:37:40:543]: Note: 1: 1324 2: Eigene Dateien 3: 1 
MSI (s) (C0:68) [06:37:52:987]: Product: PowerToys (Preview) -- Error 1324. The folder path 'Eigene Dateien' contains an invalid character.
Property(S): PersonalFolder = \\$MASCHINE\Benutzer\$USER\Eigene Dateien\

from powertoys.

jaimecbernardo avatar jaimecbernardo commented on June 3, 2024

What's "Eigene Dateien"?
This one is looking weird.
Can we please get the installer logs from 0.80.1 that you're getting?

from powertoys.

benhur2407 avatar benhur2407 commented on June 3, 2024

I still get « Invalid Drive V:/ ». See attached log.

powertoys-bootstrapper-msi-0.80.1_20240412114915_001_PowerToysSetup_0.80.1_x64.msi.log

from powertoys.

jaimecbernardo avatar jaimecbernardo commented on June 3, 2024

I still get « Invalid Drive V:/ ». See attached log.

powertoys-bootstrapper-msi-0.80.1_20240412114915_001_PowerToysSetup_0.80.1_x64.msi.log

@benhur2407 , This installer had the same fix I had sent you before 🤔 Wonder why it failed for 0.80.1 and worked on the debug installer I've sent. https://github.com/microsoft/PowerToys/pull/32356/files

from powertoys.

jaimecbernardo avatar jaimecbernardo commented on June 3, 2024

Ah, before you were trying to use the user installer and now it's the machine installer? 🤔 Wonder if that's the issue.

from powertoys.

htcfreek avatar htcfreek commented on June 3, 2024

What's "Eigene Dateien"?
This one is looking weird.
Can we please get the installer logs from 0.80.1 that you're getting?

It is the German word for the "My Documents" folder (C:\Users\%Username%\My Documemts) on Win XP. That's indeed weird.

from powertoys.

benhur2407 avatar benhur2407 commented on June 3, 2024

Just tried the user installer and I get the same error. See attached log.

powertoys-bootstrapper-msi-0.80.1_20240412131423_001_PowerToysUserSetup_0.80.1_x64.msi.log

from powertoys.

dkeitzel avatar dkeitzel commented on June 3, 2024

What's "Eigene Dateien"?
This one is looking weird.
Can we please get the installer logs from 0.80.1 that you're getting?

As @htcfreek said, it's the german 'My Documents' equivalent. That folder resides on a network share. Here are the two log files with some redacted personal information:

powertoys-bootstrapper-msi-0.80.1_20240412063729.log
powertoys-bootstrapper-msi-0.80.1_20240412063729_001_PowerToysSetup_0.80.1_x64.msi.log

from powertoys.

htcfreek avatar htcfreek commented on June 3, 2024

What's "Eigene Dateien"?
This one is looking weird.
Can we please get the installer logs from 0.80.1 that you're getting?

As @htcfreek said, it's the german 'My Documents' equivalent. That folder resides on a network share. Here are the two log files with some redacted personal information:

powertoys-bootstrapper-msi-0.80.1_20240412063729.log
powertoys-bootstrapper-msi-0.80.1_20240412063729_001_PowerToysSetup_0.80.1_x64.msi.log

I did not check the logs. But that sounds like a problem with folder redirection.

from powertoys.

dkeitzel avatar dkeitzel commented on June 3, 2024

I did not check the logs. But that sounds like a problem with folder redirection.

Thinking the same. I have active folder redirections for various user shell folders that point to network shares. For example:

Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal =      \\$REMOTE\Benutzer\$USER\Eigene Dateien
Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Personal = \\$REMOTE\Benutzer\$USER\Eigene Dateien

from powertoys.

2CmPw6 avatar 2CmPw6 commented on June 3, 2024

I too am getting issues since v0.79.0, same issue, My Documents is mapped to a network drive/mount. v0.80.1 did not resolve the problem for me.

from powertoys.

yuyoyuppe avatar yuyoyuppe commented on June 3, 2024

Hey @dkeitzel, I'm trying to reproduce the issue locally on my Windows 11 VM machine and I wonder how you did your setup.

What I did:

  • created an admin user "Aaron" and changed the same registry entries as you've posted to \\tsclient\P\aaron_home
  • launched PowerToys user installer

However, I'm getting the following error:
image

Not sure why the dot is being appended 🤔

from powertoys.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.