This reminds me of one of my favorite features from the Mac: Quick Look — press space to instantly bring up a big contextual preview window of the selected document in the Finder. You can bring it to Windows with this useful open source tool: https://github.com/QL-Win/QuickLook
I have remembet that when the preview window is active, if you double click the document it will open in relavent app. It seems to gone at some point. Any idea?
PowerToys – open-source Windows utilities
171–180 of 336 posts
Re: PowerToys – open-source Windows utilities
#172Re: PowerToys – open-source Windows utilities
#173Earlier quoted context omitted.
That's stupid, there's no way to avoid that. If you can't do it in software you can do it in hardware. I do it when working at home with a digispark that simulates a mouse that moves a tiny bit once in a while. You could even place the mouse on a moving surface or something. I think in the office locking a PC is very important but in a WFH situation much less so. Especially in my case where I live alone.
There's environments where you get in trouble for unauthorized USB devices. Of course, you can just have them emulate an allowed VID/PID pair and get away with it, but it will lead to a rules clarification.
Re: PowerToys – open-source Windows utilities
#174PowerToys Run is fantastic as an app launcher. Not quite as good as Alfred on MacOS but then nothing is. There's a bunch of similar apps for Windows (I used to use Hain) but none ever worked quite right for me, PowerToys Run does though. FancyZones is awfully nice too for just putting a window somewhere at a reasonable size and location. As other folks have noted SysInternals is another similar rogue Windows product…
Re: PowerToys – open-source Windows utilities
#175PowerToys Run is fantastic as an app launcher. Not quite as good as Alfred on MacOS but then nothing is. There's a bunch of similar apps for Windows (I used to use Hain) but none ever worked quite right for me, PowerToys Run does though. FancyZones is awfully nice too for just putting a window somewhere at a reasonable size and location. As other folks have noted SysInternals is another similar rogue Windows product…
Re: PowerToys – open-source Windows utilities
#176These are great, but with some of them I cannot help but wonder why MSFT would choose not to include them in the OS by default. They seem fairly unobtrusive and like they wouldn't add too much complexity to the product in return for what you get in terms of better usability and/or additional functionality. Of course you could argue that you always have to be very careful not to overload and bloat your software produc…
Fancy Zones was an inspiration for Windows 11’s Snap Layout feature, which is a bit simplified but provides many of the same benefits.
Re: PowerToys – open-source Windows utilities
#177Since I so rarely see a Windows thread, perhaps folks wont mind me asking: What utilities or code would you leverage if you had a use case to run a program on a Windows machine once a day and look for any CSV/XLS/XLSX files and then copy those to another server? (With full knowledge of the owner of said computer, they are just lacking in proficiency to do anything even as simple as connect Box Sync)
SyncToy - https://filehippo.com/download_synctoy_64/ It’s not actively maintained though
Re: PowerToys – open-source Windows utilities
#178Earlier quoted context omitted.
Considering the 2nd most used desktop OS is MacOS and you can’t even maximise a window properly out of the box…
Did you try to Alt-click on the green button?
The only way to replicate the Windows behaviour of truly maximising is to use third-party tools like Rectangle.
Re: PowerToys – open-source Windows utilities
#179Since I so rarely see a Windows thread, perhaps folks wont mind me asking: What utilities or code would you leverage if you had a use case to run a program on a Windows machine once a day and look for any CSV/XLS/XLSX files and then copy those to another server? (With full knowledge of the owner of said computer, they are just lacking in proficiency to do anything even as simple as connect Box Sync)
The Windows Task Scheduler is probably the way to go. You can create tasks that run on a variety of schedules or events. They can run a script that does what you need. There is a PowerShell module for managing scheduled tasks. It should be possible to write a script that will create the appropriate scheduled tasks on behalf of the non-proficient user. They just need to run the PowerShell script once to get things goi…
I've used Task Scheduler via remote desktop (which itself was a pain to get them able to set up) to set things up for them before but that is not scalable.
Re: PowerToys – open-source Windows utilities
#180Since I so rarely see a Windows thread, perhaps folks wont mind me asking: What utilities or code would you leverage if you had a use case to run a program on a Windows machine once a day and look for any CSV/XLS/XLSX files and then copy those to another server? (With full knowledge of the owner of said computer, they are just lacking in proficiency to do anything even as simple as connect Box Sync)
Powershell and Task Scheduler. Are you looking in particular directories or across the whole system?