Solved Can I remove the fade effect between the login screen and the desktop?

Hi Butters,

Sorry for bumping the thread, I can't seem to be able to send a Private Message - how did you managed to decompile user32.dll and get access to these functions, possibly in Hexadecimal? I would like to attempt this as well.
Maybe you can just send me your own file to make it easier, I'm curious on how this is done which such files - I've hacked system resources, but never attempted these types of modifications before.

Thank you

Hello there. Sorry, it turns out I have PMs disabled for some reason. I'll fix that.

Anyway, let me explain things a bit. The file user32.dll doesn't actually need to be modified. At all. A simpler way to go about this would be to modify winlogon.exe to load the function SwitchDesktop instead of SwitchDesktopWithFade from user32.dll when switching between the login screen and the user desktop. I am actually having a bit of trouble doing this, and since it is such a small thing (that I don't actually NEED to have done) I haven't been trying to figure it out lately. It might still be something I'd like to mess around with in the future when I get the time. You MIGHT be able to do it by hex editing winlogon.exe, But you really do need to know what you're doing. Unfortunately I don't have time to try it myself, but if you do figure it out, feel free to post it here.
 

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i7-4510U CPU8 GB RAMIntel(R) HD Graphics (I so wish I could upgra...
Computer type
Laptop
Computer Manufacturer/Model Number
Dell Inspiron 15 7000 Series
OS
Windows 7 Professional x64
CPU
Intel Core i7-4510U CPU
Memory
8 GB RAM
Graphics Card(s)
Intel(R) HD Graphics (I so wish I could upgrade this)
Screen Resolution
1920x1080
Keyboard
Laptop keyboard
Mouse
Microsoft Mouse
Internet Speed
Nothing to write home about
Antivirus
Malwarebytes Anti Malware
Browser
Pale Moon (Firefox fork)
Other Info
My primary laptop has Windows 10 on it, and my shared desktop (which is actually a laptop being used as a desktop) has Windows 7 Professional on it. I still use both, but I would say I use my laptop a bit more now.
Hello there. Sorry, it turns out I have PMs disabled for some reason. I'll fix that.

Anyway, let me explain things a bit. The file user32.dll doesn't actually need to be modified. At all. A simpler way to go about this would be to modify winlogon.exe to load the function SwitchDesktop instead of SwitchDesktopWithFade from user32.dll when switching between the login screen and the user desktop. I am actually having a bit of trouble doing this, and since it is such a small thing (that I don't actually NEED to have done) I haven't been trying to figure it out lately. It might still be something I'd like to mess around with in the future when I get the time. You MIGHT be able to do it by hex editing winlogon.exe, But you really do need to know what you're doing. Unfortunately I don't have time to try it myself, but if you do figure it out, feel free to post it here.
Oh, hello!

Thank you for explaining that, I got the idea, that was helpful.
Could you point me to how you've gain access to the SwitchDesktop function?

I was actually asking, you managed somehow to decompile the EXE, and you realised the functions SwitchDesktop and SwitchDekstopWithFade were present in the code - may I know which tools you've used, please?

I understand that you've not succeeded with replacing the functions, I would at least be interested in have the right softwares to open this program and check it out. I assume the code will all be presented in hexadecimal?

If that's too long to explain the process or refer me to the software you've used to open it, don't bother. ;)

EDIT: Found it:
dl.dropboxusercontent.com/u/67605655/hexedit.png

Did you used an hexadecimal editor as well, or something else?

Thanks!
 

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i3-2350M @ 2.30 GHz8192GB DDR3Intel HD Graphics 3000
Computer type
Laptop
Computer Manufacturer/Model Number
Lenovo Thinkpad E420
OS
Windows 7 Professional x64
CPU
Intel Core i3-2350M @ 2.30 GHz
Memory
8192GB DDR3
Graphics Card(s)
Intel HD Graphics 3000
Hello again, GameX. Sorry to get back to you so late, but that's awesome that you managed to find it. Thanks for posting. To answer your question, I was using a hex editor, but it didn't seem to find the SwitchDesktopWithFade function for some reason. But after using HexEdit (the editor you used) I can verify that changing the function to SwitchDesktop does in fact work (and is actually pretty easy to do). For anyone else who would like to do this, here's how:

1.) Make a backup of the original winlogn.exe. I cannot stress how important this step is. If you don't and something goes wrong, you will regret it.
2.) Copy winlogon.exe from C:\Windows\system32 to any working directory.
3.) Open it with a hex editor, and search for the following hex:
57 69 74 68 46 61 64 65

3.) Replace it with this:
00 00 00 00 00 00 00 00

4.) Save winlogon.exe
5.) Take ownership of winlogon.exe in system32, and rename it to something like delme.exe (you can rename it to anything really, it will be deleted. You can also rename it to something like winlogon.exe.backup and just use that as your backup file)
6.) Copy your modified winlogon.exe to the system32 folder.
7.) Restart your computer.

This will work with Windows Vista and Windows 7. Doing this will actually load your desktop a lot faster when you log on. Once you're all done, you can delete the renamed winlogon.exe file as well, just keep the backup of the original.
 
Last edited:

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i7-4510U CPU8 GB RAMIntel(R) HD Graphics (I so wish I could upgra...
Computer type
Laptop
Computer Manufacturer/Model Number
Dell Inspiron 15 7000 Series
OS
Windows 7 Professional x64
CPU
Intel Core i7-4510U CPU
Memory
8 GB RAM
Graphics Card(s)
Intel(R) HD Graphics (I so wish I could upgrade this)
Screen Resolution
1920x1080
Keyboard
Laptop keyboard
Mouse
Microsoft Mouse
Internet Speed
Nothing to write home about
Antivirus
Malwarebytes Anti Malware
Browser
Pale Moon (Firefox fork)
Other Info
My primary laptop has Windows 10 on it, and my shared desktop (which is actually a laptop being used as a desktop) has Windows 7 Professional on it. I still use both, but I would say I use my laptop a bit more now.
Hello,


Sorry for the delay - for some reason, I can't get this to work.

Here's my winlogon.exe file, I've triple-checked it, replaced the strings with 00 like you said, and that still fails.
Never seemed like "Take Ownership" worked much for me, but I just copied the file in system32 and deleted the older... No problem, but not working.

Also tried replacing the file directly in Linux, still not working. Not sure what's wrong with my file.. I use Windows 7 Professional x64.

https://dl.dropboxusercontent.com/u/67605655/winlogon.exe


Originally, I attempted to delete the "WithFade" part (Delete, not replace it with 0 ), then I got a BlueScreen when LogonUI loaded. XD Had to restore a backup...


Thank you for your help!
 

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i3-2350M @ 2.30 GHz8192GB DDR3Intel HD Graphics 3000
Computer type
Laptop
Computer Manufacturer/Model Number
Lenovo Thinkpad E420
OS
Windows 7 Professional x64
CPU
Intel Core i3-2350M @ 2.30 GHz
Memory
8192GB DDR3
Graphics Card(s)
Intel HD Graphics 3000
Huh, that's odd. I did look at your winlogon.exe file, and for some reason it's smaller than the one I have. Did you make any other modifications to it? Also, are you able to boot your computer with it, and if so it still has the fade effect? Replace nothing but the "WithFade" part of the hex. I'm running the exact same version of Windows as you, so I can't imagine why it won't work. Just so you can test it, I'll post up my winlogon.exe file so you can test it. Just be sure you are running Windows 7 x64.
 

Attachments

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i7-4510U CPU8 GB RAMIntel(R) HD Graphics (I so wish I could upgra...
Computer type
Laptop
Computer Manufacturer/Model Number
Dell Inspiron 15 7000 Series
OS
Windows 7 Professional x64
CPU
Intel Core i7-4510U CPU
Memory
8 GB RAM
Graphics Card(s)
Intel(R) HD Graphics (I so wish I could upgrade this)
Screen Resolution
1920x1080
Keyboard
Laptop keyboard
Mouse
Microsoft Mouse
Internet Speed
Nothing to write home about
Antivirus
Malwarebytes Anti Malware
Browser
Pale Moon (Firefox fork)
Other Info
My primary laptop has Windows 10 on it, and my shared desktop (which is actually a laptop being used as a desktop) has Windows 7 Professional on it. I still use both, but I would say I use my laptop a bit more now.
Oh man, that worked !! :D

I don't know why your file was much larger than mine, but I just directly replaced yours after a backup. That did the trick!

Don't understand, I did replaced the "WithFade" with enough 0, but it still fade. No error, but still fade.
I check the hexadecimal of that file...

I suppose you changed your login background as well? I will do this, put the same login background as my desktop background, so the login will "look" much more fluid. Of course, it's just an illusion. ;)

A little unrelated, did you knew that Apple does this on iOS ? Since they take fluidity too seriously on iOS, when the iOS app load, they first load just a static image, to give the illusion of a fast loading, and to avoid to see a black screen instead.

Thank you very much! :D
Will share this hack with friends..

Excellent find ! :D

EDIT: Actually, I do see a black flash that last for like half-a-second or even shorter. I've replaced the login background with the same desktop picture, and it's an illusion, but it's faster, for sure! That's really cool!
That's a lot oh hassle for this, but I like it as well.

I can also confirm that I did not saw any black flash in a Virtual Machine, without the fade.


EDIT: Well....
It did worked, until I rebooted, and got a BlueScreen when Winlogon was supposed to load. When I got into Windows command prompt, I noticed my Winlogon.exe was not there anymore, so I had to restore my original backup.

I suspect this is because the file is not the same, so Windows would reject it...?
Or most probably, the Take Ownership tweak, that I never seems to get to work. :(

EDIT 2 : Tried again, used a different Take Ownership file... No problem "so far". Akwards.
Do you have a very quick black flash, or nothing at all?
I do have a quick flash, but on a virtual machine, I tested, and see no flash at all.
 
Last edited:

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i3-2350M @ 2.30 GHz8192GB DDR3Intel HD Graphics 3000
Computer type
Laptop
Computer Manufacturer/Model Number
Lenovo Thinkpad E420
OS
Windows 7 Professional x64
CPU
Intel Core i3-2350M @ 2.30 GHz
Memory
8192GB DDR3
Graphics Card(s)
Intel HD Graphics 3000
Actually I wanted to do this for pretty much the same reason as you did (I generally like having as little visual effects as possible, and of course it loads your desktop much quicker) so I'm glad we managed to figure it out. And yes, I did change my login background.

Now as for that black flash, I am getting that too, and although while it's a little bit annoying, I can live with it for now. I MIGHT have an idea as to why that happens though, but I could be dead wrong, and I wouldn't know how to remove it. I have done some other experimenting with the login screen, and I was wondering what it would look like with no background at all. And I don't mean just changing the background to a solid color, I wanted to see what would happen if it had no file to be loaded as the background. So I used Resource Hacker to delete the default background images from imageres.dll to see what would happen. I thought I would get Windows Server 2008's greenish-blue background, but instead I got solid black. At this point I thought it was drawing the default background color from the registry, so I tried changing that in the following keys:
HKEY_USERS\.Default\Control Panel\Colors > Background

and

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\winlogon > Background

But that didn't seem to change anything. One note though:
If you delete the "winlogon > Background" data and change the "Control Panel\Colors > Background" to any RGB value (other than a black color) that said color will flash on the screen as soon as you boot up your computer for a couple of seconds, but it will quickly change to black as soon as the login screen to loads. I think winlogon.exe draws a solid black color over the default background color, but like I said, I couldn't begin to tell you how to remove it. Maybe some other winlogon.exe function?
 
Last edited:

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i7-4510U CPU8 GB RAMIntel(R) HD Graphics (I so wish I could upgra...
Computer type
Laptop
Computer Manufacturer/Model Number
Dell Inspiron 15 7000 Series
OS
Windows 7 Professional x64
CPU
Intel Core i7-4510U CPU
Memory
8 GB RAM
Graphics Card(s)
Intel(R) HD Graphics (I so wish I could upgrade this)
Screen Resolution
1920x1080
Keyboard
Laptop keyboard
Mouse
Microsoft Mouse
Internet Speed
Nothing to write home about
Antivirus
Malwarebytes Anti Malware
Browser
Pale Moon (Firefox fork)
Other Info
My primary laptop has Windows 10 on it, and my shared desktop (which is actually a laptop being used as a desktop) has Windows 7 Professional on it. I still use both, but I would say I use my laptop a bit more now.
I can tell, by your writing, that you're way better than me at this (And I thought I customized much, already);

Do you have access to a PC that load SwitchDesktop natively, with a basic video driver? I can't figure out why it work seemlesly in a virtual machine; my guess is that it's a limitation with the driver, the display...

Or it could be that the extra 0s we added to wipe the "WithFade" part, gives an extra... calculation time, which would display a black flash. Maybe deleting a few 0s, and keeping only 6 digits (00 f7 01, next to the original SwitchDesktopWithFade, or 00 0b 03, next to "SwitchDesktop). But I'm not even convinced by this myself - I did programming for a while, and I know that calculation stay blazing fast, I seriously doubt 6 digits does this.
If we would attempt to delete a few 0s, my guess is that we would get a BSOD.

I have no idea how this code work, but note that SwitchDesktop is right before "UnlockWindowsStation", while "SwitchDesktopWithFade" is even before that. Which might explain the delay..? As I said, no idea how this code work, doubt Windows would read it simply in a linear way.

Sorry, don't have much clue - I should find out how to display the fade effect in VMware (So that SwitchDesktopWithFade gets loaded instead), hack the SwitchDesktopWithFade function like we did, and see if the black flash is still there. That might give an idea on if it's related to the display driver or not.

I think that's an interesting way to find out more about this. But don't know how to get the fade effect in VMware yet. :/
 

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i3-2350M @ 2.30 GHz8192GB DDR3Intel HD Graphics 3000
Computer type
Laptop
Computer Manufacturer/Model Number
Lenovo Thinkpad E420
OS
Windows 7 Professional x64
CPU
Intel Core i3-2350M @ 2.30 GHz
Memory
8192GB DDR3
Graphics Card(s)
Intel HD Graphics 3000
I don't have access to a PC with a basic video driver (well, I do but it has Windows XP on it) but I can always test in a VM. Anyways deleting 0s is not a good idea, as yes, it will result in a bluescreen or a system crash of sorts, as winlogon.exe will no longer be a valid win32 file. Anyways, if the black overlay thing were to be removed somehow, the Windows Desktop background color (in HKEY_USERS\.Default\Control Panel\Desktop > Background) would likely be visible instead. Of course you would probably need to reshack imageres.dll and delete the background(s) in there if you want the login screen to use a solid color. And I don't know if a desktop wallpaper would work (in HKEY_Users\.Default\Control Panel\Desktop > Wallpaper) or if a login screen background would work. In any case, Windows does load color settings before the desktop is loaded (while still on the login screen) so the transition would probably look like something similar to using the GINA (classic) login screen in Windows XP/Windows 2000 (just without the window prompt of course). Also, I'm not sure how LogonUI.exe will interact with all this, since that is what loads the background (I'm not sure if it will create its own black overlay). But I think I should mention that if you start explorer.exe on the login screen, the desktop background color is visible (or whatever wallpaper you have set will be visible). I might start looking into more winlogon functions, and do some research on them.

Also, I meant to mention this on my last post, but that's interesting about iOS. I really haven't really messed around with it (at all) but that kind of reminds me of how Windows will take a screenshot of the Desktop with a UAC prompt (except that's more for effect, not for the illusion of faster loading).
 

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i7-4510U CPU8 GB RAMIntel(R) HD Graphics (I so wish I could upgra...
Computer type
Laptop
Computer Manufacturer/Model Number
Dell Inspiron 15 7000 Series
OS
Windows 7 Professional x64
CPU
Intel Core i7-4510U CPU
Memory
8 GB RAM
Graphics Card(s)
Intel(R) HD Graphics (I so wish I could upgrade this)
Screen Resolution
1920x1080
Keyboard
Laptop keyboard
Mouse
Microsoft Mouse
Internet Speed
Nothing to write home about
Antivirus
Malwarebytes Anti Malware
Browser
Pale Moon (Firefox fork)
Other Info
My primary laptop has Windows 10 on it, and my shared desktop (which is actually a laptop being used as a desktop) has Windows 7 Professional on it. I still use both, but I would say I use my laptop a bit more now.
I have access to a cheap Desktop, which I use for experimenting, and I could install Windows 7 on it, with a basic video driver.
The problem is that it has no DVD drive, and cannot boot from USB. I also don't have an external DVD drive.

I could try to install Windows 7 from CD-RW, but I'm not sure where to start...
At least, I could verify if I do see the black flash on this PC. :/
 

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i3-2350M @ 2.30 GHz8192GB DDR3Intel HD Graphics 3000
Computer type
Laptop
Computer Manufacturer/Model Number
Lenovo Thinkpad E420
OS
Windows 7 Professional x64
CPU
Intel Core i3-2350M @ 2.30 GHz
Memory
8192GB DDR3
Graphics Card(s)
Intel HD Graphics 3000
Sorry I can't test on my old desktop, but it still has files I need on it. I hope you can figure out how to install Windows 7 on yours.
 

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i7-4510U CPU8 GB RAMIntel(R) HD Graphics (I so wish I could upgra...
Computer type
Laptop
Computer Manufacturer/Model Number
Dell Inspiron 15 7000 Series
OS
Windows 7 Professional x64
CPU
Intel Core i7-4510U CPU
Memory
8 GB RAM
Graphics Card(s)
Intel(R) HD Graphics (I so wish I could upgrade this)
Screen Resolution
1920x1080
Keyboard
Laptop keyboard
Mouse
Microsoft Mouse
Internet Speed
Nothing to write home about
Antivirus
Malwarebytes Anti Malware
Browser
Pale Moon (Firefox fork)
Other Info
My primary laptop has Windows 10 on it, and my shared desktop (which is actually a laptop being used as a desktop) has Windows 7 Professional on it. I still use both, but I would say I use my laptop a bit more now.
Just a quick little update: Don't try this on Windows 8. Apparently Microsoft removed the SwitchDesktop function from Windows 8, so SwitchDesktopWithFade is the only one.

EDIT:
I guess the SwitchDesktop function DOES exist in Windows 8, but I can't seem to enable it for some reason. I get a BSOD whenever I boot up...
 
Last edited:

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i7-4510U CPU8 GB RAMIntel(R) HD Graphics (I so wish I could upgra...
Computer type
Laptop
Computer Manufacturer/Model Number
Dell Inspiron 15 7000 Series
OS
Windows 7 Professional x64
CPU
Intel Core i7-4510U CPU
Memory
8 GB RAM
Graphics Card(s)
Intel(R) HD Graphics (I so wish I could upgrade this)
Screen Resolution
1920x1080
Keyboard
Laptop keyboard
Mouse
Microsoft Mouse
Internet Speed
Nothing to write home about
Antivirus
Malwarebytes Anti Malware
Browser
Pale Moon (Firefox fork)
Other Info
My primary laptop has Windows 10 on it, and my shared desktop (which is actually a laptop being used as a desktop) has Windows 7 Professional on it. I still use both, but I would say I use my laptop a bit more now.
I know it's been really long since last post but I just want to say thanks because - you are the man! :D
...and can't believe nobody else said thanks or just independently confirmed it works.

There are discussions on this topic all over the internet all everybody says "it can't be done, it isn't meant to be done"-thing, and I almost lost hope. Then I dug up your winlogon.exe on 4th page of the discussion and could not believe that in fact it has been done.

The thing is - the solution exists and it is here, but most people will never discover it because it is dug deep in the forum.

In my opinion, this is not a worthless hack. I was constantly annoyed by this unnecessary "lag" because I really use my pc for technical stuff and these kind of things just add up to the time lost looking at fancy animations.

I'm very experienced in tweaking Windows, but this is still beyond my knowledge because it is a very very "hackish" thing. Seeing the possibilities of such a low level approach to things, I might try something like that myself.

Keep up the good work.
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
Computer type
PC/Desktop
OS
Windows 7 Ultimate x64
There's another way to have fun. I used bcdedit to set displaybootmenu to yes [default is no]; then msconfig has Selective Startup with load system services & startup items, Boot with noGUI, Boot Log, OS boot information, Timeout of 420 seconds. Not only do I get time to have all physical toys up to green before Windows becomes self-aware, not only do I get the famous F8 option [if/when I need it], but, I also get a blackNwhite road show of the geek stuff that happens before Windows 7 logon screen appears.

Years ago, during DOS and early Windows 3.1 - WFW 3.11 days, some of us used to diskedit/sector-edit command.com and other COMs to change the wording that would be displayed. Back then, me.com was really useful for such editing.
 

My Computer My Computer

At a glance

Windows 7 Professional 64-bitDesktop i5; Acers i5 & i7desktop 16GB; 1 Acer 8GB & 1 Acer 16GB
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Antec desktop; Acer Aspire laptops
OS
Windows 7 Professional 64-bit
CPU
Desktop i5; Acers i5 & i7
Memory
desktop 16GB; 1 Acer 8GB & 1 Acer 16GB
Hard Drives
1TB split into 2 equal partitions [OS and data] usable by RJS
Internet Speed
AT&T DSL
Browser
FF, GChrome, msIE
Other Info
Windows 7 Firewall, Emsisoft AM/AV, MSE [scan-only], SpywareBlaster, Ruiware/BillP combine
Welcome to Seven Forums emmikayj

A Guy
 

My Computer My Computer

At a glance

Windows 10 Home x64INTEL Core i5-750 Quad-Core 3.37GHzHyperX Fury Black Series 8GB (2 x 4GB) 1866MhzEVGA GeForce GTX 750 Superclocked 1GB 128-Bit...
Computer type
PC/Desktop
OS
Windows 10 Home x64
CPU
INTEL Core i5-750 Quad-Core 3.37GHz
Motherboard
ASUS P7P55D
Memory
HyperX Fury Black Series 8GB (2 x 4GB) 1866Mhz
Graphics Card(s)
EVGA GeForce GTX 750 Superclocked 1GB 128-Bit GDDR5
Monitor(s) Displays
LG 32MA68HY 32" IPS
Screen Resolution
1920 x 1080
Hard Drives
Samsung 840 Evo 120GB, SEAGATE 500GB Barracuda® 7200.12, SATA 3 Gb/s, 7200 RPM, 16MB cache
PSU
ANTEC TruePower New TP-550, 80 PLUS, 550W
Case
ANTEC Three Hundred Illusion
Cooling
COOLER MASTER Hyper 212 Plus, 4 x 120mm 1 x 140mm Noctua's
Internet Speed
85 + Mbps
Antivirus
Avast
Browser
Vivaldi
Just a quick little update: Don't try this on Windows 8. Apparently Microsoft removed the SwitchDesktop function from Windows 8, so SwitchDesktopWithFade is the only one.

EDIT:
I guess the SwitchDesktop function DOES exist in Windows 8, but I can't seem to enable it for some reason. I get a BSOD whenever I boot up...

I'm still on Windows 7 and I remember thinking about this stupid fade years back, wanting to remove it. Looked it up again yesterday, lo and behold you actually found a way. It works great. I saw alot of threads regarding this, people wanting the same, and it doesn't seem like anyone knows about it except the ones who've participated in this thread.

Thanks man
 

My Computer My Computer

At a glance

Windows 98 SE
OS
Windows 98 SE
No problem REB. I'm glad to see people are still getting use out of this. I just went back to Windows 7 on my main laptop, and this was actually one of the first things I did, lol.

I do still wish there was something we could do about the screen flashing black for a second or so, but even just removing the fade is a good improvement imo.
 

My Computer My Computer

At a glance

Windows 7 Professional x64Intel Core i7-4510U CPU8 GB RAMIntel(R) HD Graphics (I so wish I could upgra...
Computer type
Laptop
Computer Manufacturer/Model Number
Dell Inspiron 15 7000 Series
OS
Windows 7 Professional x64
CPU
Intel Core i7-4510U CPU
Memory
8 GB RAM
Graphics Card(s)
Intel(R) HD Graphics (I so wish I could upgrade this)
Screen Resolution
1920x1080
Keyboard
Laptop keyboard
Mouse
Microsoft Mouse
Internet Speed
Nothing to write home about
Antivirus
Malwarebytes Anti Malware
Browser
Pale Moon (Firefox fork)
Other Info
My primary laptop has Windows 10 on it, and my shared desktop (which is actually a laptop being used as a desktop) has Windows 7 Professional on it. I still use both, but I would say I use my laptop a bit more now.
Back
Top