Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem loading Palm Desktop

Status
Not open for further replies.

frazierja

IS-IT--Management
Dec 8, 2004
3
US
Has anyone come across a problem launching the Palm Desktop program once it has been installed. I have given the user admin rights and installed under their profile. I then removed the rights. When you try to launch the program, the Palm Desktop splash screen loads, but just hangs there. You then have to reboot to get rid of it. The only way the program will fully load is if you leave the user with admin rights. I have installed many Palm products before, but have noticed this problem on the last 2. They are the Zire 72 and Zire 31. Does anyone have any ideas? I contacted Palm support, but they said the only way to make it work was to give users full admin rights.
 
I've got the same problem at my office. I've tried everything I could think of. I gave the user permissions to the entire c:\ as well as permissions to the registry. Still no luck. Only thing that works is giving the user Admin rights and that just no going to happen.

David
Sacramento, CA
 
Have you found a solution yet dball63? Have you tried an older version of the Palm Desktop software?
 
No, I have no solution. I hope someone here can help on this thread.

David
Sacramento, CA
 
We have come up with a work around.
1. First create at VB script named runas.vbs with these contents.
sPass = "palmaccess" & VBCRLF
set WshShell = CreateObject("WScript.Shell")
set WshEnv = WshShell.Environment("Process")
WinPath = WshEnv("SystemRoot")&"\System32\runas.exe"
WshShell.Run "runas.exe /user:palm ""c:\program files\palmone\palm.exe"""
WScript.Sleep 300
WshShell.AppActivate(WinPath)
WshShell.Sendkeys sPass
2. a. Create user locally called Palm
Make this user a member of the local administrator group
b. Set password to palmaccess
c. Logout and login (workstation only) as Palm
d. Install the Palm Software
e. Sync the Palm
f. Create a folder on the c:\ drive called palmaccess. Copy the created VB script file to this directory.
g. Delete the existing Palm desktop shortcuts from Desktop and in Palm program group.
h. Create a shortcut in Documents and Settings/All users/Desktop to c:\palmaccess\runas.vbs
i. Name the shortcut Palm Desktop
j. Go to properties of the shortcut and select Change Icon, browse to the c:\program files\palm\palm.exe file and select the Default Palm Icon.
k. Copy this shortcut to the Start Menu, Programs, Palm Desktop Program group
l. Right Click on c:\palmaccess, make this folder Read only, and Hidden
Test the VB script
 
I had that problem. Uninstalling the desktop and reinstalling it worked. This was not on a network.
 
frazierja,
If you get a chance to try either of these solutions, could you post back here if you have any results to share. I want to try this soon but holidays has me pretty busy here.

David
Sacramento, CA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top