[Q] Annoying ( Elevated Command Prompt ). - Windows 8 General

There is a lot I like about Windows 8 Developer, and a lot I don't like.
Number One Annoying is , Everytime I Run a Program or install something, You have to execute with administrator rights.
I can't see why I have to do this, because I am the only User and in users it shows me as administrator.
Also I find it almost impossible to install programs that are located on a HDD on another computer on my network.
ie-- I have large collection of apps located in a folder on another pc on the network.
In windows 7 I can install any of these apps from tha PC, But not in 8 , it just won't let me.
Any help would be appreciated.

Admin rights are messed up in Windows dev preview. so you will have to live with that or go back to win7. if you get too annoyed by that
even in software like vmware you wont be able to run a virtual machine if you dont run it as admin.
in 3dsmax i get an error because it cant read a file from a plugin.
and UAC disabled means nothing, only you dont have to get the message. but it doesn't mean it changes something.
i already got used to that, but when you have to run programs as admin, you dont get drag and drop. so sometimes its hard to do stuff without it and i get annoyed. but oh well. thats something they will fix for beta but since its a preview for developers. dont expect a fix for that.

can anyone help me with mine

sparks79 said:
There is a lot I like about Windows 8 Developer, and a lot I don't like.
Number One Annoying is , Everytime I Run a Program or install something, You have to execute with administrator rights.
I can't see why I have to do this, because I am the only User and in users it shows me as administrator.
Also I find it almost impossible to install programs that are located on a HDD on another computer on my network.
ie-- I have large collection of apps located in a folder on another pc on the network.
In windows 7 I can install any of these apps from tha PC, But not in 8 , it just won't let me.
Any help would be appreciated.
Click to expand...
Click to collapse
Have you tried disabling UAC ?
Start --> type "UAC", click on "Settings", then on "Change User Account Control Settings". Then slide the bar all the way to the bottom (Never notify), click OK twice.
If you REALLY need to run something as admin, Right Click --> "Run As Administrator"

Related

HINT ! - Access WinMo from Vista side

Just a hint for all the real developers out here.
in the Vista Part, one can click a button to "install SSL certificate to WinMo-side"
It's done via a button that can be accessed from Vista Communication Manager (Shift soft-key upper right corner, press advanced settings)
What happens there is that Vista connects to the WinMo side without setting up an ActiveSync connection. It has file access. It installs a certificate in WinMo.
So.. there's a CALL there that actually has access from Vista to WinMo.
Maybe people can dissasemble that part and do something really good with it ?
There IS access from Vista to the WinMo part without ActiveSync running.
lucid said:
Just a hint for all the real developers out here.
in the Vista Part, one can click a button to "install SSL certificate to WinMo-side"
It's done via a button that can be accessed from Vista Communication Manager (Shift soft-key upper right corner, press advanced settings)
What happens there is that Vista connects to the WinMo side without setting up an ActiveSync connection. It has file access. It installs a certificate in WinMo.
So.. there's a CALL there that actually has access from Vista to WinMo.
Maybe people can dissasemble that part and do something really good with it ?
There IS access from Vista to the WinMo part without ActiveSync running.
Click to expand...
Click to collapse
please read more threads before posting one
my enter bootloader app (i posted a thread on that) accesses the WM part just fine without any activesync.
that happens through the EC driver (stands for Embedded Controller). you can do quite a lot with the EC driver (from changing various settings to getting ROM version, entering bootloader is just one of those things). though i would think that file sending works a bit different, but interesting, i'll look into that.
cmonex said:
please read more threads before posting one
my enter bootloader app (i posted a thread on that) accesses the WM part just fine without any activesync.
that happens through the EC driver (stands for Embedded Controller). you can do quite a lot with the EC driver (from changing various settings to getting ROM version, entering bootloader is just one of those things). though i would think that file sending works a bit different, but interesting, i'll look into that.
Click to expand...
Click to collapse
---
I should do better posts... I knew about your tool.
I just want to say that without ANY hacks whatsoever, there IS a connection between Vista and WinMo at "file transfer" level. Just like the hint I gave about the microphone.
I'm not a developer. I try to help guys like you with some remarks. A factory clean Shift does filetransfers via that button, somewhere my "gut" told me I should post about this , as I haven't seen any post addressing this "option" Hope you use it to our advantage.
lucid said:
---
I should do better posts... I knew about your tool.
I just want to say that without ANY hacks whatsoever, there IS a connection between Vista and WinMo at "file transfer" level. Just like the hint I gave about the microphone.
I'm not a developer. I try to help guys like you with some remarks. A factory clean Shift does filetransfers via that button, somewhere my "gut" told me I should post about this , as I haven't seen any post addressing this "option" Hope you use it to our advantage.
Click to expand...
Click to collapse
oh i like your posts, don't worry about that part. it is an interesting discovery along with the microphone one. hope you'll make more discoveries
when i get my Shift i can try this out and look more deep into it.
update
I tried to send some files over to snapvue using this option
the progress bar completes, then vista says cert install failed. the files are not there in snapvue.
what kind of sertificates you tried to send to WinMo-side? Could it be traced what happens when you run this command?
sniveri said:
what kind of sertificates you tried to send to WinMo-side? Could it be traced what happens when you run this command?
Click to expand...
Click to collapse
not true certificates, mind you, I wanted a way to avoid using a sim card to send usbtool over.
what happens is probably the shagcontrol (yeah, I mean the shift control center but this name is funnier) starts communication over crappy udp protocol with winsock2 (1 try out of 5 failed to fully send and in general was very slow) to EC driver then somehow magically the bytes get sent over to WM. probably the WM IPC driver is responsible for receiving, no idea, haven't checked this yet specifically.
update though, if you create a folder named Certificate under Windows/Settings, shagcontrol will report that the transfer was successful and that you should switch to SnapVue to finish installation. bad luck though, SnapVue *****es about the cert not being valid, and I don't see the file anywhere (probably gets deleted automatically). I heard someone was able to get their hands on a file transferred in such a way but no idea how.
Could it be possible to create service that watches this sertificates folder and creates automatically copies of new files to somewhere?
I think that this sertificate tool is made for administrators and those sertificate-files are not meant to stay on any folder because then user could easily copy those sertificates to other devices. So there is possibility that we can not transfer files this way but maybe using same route to destination.
sniveri said:
Could it be possible to create service that watches this sertificates folder and creates automatically copies of new files to somewhere?
I think that this sertificate tool is made for administrators and those sertificate-files are not meant to stay on any folder because then user could easily copy those sertificates to other devices. So there is possibility that we can not transfer files this way but maybe using same route to destination.
Click to expand...
Click to collapse
service, OK, the problem is you'd have to get the service onto the shift somehow.
what I wanted was fully eliminate the requirement of a sim card and usage of gprs/hsdpa to copy the usbtool over
though I guess if you really want that you can abuse the shared internet connection for file sending in the way danielherrero discovered, *but* not sure if that works with an invalid APN.
right, it gets under \Temp as user.cer, sometimes.

ping.exe, ipconfig.exe ...?

Could someone tell me how to run some "useful" executable files like ping.exe, ipconfig.exe (and many others...) found in WINDOWS folder!!!
Explain your problem better and I will try to help as much as I can.
When I'm browsing in windows folder I've found a lot of exe's that seem to be useful but I can't find a way t run them
As far as I can see on my HD2, there are no .exes such as ping or ipconfig... those are executables that are only present on a PC. Perhaps it`s just my device...
As for running an executable, all you should theoretically do is to tap it in the file explorer. It will automatically start.
I also strongly advise you not to mess around with .exes in the Windows folder, that can have nasty results if you`re unaware of what you are doing.
My ROM version 1.66.415.4
I do have ping.exe but it's like a command not an application I think I should run through a command console (cmd)
Not sure about this... Sorry, maybe someone else who is more capable and knowledgeable might answer your question.
I have them too. I do not touch them due to my lack of knowledge.
Try installing this:
http://www.microsoft.com/downloads/...01-49d4-4506-a03b-c41bc76c2f51&DisplayLang=en
Thanks for your replies, I've tried to use POCKET CMD (Windows Mobile Power Toys) and I did the registry teak to make the console visible, and I managed to run PING.EXE, it worked but in a separate console and it closed right after end of execution, during that i was able to see the result (number of received packets).
If any body tried my method please tell me how to keep the console opened after the execution ?
Even when you try to execute ping or ipconfig it will "run" and then close. If you open the actual command prompt and actually ping something it will respond, while ipconfig will list the stats of the device.
Having pocket CMD will let the application run, but it needs something to "ping"
Did you try to open a command window and actually ping a web address? It should stay open if done that way.
If Pocket CMD runs like the regular one at least...
Nop, I was predicting that it should work just like the one on PC, but not, even when I'm starting PING form the console to actually ping "something", another console window appear, display the result and close immediately.
I think the solution is to make ping run inside the cmd console, I don't know if this could accomplished through a registry tweak

Launch apps on startup

Running windows 8 on my Main System and was having trouble gettin sickbeard and couch potato to run on startup.
In windows 7 I accomplished it by putting shortcuts in
C:\Users\Account Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Start Up\
The same folder exists in Windows 8 but placing a shortcut there wasn't working for Sickbeard and buggy for Couchpotato and SABnzb.
However there is an equivalent folder for Metro:
C:\ProgramData\Microsoft\Windows\Start Menu\Progams\Start up\
After placing the shortcuts there it is working perfectly.
(Tried task scheduler to launch SB, CP and SAB but that also didn't work)
is this still working? I am having trouble getting sickbeard or couchpotato to launch on startup on the Release Preview
EDIT: Yes it is thanks. I was having problems finding that folder but putting it into chrome's URL bar worked for some reason.
BUMP: Turns out it's not working.. turned on computer this morning and CP + SB didn't start. :S tis a damn shame.
try adding a reg entry here...
HKLM\Software\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\Run
add the program you want to load to that list and see what happens, im in the middle of something at the mo and cant try it but it should work just fine.
note you only should use one of them
CU Current users, for user specific programs
LM Local machine, for all users
dazza9075 said:
try adding a reg entry here...
HKLM\Software\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\Run
add the program you want to load to that list and see what happens, im in the middle of something at the mo and cant try it but it should work just fine.
note you only should use one of them
CU Current users, for user specific programs
LM Local machine, for all users
Click to expand...
Click to collapse
Thanks for the information, this makes them appear in the Startup tab of Task Manager, but doesn't make them start on boot :S I believe it's something to do with the apps themselves rather than Windows 8. Maybe it changes the way it does things or something :S

[Q] Any way to install Inkseine in Windows 8?

I have the Thinkpad X61 tablet. I was running Windows 7 with it. Awesome experience. Just upgraded to Windows 8 (chose to keep all my files, programs, and settings), and now Inkseine does not work. When I try to start it, I get an error pop-up (Inkseine has stopped working). I tried re-installing, still no luck even with .Net 3.5 enabled (as required by the software). So how come this program works in W7 but not W8? All my other stylus programs (OneNote, Windows Journal) are working though. Is MS just banishing this awesome program? I can't find an equivalent replacement.
Try running the app in Compatibility Mode. Right-click either the EXE or the shortcut (in Start or taskbar or desktop or anywhere), select Properties, and go to Compatibility. Enable the Compatibility Mode option for either Win7 or before (if the app say it works on XP, you might try that, for example). Then try running it again.
Also, do some searching online; other people may have had the same or similar problem and found a way around it, or the developer might even have a patch for it. Win8 is supposed to be fully binary compatible with Win7 programs, but these things are never perfect.
It would help if you could get the error message, exception info, or stack trace. However, unless you know how to use a Windows debugger, hat probably won't happen.
GoodDayToDie said:
Try running the app in Compatibility Mode. Right-click either the EXE or the shortcut (in Start or taskbar or desktop or anywhere), select Properties, and go to Compatibility. Enable the Compatibility Mode option for either Win7 or before (if the app say it works on XP, you might try that, for example). Then try running it again.
Also, do some searching online; other people may have had the same or similar problem and found a way around it, or the developer might even have a patch for it. Win8 is supposed to be fully binary compatible with Win7 programs, but these things are never perfect.
It would help if you could get the error message, exception info, or stack trace. However, unless you know how to use a Windows debugger, hat probably won't happen.
Click to expand...
Click to collapse
Thanks for the advice. Unfortunately, no compatibility mode is able to make the program run. I used to have Visual Studio 2010 with all the debugging software but since I am not really a programmer I got rid of it. So sadly, I can't figure out what's wrong. I managed to get to the event logger but there was nothing there about inkseine.
I sent a message to the Inkseine team at Microsoft and got a response saying that the program is working on their end. So maybe I just got a corrupted upgrade from Win7 to Win8? My computer runs like butter though, so I am not eager to change anything right now. I am slowly learning to do my scribbling with Journal, but the experience will definitely never be the same (except I am liking the small memory usage of Journal. Inkseine uses A LOT of memory and creates huge files too)

[Q] it appears that I have two copies of win 8 on my pc how do I delete one?

Okay so I just decided to upgrade from win 7 to win 8 pro. I ran into some issues. I had to make several attempts I was having monitor issues. Actually it was stupid everything went fine but I have a dvi monitor and a hdmi tv hooked up I only use the tv when watching videos or movies but I guess that it defaulted to the hdmi device because I got a blank screen on my monitor but I could see the mouse. I had the tv off do I didn't realize iut but it was working fine on that until I got online and it automatically found the driver for the monitor. So anyway that problem is fixed but somehow in all my attempts I must have installed win 8 two times because when I boot it gives me the option of two different win 8 like if I had fedora or ubuntu installed but with two win 8. so I figured no problem just delete one. So I went into the disk tools and found the partition manager but it only shows two partitions. the small system partition that has to be there and my c partition with win 8.
Can two versions of windows be on the same partition? Does anyone know how to find the other copy? I always select the first one on the list.
Oh my pc is a dell xps 410 and it is an old man. But it is still going strong with upgrades
core 2 duo 1.86 ghz 4 gig ram 64 bit os I have had every release of windows since xp sp3 currently win pro.
I appreciate any help you guys can give me
Charlie
It may just be listed twice in the bootloader. Use bcdedit (as admin) and check each entry. You should find two "Windows Boot Loader" entries. Each will have a device, path, osdevice, and systemroot listed (among other things). If those all contain the same value between both entries, there's no files to delete. Next check for any other differences; there may not be any meaningful ones (the identifier is not meaningful). If you don't see any reason to keep both of them, delete one. You can use "bcdedit /? delete" for help.
GoodDayToDie said:
It may just be listed twice in the bootloader. Use bcdedit (as admin) and check each entry. You should find two "Windows Boot Loader" entries. Each will have a device, path, osdevice, and systemroot listed (among other things). If those all contain the same value between both entries, there's no files to delete. Next check for any other differences; there may not be any meaningful ones (the identifier is not meaningful). If you don't see any reason to keep both of them, delete one. You can use "bcdedit /? delete" for help.
Click to expand...
Click to collapse
Thank you for your help with this. Where would I type bcdedit? Is there a start box somewhere like in 7 and I haven't seen it yet?; I am still not too familiar with 8 yet I just got it but I will have it down in no time.
It's a command line tool. Just right-click on the Start button (mouse to lower left corner, then right-click) and choose "Command Prompt (Admin)" to launch an admin prompt (you can also do it from Start search the same as on Vista or Win7; just open the Start screen and type "cmd" or "command" and it will appear; right-click and choose "Run as Administrator").
The "Run" dialog is also still present - Win+R displays it, as it has for years - but with the new Start right-click menu (which can also be accessed via Win+X) I find I haven't needed it much.
wow I see there is alot that I have to learn about win8 thank you for all the tips. Is there a good guide out there that any of you would recomend? I usually learn best when people tell me but if I am interested enough (like I am with this) I can learn from a book.
Well here is what I get when I typed it in. I could not copy and past the text so I took a whole window snipit. Okay I cant seenm to figure out how to put it in. I would hate to have to type that all. I used the windows snipit tool. So can someone tell this idiot how to attach the pic. I saved it to my desktop. Do i use insert image and type the path to my desktop? why cant I just copy the text and past it. The would be easy darn it.
Charlie
To copy out of the terminal, right-click, select Mark, then highlight the text and right-click. You can then paste it elsewhere as normal. It's also possible to set QuickEdit mode on CMD (in Properties), which allows marking without first selecting it by right-click.

Categories

Resources