question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How do I set the default directory with Windows 10?

See original GitHub issue
  • I am on the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate
  • OS version and name: Windows 10.0.16299.309
  • Hyper.app version: 1.4.8 stable

Issue

I am using Windows 10. I want Hyper to open in “D:\Users\kmug7\Dropbox\Dropbox\WEBX\www”

Whenever I start it. I tried editing the preferences. Before it was:

shellArgs: ['--login'],

Now it is:

shellArgs: ['D:\Users\kmug7\Dropbox\Dropbox\WEBX\www'],

I also tried:

shellArgs: ['D:\Users\kmug7\Dropbox\Dropbox\WEBX\www', '--login'],

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:13 (1 by maintainers)

github_iconTop GitHub Comments

44reactions
chaboucommented, Apr 5, 2018

@Khaleel Which shell do you want to use? cmd? In this case I think taht you should use `/K <cmd>’ option:

  ...
  shellArgs: ['/K', 'cd /d D:\\Users\\kmug7\\Dropbox\\Dropbox\\WEBX\\www'],
  ...

(https://stackoverflow.com/a/60907)

42reactions
Khaleelcommented, Apr 5, 2018

Thanks for reply dude. Obviously I want to use Hyper and not cmd 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change default Save location for Documents, Music, Pictures ...
Change default Save location for Documents, Music, Pictures, Videos in Windows 11/10 ; Open File Explorer; Navigate to the Documents folder ...
Read more >
Set Default Folder When Opening Explorer in Windows 10
Set Default Folder to This PC. To change the setting, open Explorer, click on File and then click on Change folder and search...
Read more >
How to Change the Default Save Location on Windows 10 ...
Head to System and select Storage. Next, click on Advanced storage settings and select Where new content is saved. storage settings.
Read more >
How to change the default save location in Windows 10
How to change the default save location in Windows 10 · Open the Settings app. · Click on System and then on "Storage"...
Read more >
Configuration of the My Documents folder - Microsoft Support
How to Change the My Documents Folder Storage Location · Right-click My Documents (on the desktop), and then click Properties. · In the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found