regedit

Webbrowser control ignores FEATURE_BROWSER_EMULATION reg entry

给你一囗甜甜゛ 提交于 2019-12-31 02:17:06
问题 Im developing a custom browser solution with .net's Webbrowser control. To disable the IE-Compatibilty View, I set the registry entry Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION: [Sreenshot regedit] http://zbirk.mirk.at/browserreg.png "Screenshot" i tried to use the values: dword=8000,dword=8888,dword=9000, but the webbrowser control seems to ignore these reg entries. Maybe someone had this problems too and may help me. 回答1: The WebBrowser control

Inno Setup Creating registry key for logged in user (not admin user)

蓝咒 提交于 2019-12-28 04:29:05
问题 I'm trying to create an installer using Inno setup when I encounter this problem, everything else is being installed, but the registry keys are not being installed in the current user, I can't find it in the HKEY_CURRENT_USER . But when I try to run the Regedit as Administrator, the registry is installed there. I have UAC turned on and validating with an admin account for the install to run, why is that happening? Here's my Registry section [Registry] Root: HKCU; Subkey:Software; Flags:

Modifying registry to increase GPU timeout, windows 7

廉价感情. 提交于 2019-12-27 11:45:42
问题 Im trying to increase the timeout on the GPU from its default setting of 2 seconds to something a little longer. I found the following link but it appears its slightly different in windows 7 as i cant see anything mentioned in the webpage. Has anyone done this before? If so could you fill in the gaps please. Thanks @RoBik so as follows if i want 6 days (bit excessive i know but just for example)? Thanks again for your help, +1. EDIT This is the error im currently getting. An error has occured

Run C# application at Windows startup?

℡╲_俬逩灬. 提交于 2019-12-26 23:12:43
问题 It's all the day that I'm trying to implement a startup feature into my project. I used Registry key: //Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run (Administrator Rights) I used Registry key: //Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run (Administrator Rights) The code work but when I restart the computer nothing happens. This is the code I used. RegistryKey registryKey = Registry.LocalMachine.OpenSubKey("SOFTWARE\

Run C# application at Windows startup?

非 Y 不嫁゛ 提交于 2019-12-26 23:09:34
问题 It's all the day that I'm trying to implement a startup feature into my project. I used Registry key: //Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run (Administrator Rights) I used Registry key: //Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run (Administrator Rights) The code work but when I restart the computer nothing happens. This is the code I used. RegistryKey registryKey = Registry.LocalMachine.OpenSubKey("SOFTWARE\

how to write a regedit key's value to move a file without opening console

十年热恋 提交于 2019-12-24 21:35:33
问题 I want to write a regedit key value which moves a file from one location to some fixed location. Following is the value for it: cmd.exe /k %1 D:\MyLocation But what remains after moving file is an opened console. Please suggest a way to do this without having a console. 回答1: cmd /K keeps console open after execution while cmd /C close it 来源: https://stackoverflow.com/questions/21455175/how-to-write-a-regedit-keys-value-to-move-a-file-without-opening-console

How can I view/edit my registry settings on a Windows CE 6 device?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-23 20:19:04
问题 In his second comment here, PaulH suggests changing registry settings, providing this link. I'm not sure editing the registry is really something I want to do, because copying files to the handheld was working fine until late yesterday, and I doubt any change was made to the registry to cause that problem to commence, so I'm not at all sure that changing the registry will fix the problem. At any rate, I wanted to compare the values I have in the registry with what is shown on that msdn page

Adding context menu to IE to execute my program

坚强是说给别人听的谎言 提交于 2019-12-23 16:22:43
问题 I wanted to know how can I add a new item to IE context menu (right click menu), so that the selected text from a website is copied, my winform application C# is opened and the text is pasted into a text box in my application. 回答1: You can add an entry to IE standard context menu to open your program. To do so, follow these steps: Open registry and go to: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt Create a new key, and set the name of key to the text you want displayed in

Changing the Shell registry

只愿长相守 提交于 2019-12-23 04:45:58
问题 At the start of my application i change the shell value of the registry to a custom shell and kill the explorer.exe (It is done outside the application), i want to allow a backdoor to return to the original shell and bring back the explorer.exe. brining the process back works fine for me but when i run my code to change the registry value no exception is thrown but the value doesn't change when i check in regedit, this is my code (saw it here on a different question) : RegistryKey regKey =

Windows 10 | regedit | exefile shell command (firewall add rule) - not running

浪尽此生 提交于 2019-12-23 03:12:13
问题 Definitions: using windows 10/64bit firewall is blocking all in/out traffic - except added rules (allow in/out) actual user-account is administrator tested with all user-account-control (uac) settings: from always to never Problem: I have a script that worked fine with windows 7/64 bit, it adds right-click context menu items to .exe files, to add a firewall rule for them: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\exefile\shell] [HKEY_CLASSES_ROOT\exefile\shell