Jump to content

JLop

Recruit
  • Posts

    6
  • Joined

  • Last visited

JLop's Achievements

0

Reputation

  1. I also believe this project is now dead. If you want microsoft to implement a dock into windows you need to vote here (this about the new features of Windows 10): https://windows.uservoice.com/forums/265757-windows-feature-suggestions/suggestions/6585117-add-a-dock-for-windows The more votes this idea gets increases the chances of having a dock in Windows.
  2. If you are having any problems with Windows 8.1 and XWindows Dock try this: Go to C:\Program Files\XWindows Dock (if your OS is 64 bits: C:\Program Files (x86)\XWindows Dock), right click on XWD.exe and then you should choose the tab that says Compatibility. Following this, click where it says "Change settings for all users". Once you are there, click the empty square right below "Compatibility mode" and select "Windows 8". Now you might press OK, and then press OK once again to close the window. In doing this, my XWindows Dock started to work like it used to. I hope it can be of any help for you, or anyone having the same problem.
  3. I admire your work, and I would like to say thanks for everything. Coming from you, It has been a nice gesture taking all the time to upload the Task Bar application, but what I did meant is that it would also be a nice touch, to have this option, within XWindows dock. By the way, I have tried to hide the Windows Taskbar using this application, and it shows some bugs like: stops working after Windows Explorer restart, Aero Peek won’t work properly using a keyboard shortcut, and if anything happens on the tray menu, it will stop working as well. What I prefer to use instead is the application “Fade Taskbar†with a little tweak: I changed the .ini settings of the application to opacity=0 and because this application has a bug, and every time that windows restarts all the settings are reset I created a task with highest privileges which I launch with a free program with the name of Startup Delayer (50% of CPU must be Idle and 50% of Disk must be Idle). I am pretty sure, that if you find the “Fade Taskbar†application interesting, it will be really easy to fix the bug and integrate it with XWindows dock. This is the task with highest privileges I created for XWindows dock: <?xml version="1.0" encoding="UTF-16"?> <Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task"> <RegistrationInfo> <Date>2013-04-27T15:41:42.9055767</Date> <Author>Computer's name\User's name</Author> </RegistrationInfo> <Triggers> <BootTrigger> <Enabled>true</Enabled> </BootTrigger> <LogonTrigger> <Enabled>true</Enabled> </LogonTrigger> </Triggers> <Principals> <Principal id="Author"> <UserId>Computer's name\User's name</UserId> <LogonType>InteractiveToken</LogonType> <RunLevel>HighestAvailable</RunLevel> </Principal> </Principals> <Settings> <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy> <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries> <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries> <AllowHardTerminate>true</AllowHardTerminate> <StartWhenAvailable>false</StartWhenAvailable> <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable> <IdleSettings> <StopOnIdleEnd>true</StopOnIdleEnd> <RestartOnIdle>false</RestartOnIdle> </IdleSettings> <AllowStartOnDemand>true</AllowStartOnDemand> <Enabled>true</Enabled> <Hidden>true</Hidden> <RunOnlyIfIdle>false</RunOnlyIfIdle> <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession> <UseUnifiedSchedulingEngine>false</UseUnifiedSchedulingEngine> <WakeToRun>false</WakeToRun> <ExecutionTimeLimit>P3D</ExecutionTimeLimit> <Priority>7</Priority> <RestartOnFailure> <Interval>PT1M</Interval> <Count>3</Count> </RestartOnFailure> </Settings> <Actions Context="Author"> <Exec> <Command>%windir%\System32\cmd.exe</Command> <Arguments>cmdow @ /hid /c start "XWindows Dock" "C:\Program Files (x86)\XWindows Dock\XWD.exe"</Arguments> </Exec> </Actions> </Task> This is the shortcut with highest privileges I created for XWindows dock : Shortcut name: XWindows Dock Target: C:\Windows\System32\schtasks.exe /run /tn "XWindows Dock" Start in: C:\windows\system32 Run: Minimized
  4. Hello Filandre1... maybe this has been mentioned before, but I've noticed that programs running with highest privileges, do not appear in XWindows Dock; programs such as Task Manager, Command Prompt, or Registry Editor among others. On the other hand, when you run XWindows Dock as administrator, all these programs will appear in the Dock. With this in mind, using the task scheduler, every time I start the operating system (Windows 8) I am running XWindows Dock with highest privileges, and so Windows 8, has no need to ask for my password or authorization. However, when running as administrator XWindows Dock, none of the files or programs, can be dragged to the dock, with the exception of the docklets. I hope that my comment somehow, will be helpful. Also, I wonder if it is possible, that the stunning Exposé feature could work, by just pointing at the open application, with the mouse arrow (mouseover)? It will make it simple and faster, to switch between application windows. As well, it would also be a nice touch, to have an option, to hide the Windows Taskbar: with XWindows Dock on my PC, there is no need, for the Windows Taskbar.
  5. Hello Filandre1... maybe this has been mentioned before, but I've noticed that programs running with highest privileges, do not appear in XWindows Dock; programs such as Task Manager, Command Prompt, or Registry Editor among others. On the other hand, when you run XWindows Dock as administrator, all these programs will appear in the Dock. With this in mind, using the task scheduler, every time I start the operating system (Windows 8) I am running XWindows Dock with highest privileges, and so Windows 8, has no need to ask for my password or authorization. However, when running as administrator XWindows Dock, none of the files or programs, can be dragged to the dock, with the exception of the docklets. I hope that my comment somehow, will be helpful.
  6. I would like to start by saying thank you, for the incredible job, that has been done with XWindows Dock. I wonder if it is posible, that the stunning Exposé feature could work, by just pointing at the open application, with the mouse arrow? It will make it simple and faster, to switch between application windows. As well, it would also be a nice touch, to have an option, to hide the Windows Taskbar: with XWindows Dock on my PC, there is not need, for the Windows Taskbar.
×
×
  • Create New...