Jump to content

1 Window in Windows


Recommended Posts

Windows has an option to work in one folder, so that a new window doesn't pop up, when you enter a folder. Could I get windows to switch to that folder, and not open a new one, when I click a shotcut? (firefox can be configured this way). The reason, I ask, is that I have my favorites and My Computer in the left side of each window, and it's quick to navigate between folders, so I really only need 1 window. And with 1 window, I can position it anywhere, and It'll always stay there. (It's both WINXP and WIN7, I'm wondering about)


Link to comment
Share on other sites

You're right:), and it's a small thing, which many probably wouldn't use anyway. I just thought, I might be able to configure windows a little like raspbmc, or xbmc, who has only one window. This system is much slower to use for files, than windows. But in windows, you have the navigation pane, and in it, favorites, which makes it easy to navigate between folders. There isn't really any need for me to move around windows, and what I want, is to position the one window somewhere, and then get used to it, appearing the same place every time. No windows popping up, on top of, where I put firefox and other applications. A fixed position for each application. I have a 22" touchscreen with 1920X1080 resolution, and when I use only 1 window, I can fit a gadget with big shortcuts, firefox and VLC player (with playlist) on the screen as well. A way to multitask without using alt+tab and the taskbar, and of course because I have the touchscreen.


Link to comment
Share on other sites

I've figured something out! And I've managed to turn off explorer. (no desktop, taskbar, start menu, quicklaunch or systray) I found a small gadget for windows. It's simply a floating quick launch. It takes very little resources, and can be launched with windows. It has a small explorer, that pops up, when a shortcut to a folder is pressed. You cannot right click or move the files, only open them (this is great for having friends and others view your files... they can't mess it up!)

http://kinesys.co.nz/launchcontrol.aspx

I'm able to fit firefox on the bottom half of the screen, shortcuts+a small watch on the top right and notepad beside it. On another (not touch-)screen, I have VLC player and a big playlist. I found a way to make a smallbatch file, stopping explorer.exe:

- Create a new text document, and type:
@echo off
taskkill /f /IM explorer.exe
- Rename the document: "Kill Explorer.bat"
- Put a shortcut in startmenu\programs\start (this will end explorer, when windows starts. Press crtl+alt+delete, and open task manager, to run explorer again)

When you can fit everything onto your screens, and you don't use the systray, there's no longer any use for the taskbar, to view open tasks. It can be removed, to save both desktop space and resources. In the floating quick launch, I've put shortcuts to start and stop explorer, and it starts instantly. So it's quick to switch back to normal windows.

Link to comment
Share on other sites

I've found, that it works better, when you wait a little before ending explorer. Before I did the that, my windows 7 seemed to lag for a time, before continuing to load, and sometimes the gadget messes up. This makes it run smoother for me anyway.

To wait a little, just add these lines after @echo off in the batch file:

echo ...PLEASE DO NOT CLOSE AND WAIT FOR 10 SECONDS...WORKING...

PING 1.1.1.1 -n 1 -w 10000 >NUL

If you want it to wait longer, just change 10000 to msec.

I also made it launch firefox after 2 more sec.:

cd\
cd Program Files (x86)\Mozilla Firefox
FIREFOX.EXE

For some reason, when I add firefox, the command prompt window won't close. Not even with an EXIT command, so you must close it manually...oh well, I added some information, like please don't move anything around, and so on. You can do so with the echo command.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy