Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/23/2021 in Posts

  1. @Batuhan ImDisk serves me well. If you need some special emulation, you can try Alcohol 120%.
    2 points
  2. Welcome to MSFN. It was not difficult to find a filehippo download page, but it plainly states, “the free version contains adware from third-party partners.” Malwarebytes could perhaps take care of that, but the page further states, “While DAEMON Tools Lite can be considered safe to use, there are concerns around a service called MountSpace that the developers introduced to capture user data.” A quick search indicates that the software has had a bad reputation for years, so I will post no link and instead suggest that you look for alternative.
    2 points
  3. Idk, i wouldnt switch to eclipse anyhow, althought his switch might be due to the rules here that make it hard for communication and testing of the extended kernel
    2 points
  4. In my my case this is not of any concern, because Windows XP is a Virtual Machine, with only read access to a shared folder on a Linux partition. In case something goes terribly wrong, I just replace it with a backup. This is nothing compared to the vulnerabilities in Windows XP itself. I've tried that, but it only gave me a headache, haha.
    1 point
  5. I suspect you may have too many Server 2008 updates. For whatever reason, win32 has not chosen to support the “January 2020” update level (which I assume is where greenhillmaniac’s repository stops). I would like to know what @burd says (since he has actually done it: I’m just an interested reader running Vista x86), but I think you should install only the Server 2008 updates pointed out by R3n. Edit: While I appreciate the reaction, burd’s next post convinces me that I was mistaken.
    1 point
  6. (offtopic) I don't have MailNews, so I can't answer that unfortunately. But you might consider using Notepad++ for viewing/editing complex text files, like source code. Version 7.9.2 is the last version that runs on Windows XP. Comes with Italian language file as well. :
    1 point
  7. Nah. StartIsBack++ 2.9.13
    1 point
  8. A small compilation of possible or useful browser settings: Datareporting disabled: user_pref("datareporting.healthreport.service.enabled", false); user_pref("datareporting.healthreport.uploadEnabled", false); user_pref("datareporting.policy.dataSubmissionEnabled", false); user_pref("toolkit.telemetry.unified", false); Awesomefonts for icons (example): Awesomefonts must be installed user_pref("font.name-list.sans-serif.x-unicode", "Arial, Symbola, FontAwesome, Font Awesome 5 Free Solid, Font Awesome 5 Free Regular, Font Awesome 5 Brands Regular, Segoe UI Emoji, OpenSansEmoji, Microsoft Sans Serif"); user_pref("font.name-list.sans-serif.x-western", "Arial, Symbola, FontAwesome, Font Awesome 5 Free Solid, Font Awesome 5 Free Regular, Font Awesome 5 Brands Regular, Segoe UI Emoji, OpenSansEmoji, Microsoft Sans Serif"); user_pref("font.name-list.serif.x-unicode", "Tahoma, Symbola, FontAwesome, Font Awesome 5 Free Solid, Font Awesome 5 Free Regular, Font Awesome 5 Brands Regular, Segoe UI Emoji, OpenSansEmoji, Arial"); user_pref("font.name-list.serif.x-western", "Tahoma, Symbola, FontAwesome, Font Awesome 5 Free Solid, Font Awesome 5 Free Regular, Font Awesome 5 Brands Regular, Segoe UI Emoji, OpenSansEmoji, Arial"); To try: user_pref("gfx.downloadable_fonts.enabled", false); user_pref("browser.display.use_document_fonts", 0); or 1 user_pref("gfx.downloadable_fonts.woff2.enabled", false); user_pref("browser.urlbar.clickSelectsAll", false); maybe a bit more pleasant to edit user_pref("browser.urlbar.doubleClickSelectsAll", true); user_pref("browser.urlbar.trimURLs", false); to see the whole URL user_pref("browser.cache.disk.capacity", 32768); small value saves HDD space (of course more easy to set in options>advanced>network) user_pref("loop.enabled", false); Hello extension disabled if not needed extensions.pocket.enabled;false Pocket extension disabled if not needed Tab and icon glitches: user_pref("gfx.content.azure.backends", "skia,cairo"); Skia unsuitable on RT's FF45 / KM76 and IceCat / direct2D not supported UserAgent: user_pref("general.useragent.override", "(..."); example: Mozilla/5.0 (Windows NT 5.1; rv:50.0) Gecko/20100101 Firefox/50.0 D3D9 Hardware Acceleration: user_pref("layers.acceleration.force-enabled", true); user_pref("layers.prefer-d3d9", true); Disabling or deleting unsupported features (but otherwise blocked): webGL, d3d11 and direct2D media.windows-media-foundation.allow-d3d11-dxva;false user_pref("webgl.angle.try-d3d11", false); user_pref("webgl.disable-angle", true); webgl.disable-extensions;true user_pref("webgl.disable-wgl", true); user_pref("webgl.disabled", true); user_pref("webgl.enable-webgl2", false); user_pref("gfx.direct2d.disabled", true); gfx.direct2d.use1_1;false gfx.canvas.azure.backends;direct2d1.1,skia,cairo gfx.content.azure.backends;direct2d1.1,cairo to install unsigned Addons: user_pref("xpinstall.signatures.required", false); Video - YouTube (if necessary): user_pref("media.mediasource.webm.enabled", true); NewTabPage: user_pref("browser.newtabpage.enabled", false); crashes of versions 2x and 3x are possible if enabled Cleartype: gfx.font_rendering.cleartype.always_use_for_content;true
    1 point
  9. I have tested your approach, but DELTREE seems to ignore attributes. Afterwards Windows recreated Recycle Bin as expected, but was NOT 'seen' as empty by Windows on my system, although it was empty actually. After 'emptying' everything was fine. So there must be some administration outside the Recycle Bin. Can't find it! See my screenshots: http://imgur.com/gallery/ATh81qo BTW the two deleted files had both attributes RAH, One started with a dot, one with '~'. Can not be seen on the screenshots. After my experiment I took a look in the Microsoft MS-DOS 6.2 Technical Reference (1993). On page 177 I found: 'The deltree command deletes all files contained in a directory or subdirectory, regardless of attributes.'
    1 point
  10. New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210522-1e24b22ef-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210522-1e24b22ef-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210522-1e24b22ef-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20210522-1e24b22ef-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1166504 - Make nsMultiplexInputStream cloneable. r=bkelly,froydnj (e3410f3a9) - Bug 1161240 - Make sure that NS_CloneInputStream correctly deals with null input; r=froydnj (b8afd03ec) - Bug 1059081 - Fix non-unified bustage. a=bustage (135927526) - Bug 1059081 - More non-unified bustage fixage. (d8fd4ad65) - Bug 1059081 - Add a threadsafe wrapper for persistent nsMultiplexStream queues. r=nfroyd (1060af97f) - Bug 1163029 - Use NamedDecl::getName instead of expensive NamedDecl::getNameAsString. r=ehsan (97a8a32a6) - Bug 1156084 - Disallow AddRef() and Release() calls on the return value of methods returning XPCOM objects; r=jrmuizel (96f6567c8) (8aa25c2df) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1163861 - Pass window IDs in nsILoadInfo (r=ckerschb) (4cd150a88) - fix of extra of Bug 1137287 - Part 2: (69fbdfbe0) - Bug 1159280 - TSan: data race netwerk/protocol/websocket/WebSocketChannel.cpp:3156 WebSocketChannel::Close, r=mcmanus (306796e71) - resources in browser, not global (f55b0a903) - Bug 1163268 - Remove UI options for recording with memory and jit optimizations. r=vp (56e82c90a) - Bug 1163384 - Add 'devtools-toolbarbutton' class to performance tool buttons to make them correct themed on Linux. r=jsantell (c3ce44795) - Bug 1141313 - Reenable several disabled performance tool tests that are now resolved. r=vp (3585f6bc1) - Bug 1146239 - Show the recording as loading in the performance sidebar after it has stopped; r=jsantell (4ee8200ea) - Bug 1146239 - Show the recording as loading in the performance details pane after it has stopped; r=jsantell (137a5f810) - Bug 1160313 - Remove temporary retro-mode for performance tools. r=vp (0131c940d) - Bug 1164281 - Make a new pref devtools.performance.ui.experimental enabled on nightly to show experimental options. r=vp (1a3f90404) - Bug 1162583 - Disable realtime rendering in performance tools when e10s is not on. r=vp (8f138f0dc) (8ed22681d) - remove nsINetUtil_ESR_38, fixup and import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1150366 - Remove duplicate d3.js. r=jsantell (71f991da6) - Bug 1175352 - Refactor LoadInfo arguments to be more self contained (r=bent) (3f7d08164) - Bug 1181533 - Add nsCRTGlue.h and prtime.h includes to nsDownloadManager.cpp to fix --disable-safe-browsing build bustage. r=froydnj (af338edf1) - Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell Bug 905127 - Part 2 - remove unnecessary nsNetUtil.h includes r=jduell Bug 905127 - Make some functions from nsNetUtil not inline. r=jduell (bc47d5b3a) - Bug 1117650 - Part 1: Move all CORS tests into dom/security/test. r=sicking (6f727387c) - Bug 1117650 - Part 2: Move all MixedContent tests into dom/security/test. r=tanvi (73f273829) - Bug 1004703 - ignore 'unsafe-inline' if nonce- or hash-source specifed - tests (r=sstamm) (ebf411159) - Bug 921493 - CSP: test whitelisting of scheme-relative sources (r=dveditz) (f0618b189) - Bug 1139569 - Optimize update function for element editors in markup view;r=mratcliffe (c60d38dca) - Partil of Bug 1139644 - Make markupview use sdk timers instead of individual timers for each window;r=pbrosset (8bc1a4d66) - Bug 1146568 - Avoid unsafe CPOW usage warnings in browser_markupview_tag_edit_08.js; r=bgrins Making use of the devtools test frame-script to set the test node's attributes instead of using a CPOW. (61d7eed64) - Bug 1146568 - Avoid unsafe CPOW usage in markupview tests, in assertAttributes helper; r=bgrins (efc492d5d) - Bug 858038 - Allow moving elements in the markupview by drag/drop; r=pbrosset (51d79c15c) - Bug 1139644 - Flash only relevant attributes in markup view when changed;r=pbrosset (29807fa46) - Bug 1147128 - Make sure attribute shows up in markup view after removing and setting to the previous value;r=mratcliffe (1947f7417) - Bug 1147325 - Clear box model timer on markup view destroy. r=pbrosset Prevents 'this._inspector.toolbox is null' spam in mochitest-dt (1d6808b4a) - Bug 921102 - 1 - Linkify URIs in the inspector; r=tromey, miker This first part adds a parser for node attributes which, given some node information and an attribute name, generates a small AST-like array of objects that tells which parts of the attribute (if any) are links, and what they link to. Using this, the markup-view generates the right HTML structure to display these parts as links. This part 1 doesn't yet allow users to follow these links. (c500e270e) - Bug 1139667 - CSP tests for fetch(). r=ckirschb (df030457f) - Bug 1086999 - CSP: Asterisk (*) wildcard should not allow blob:, data:, or filesystem: when matching source expressions - tests (r=sstamm) (dee0f2239) - Bug 1117650 - Part 3: Move all CSP tests into dom/security/test. r=sstamm (29c95475c) - Bug 1146566 - 1 - Use devtools common frame-script in markupview tests and add helper; r=bgrins (b10e42468) - Bug 1146566 - 2 - Avoid using CPOWs in test browser_markupview_tag_edit_03.js; r=bgrins This change updates the browser_markupview_tag_edit_03.js test by making use of the getDomElementInfo message listener to retrieve information about the tested nodes without having to go through CPOWs. (07f0ee3ff) - Bug 1036324 - Adds option to walker.parents() to not traverse DocShellTreeItems of different types (24123a5d2) - Bug 921102 - 2 - Markup-view tests for attribute links; r=miker (f6da81799) - Bug 901250 - Add scroll into view menu item for the inspector. r=bgrins (bfc7518b1) - Bug 994055 - Part 1: Add a toggle sidebar panel button to the inspector. r=miker This adds a new icon, next to the searchbox (like in the debugger) to expand or collapse the sidebar panel in the inspector. The state is *not* persisted yet when the toolbox is closed. The button is hidden when the toolbox host switches to 'side'. (87730e20a) - Bug 994055 - Part 2: Add tests for the inspector sidebar toggle button. r=miker (2872c3fbd) - Bug 921102 - 3 - Open/copy markup-view attribute links; r=bgrins This part adds contextual menu items that become enabled when the user right clicks on an attribute that has a link. Depending on the nature of the link, a new tab will be opened or a node selected. The user can also choose to copy the link in the clipboard. (9b93485f6) - Bug 921102 - 4 - Tests for the open/copy links on markup-view attributes; r=bgrins (861ba51f6) (1e24b22ef)
    1 point
  11. TRIM and garbage collector are two different things, and the alternative tools that supposedly support TRIM commands do not work as intended. https://arstechnica.com/gadgets/2015/04/ask-ars-my-ssd-does-garbage-collection-so-i-dont-need-trim-right/ I know that XP will run fine with any SSD brand if you don't care about its degradation over time, they are able to re-write thousands of GB's after all. as a side note, Acer recently got into the SSD market but their SSD don't even have a custom made utility. https://www.theverge.com/2021/4/27/22405943/acer-ssd-solid-state-drive-nvme-pcie-m2-biwin-storage-ram
    1 point
  12. I bought 1tb wd black mobile hard drive to my 2006 laptop running Windows XP professional (HP Compaq nc6320) . Depending from use it may be needed. For example I got truckloads of movies, videos, music, games, software on mine also multiple virtual machines. I like that laptop for being "tank" (strong, thick and durable case), size of it and weight. Hard to find modern laptop that is as durable without breaking bank
    1 point
  13. Maybe you are yourself the Magician? The real (good?) question might be "Does it make sense to use a top-performing SSD on a SATA II bus?" Or would using an el-cheapo "normal" SSD be more than enough? And do you really-really *need* a 500 GB SSD (on an old laptop)? jaclaz
    1 point
  14. then how can I use samsung ssd with my Windows 98 computer . SSD or hdd wont need driver, however interface it is connected (sata, m2, msata) needs magician atleast on my experience offered drive health and ability trigger trim to ssd but modern SSD got good garbage collector built in so trim is not neccessary and crystaldiskinfo shows drive health as well
    1 point
  15. @kasfruit, I respectfully disagree. The question was ''Can my 2006 Laptop use Samsung 860 EVO 500GB SSD?'' NOT ''Can my 2006 Laptop use Samsung Magician?'' To my knowledge, Magician is NOT required in order to use the 860 EVO SSD. Magician might offer some extra optimizations, but they are not required. Please explain, with appropriate references to Samsung documentation, if I am mistaken. While I have used the Samsung 850, 860, and 870 SSDs, it has always been with Win 7. I have not used any SSD with XP, so I could be wrong, but I don't think so. Cheers and Regards
    1 point
  16. ''Can my 2006 Laptop use Samsung 860 EVO 500GB SSD?'' NO it can't. The last version of Magician utility for XP does only support the 850/950 SSD
    1 point
×
×
  • Create New...