The workstation tag has no wiki summary.
0
votes
0answers
24 views
What is the benefit of starting a process in its own windows station?
I read this article about Sessions, Desktops and Windows Stations and somewhere in the middle the author says,
5 . Processes that start under their own credentials start in their own windows ...
1
vote
1answer
71 views
What should I do with all this RAM …?
The powers-that-be have decided to bestow memory upgrades on our developer team. We're all now in control of Mac Pro's with 32GB of RAM. I would have preferred an SSD instead of half of that RAM and ...
0
votes
1answer
300 views
VMware Workstation 9: How to upload and download VM from and to a remote server
I am evaluating VMware workstation 9. I am connected to our VMware Vsphere 5 server and I can open VMs and so on.
I would like to donwload a VM from VSphere to my local Workstation, however when I ...
2
votes
1answer
571 views
C# Unlock workstation
For a usb-smartstick application I want to make, I need to be able to unlock a locked workstation in C#. When I insert my usb with a unique id, I want to unlock the ws. What would be the best way to ...
0
votes
0answers
70 views
user cannot access application after her name change in DC
The application in question is a windows authenticated intranet application that was working just fine for this user until her name was changed in Domain Controller, post marriage.
Since the name has ...
0
votes
1answer
42 views
Why is my hard disk so small under vmware workstation?
I am using vmware workstation 7.0.0
I have set a machine that has a 20.0GB HD:
But when I check my machine, I see that it's HD only has 500MB!:
I have tried to set my machine to allocate all ...
1
vote
3answers
1k views
How to Detect workstation/System Screen Lock/unlock in windows OS using java?
I'm trying to note down workstation/System screen Lock and Unlock of each employee working in windows OS. I needed to store these record in a DataBase, using JAVA. I have searched all over and got on ...
0
votes
0answers
452 views
Currently logged on users from all workstations in a shell script
I'd like to write a shell script which lists all the logged in users with their full name and the workstation from which they've logged in. This the first part only.
When I give the shell script the ...
1
vote
1answer
342 views
Connecting Multiple Android VMs via Bluetooth [VMWare Workstation 8]
I was trying to run androidx86-ieee.iso on VM and everything works fine. The VMs (Android) can connect to the internet via bridge mode successfuly, share Bluetooth via my dongle on Windows 7 host ...
0
votes
1answer
169 views
Benchmark workstation machine - tooling?
I've convinced my boss (for the second time actually - 2 different companies) to invest in new workstations with SSD's and I need to do a before and after benchmarking. I don't want to rely on timing ...
0
votes
1answer
43 views
Workstation crashed - how to fix SVN
We use SVN with Visual Studio 2008 for SSIS development on Windows XP.
One of the workstations belonging to my teammate crashed. Fortunately, it was just a windows crash so he was able to save the ...
1
vote
1answer
83 views
How can we safely lock down a Facebook development environment tunneled out to the public internet?
We run a per developer development environment with each developer workstation ssh tunnelled out from our office to the public internet so we can test integration with Facebook canvas apps and ...
6
votes
2answers
2k views
Running a script before locking a computer (Windows 7/Vista/XP)
HI Guys,
Basically, I've written some powershell which allows me to harness the power of the keyboard media keys to control any music that's currently running.
What I want to be able to do is run ...
0
votes
3answers
301 views
Setting up developer workstation for LAMP and SVN environment
We are a software developement team with 60 web developers.
We have our developerment environment deployed on LAMP servers. And we use
VSS as our source control. All of us are having windows7 ...
3
votes
1answer
796 views
Loging to Windows 7 using the application opened on a locked workstation
I've written a smaall app in c#. I want this app to lock on unlock a workstation on my own login.
Locking the workstation is quite simple and it works fine.
The problem starts when i want to unlock ...
2
votes
1answer
150 views
What is the best hardware and software approach to cloning my workstation's dev environment?
My team plans to hire a couple of part time contract programmers and interns soon and I would like to reduce the amount of setup time involved with getting each new intern's dev environment up and ...
4
votes
4answers
43k views
How to connect wireless network adapter to VMWare workstation?
How can I connect wireless network adapter to wmvare workstation ?(My Host OS is Win Seven Ultimate, my Guest OS is Fedora 13 & my VMWare version is 6.5.0)
I'm running win seven on my Dell Vostro ...
-1
votes
2answers
450 views
What is an ideal pair programming setup? [closed]
We have the opportunity to set up a pairing workstation; I would like it to be great. What features should I look for? Monitors, keyboards, mice, furniture - all suggestions are welcome. I'm not ...
8
votes
6answers
448 views
What pros/cons come from using a server OS for your main .NET development machine?
I was considering using Windows Server as the OS for my main .NET development workstation. It includes the version of IIS to which I'm most often deploying, manages FIPS compliance differently, etc. ...
8
votes
1answer
3k views
Lock Windows workstation programmatically in C#
I ran into this example for locking Windows workstation:
using System.Runtime.InteropServices;
...
[DllImport("user32.dll", SetLastError = true)]
static extern bool LockWorkStation();
...
if ...
6
votes
8answers
2k views
Advantages/Disadvantages of Heterogenous/Homogenous Developer Workstations
What arguments are there for and against homogeneous and heterogeneous development environments, especially for a Java dev shop. Is your shop and most of the shops you know about heterogeneous or ...
