TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
chetan bhatt
NA
2
0
value not update in Registry at given path in C#
Jan 8 2018 1:11 AM
value not update in Registry at given path in C#
string path = @"Software\Microsoft\Windows NT\CurrentVersion\Windows\"; RegistryKey myKey = Microsoft.Win32.Registry.LocalMachine.OpenSubKey(path, true); myKey.SetValue("USERProcessHandleQuota", 50000, RegistryValueKind.DWord); myKey.Close();
instead of given path value update at below path :-
@"Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows\";
Reply
Answers (
1
)
Create controls dynamically on button click
Can I add text into a listView of icon ?