-
Posts
-
By Circaflex · Posted
Would you be open to allowing users to ignore/block staff/moderators here? When trying to do so now, you cannot add a mod/global mod to your ignore/block list. Curious why this is setup this way, is there any way around this? -
By Circaflex · Posted
If youre going to delete my comment from this thread, calling out your poor attitude, you should also remove this comment. -
By Astra.Xtreme · Posted
Is there any reason to think that an updated version of Linux is any less secure than Windows 11? If a govt has 30,000 PCs that won't support Win 11, then the choices are to remain on Win 10 with no security support, throw all 30,000 PCs in a landfill and buy new hardware and software, or keep the hardware and deploy open source software. Option #1 is obviously the worst. Option #2 probably costs $100s of millions and a great deal of e-waste. Option #3 is a matter of software support and personnel learning curve. This one isn't that hard to solve and it comes with a massive financial reward. Since France figured it out, so can anybody. -
-
By TarasBuria · Posted
Windows 11 gets improved context menus, seconds for calendar clock, and more in new builds by Taras Buria Microsoft is finishing this week with two more builds for Windows Insiders in the Dev and Beta Channels. If you are in the former, you can download 26200.5651, while the latter received 26120.4441. These updates introduce some welcome improvements for context menus, calendar clock, Recall, Settings app, and more. Starting with Copilot+ PCs, users with Snapdragon-powered PCs (Intel and AMD support is coming soon) can try the new agent in Settings. You can type what you would like to change into the Settings app's search box, and the agent will do it for you. For example, you can say something like "my mouse pointer is too small," and the app will show you suggestions and offer to adjust settings on your behalf. Note: This feature is only available in the Dev build. In the European Economic Area, Recall now prompts users to save a unique code, which is required for exporting snapshots to share them with third-party apps or websites. This code is shown only once during the initial setup experience, so be sure to save it in a reliable place. Note: Today's updates will reset Recall and all your snapshots. Other Recall improvements (available in all countries where Recall is available) include the ability to reset Recall and all its data, a new default value for maximum storage duration (90 days instead of unlimited), and various tips to help you learn about Recall features. Microsoft is also introducing new features for Click to Do. You can now send text or images to Microsoft 365 Copilot. Click to Do can now let you take actions on an email address to schedule meetings or send messages in Teams. Next, we have a much-requested feature coming from Windows 10 to 11: Seconds for the calendar clock. The clock that appears in the calendar flyout can now display seconds if you want it to. Note that, unlike Windows 10, this feature is customizable: you can toggle seconds on or off in date and time settings. Here are other noteworthy changes in builds 26200.5651 and 26120.4441: Context menus now have dividers for common file actions When sharing files with OneDrive, Windows will offer additional sharing options like Nearby Sharing or third-party apps. Windows activation and expiration dialogs now feature modernized visuals. And here is what was fixed (these are rolling out gradually): [Recall (Preview)] The following fixes are rolling out for Recall on Copilot+ PCs: Fixed an issue causing Recall to crash for some Insiders in the last couple flights. [File Explorer] Fixed an issue when opening folders starting from outside of File Explorer, where File Explorer would open it in a new tab, but the tab wasn’t put in focus. Fixed a memory leak impacting some people when navigating through File Explorer folders, impacting performance and reliability over time. We’ve done some more work to improve the performance of extracting archive files – this will particularly help in the case of copy pasting large numbers of files out of large 7z or .rar archives. [Start menu] Fixed an issue for Insiders with the new Start menu, where it was displaying in the wrong direction when using an Arabic or Hebrew display language. Fixed an issue for Insiders with the updated Start menu, where the Move to front / Move right / Move left options from the context menu for pinned apps weren’t working. [Settings] Fixed an underlying issue which was causing some Insiders to see the Settings navigation pane entries in English rather than their preferred language in the last couple flights. [Other] Fixed an underlying issue which was causing fonts in certain app menu items to unexpectedly appear corrupted or overlapped for some people. This also impacted typing in Word – where when using Hebrew a period may unexpectedly show as a 3, and in Thai typing space may show a 2. Fixed an issue where running a script on a remote SMB share might take an unexpectedly long time if the share was an older Windows Server version like Windows Server 2019. And here is the list of known issues: [General] After you do a PC reset under Settings > System > Recovery, your build version may incorrectly show as Build 26100 instead of Build 26120. This will not prevent you from getting future Beta Channel updates, which will resolve this issue. The option to reset your PC under Settings > System > Recovery will not work on this build. Some Windows Insiders may experience a rollback trying to install this update with a 0x80070005 in Windows Update. We’re working on a fix. [Start menu] The following are known issues for Windows Insiders with the new Start menu: Using touch to navigate the new Start menu may not work reliably. For example, it currently does not support the swipe-up gesture. Drag and drop capabilities are limited from “All” to “Pinned.” In some cases, duplicate entries may appear in folders on the Start menu. [Xbox Controllers] Some Insiders are experiencing an issue where using their Xbox Controller via Bluetooth is causing their PC to bugcheck. Here is how to resolve the issue. Open Device Manager by searching for it via the search box on your taskbar. Once Device Manager is open, click on “View” and then “Devices by Driver”. Find the driver named “oemXXX.inf (XboxGameControllerDriver.inf)” where the “XXX” will be a specific number on your PC. Right-click on that driver and click “Uninstall”. [Click to Do (Preview)] The following known issues will be fixed in future updates to Windows Insiders: Windows Insiders on AMD or Intel™-powered Copilot+ PCs may experience long wait times on the first attempt to perform intelligent text actions in Click to Do after a new build or model update. [Improved Windows Search] [REMINDER] For improved Windows Search on Copilot+ PCs, it is recommended that you plug in your Copilot+ PC for the initial search indexing to get completed. You can check your search indexing status under Settings > Privacy & security > Searching Windows. [File Explorer] The following are known issues for AI actions in File Explorer: Narrator scan mode may not work properly in the action result canvas window for the Summarize AI action for Microsoft 365 files when reading bulleted lists. As a workaround, you can use Caps + Right key to navigate. [Widgets] Until we complete support for pinning in the new widgets board experience, pinning reverts you back to the previous experience You can find the announcement post here (Dev) and here (Beta).
-
-
Recent Achievements
-
NeoToad777 earned a badge
First Post
-
JoeV earned a badge
Week One Done
-
VAT Services in UAE earned a badge
One Month Later
-
LsDmT earned a badge
First Post
-
evershinefacilityservice earned a badge
Week One Done
-
-
Popular Contributors
-
Tell a friend
Question
nouser
Hi! I found some info in this forum about patching a program but not a complete guide.. Lets say i have 1.exe .This exe contains some textboxes.. i want to create a second exe (2.exe) which will be able to patch all or one value of textbox in the 1.exe.
As i said i found in this forum info about creating the 2.exe BUT in an exe which was build with microsoft studio 2010(vb.net or c# etc..) i cannot find strings using w32dasm.. My plan was to open w32dasm and find the address of the string that i want to replace and then patch the address with 2.exe...
So HOW to find the address of a string/textbox.text(value) of an exe?
i can find the strings of an exe which was build by vb6 but not from an exe which was build by vb.net 2010..
Please help me..
Thanks!
Link to comment
https://www.neowin.net/forum/topic/1107347-help-creating-a-patch/Share on other sites
29 answers to this question
Recommended Posts