|
Kyudos wrote: UltraMon with extra taskbars on my secondary monitors. |
Why are you doing that? Win 10 provides a taskbar for every monitor already.
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
Hello all,
Introduction:
A customer has called me to help him with a computer that doesn't starts...
CA = Company A
CB = Company B
CC = Company C
CA has a computer from CB, CB has disappeared a long time ago... CA computer controls an expensive machine that's producing almost 24x7.
CA has contacted CC to repair the computer and CC have contacted me to help .
CA have no backups (This is Sparta!).
While booting, CA computer shows the windows 2000 logo and the progress bar grows but at a certain point the computer restarts... and this infinite loop continues once and again...
CC have found another computer from CB! That computer is not working well, but it's hard disk boots another copy of Windows 2000 embedded.
I want to help them as they can give me proper work in the future and they helped me starting my freelancing job...
Question 1:
I'm wondering if it would be worth trying to just copy all the system files from the booting windows hard disk into the non booting windows hard disk...
Question 2:
CB (the disappeared company) used to put safety measures to avoid the program to be copied into different computers, this usually includes storing a key into the registry and checking if that key is there or not...
In order to avoid this to explode, does any of you knows which files contain the registry in a windows 2000 embedded OS?
I would copy all the OS files except the ones containing the registry...
Question 3:
I don't have the administrator password, CB computers seem to log in automatically... but the recovery console ask that password...
What would you do in order to solve that boot problem?
PS: please refrain from recommending running as far as possible from the computer... I truly want to help them...
Thank you all for reading and sorry for this long post.

|
|
|
|
|
Hiren's boot disk to mine the password, and you can use it fix that registry trick if you like with automatic .dat parsers. Win2K should be trivial for it. Bear in mind that there is a small chance you'll frag the drive, so you might want to clone it first.
I'd also advise replacing the drive, anyway, if you can. If it's old enough for Win2K to have been relevant, it's likely starting to fray.
"Never attribute to malice that which can be explained by stupidity."
- Hanlon's Razor
|
|
|
|
|
Thank you Nathan!
I've tried it into a VM and I've not been able to import the physical hard disk into it so I've not been able to do it...
But:
I've replaced i386 and Winnt folders from the hard disk that booted windows 2000 perfectly and voila!
We have now a perfectly running windows system.
I've needed only to update a couple of drivers.
All in all, the customer will have the machine working again.

|
|
|
|
|
Glad it worked out for you!
"Never attribute to malice that which can be explained by stupidity."
- Hanlon's Razor
|
|
|
|
|
Awesome! Have you cloned the drive for future?
|
|
|
|
|
|
I use the HOSTS file to block ad sites. I've recently encountered a few that don't seem to be affected.
deals.slashdot.org
tracking.deltadefense.com
When I ping them, I'm told the site can't be reached/doesn't exist, but when I browse to a site that contains ads from these sites, the ads are displayed.
Why is this happening, and how can I fix it?
BTW, this happens on Linux and Windows boxes.
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
|
|
|
|
|
Might be configured to not reply to a ping. Use fiddler to find out from which domain the ads are served, doubt that they're the same. Once you have that adres, add it to your host-file.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
You could try flushing your DNS cache with the command "ipconfig /flushdns". The DNS entries may be cached from a time before you added those domains to your HOSTS file.
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
Tried it before posting my original msg.
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
|
|
|
|
|
The DNS entries might be cached by your browser.
How to clear the DNS Cache? – OpenDNS[^]
Or your browser might be configured to use DoH[^], which would completely ignore your HOSTS file.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
domain system user login once login system user but every time shutdown the system after user is removed in that system how to solve ?
|
|
|
|
|
You would need to provide more detail.
I think you are asking the following
1. A user logs into the system.
2. While the user is logged in the user is deleted.
3. How would it be possible to force the user off the system once 2 happens.
|
|
|
|
|
Hey everyone,
This might be a bit lengthy, but here is my situation. I am an intern at a small to medium organization. I have been tasked with getting Roaming Profiles up and running via Group Policy (I know lots of people don't like roaming profiles, again, intern so not my call). Problem: My degree is in network engineering and I have almost zero experience with group policy. I have done as much research as I can to get these things working, but I am at an impasse.
Here is what I have tried:
Step 1 - Create a security group in Active Directory on our domain controller. Controller is running Server 2012 r2. Security group includes the Test PC and Test account I created. The security group, test pc, and test account are all currently in a Test OU.
Step 2 - Create the file share. The share was created on our data server. Data server is running server 2008 (I know I know). Settings for the share include: Sharing the folder and giving the security group full control for share permissions. Under security, the security group is added with read/write permissions. Creator Owner, SYSTEM, Administrators All have full control. Users have read/write.
Inheritance has been disabled.
Step 3 - Create the GPO for the redirects - Again on our domain controller, server 2012 r2
GPO is created in the Test OU where the group, test computer, and test account are located.
Under Scope, Everything is removed and the Security Group is added. As per Microsoft's instructions, Authenticated users are added to Delegation and given read permissions.
Edit the GPO, go to Computer Configuraiton -> Administrative Templates -> System -> User Profiles -> Set Roaming profile path for all users logging onto this computer.
Edit - and set set it to "Enabled" I then entered the network path of the previously created Network Share under "Users logging onto this computer should use this roaming profile path" Apply and exit.
Step 4 - Go to the test PC. Open an elevated command prompt and use gpupdate /force. Most people seem to say you can log out at this point, but I just restarted the PC to be safe.
PC comes back up, log into one of the accounts associated with the security policy and... nada. The profile redirect does nothing.
Some things I have tried: On the Test PC, I have run gpresult /Z in a prompt window. The profile redirect policy appears in the "Applied Policies" list.
I have also tried the alternative method of setting the profile path for an individual account in Active Directory. This again does nothing.
On the network share, I have just given full blown full control permissions to everyone and everything just to see if it works. (It doesn't)
From what I am seeing it seems like one of two things, but my limited knowledge makes it hard to know. Either I have set the permissions on the network share incorrectly, or there is some other permission somewhere that is blocking any profile redirects. What complicates things is the Folder Redirection component in group policy works perfectly. I was also able to create a GPO that created a mapped drive to where the network share is housed. From the test PC, i could click on the drive, and even click ON the network share. The PC can see it, but the profiles just won't go there.
As an fyi, all of our workstations are running Windows 10
From everything I've read and with my limited understanding, I feel like this SHOULD be working. Is there something else I have not considered or some switch somewhere that needs to be flicked? Any help would be greatly appreciated.
|
|
|
|
|
I just reinstalled Windows 10 on my desktop after a disk crash.
The problem is that Windows thinks it's running on a mobile device, for some reason. It shows the battery charge indicator in the taskbar, and it offers Airplane Mode, among other details.
I suppose it's not a bad problem, but I'm wondering if there's a way I can make it know it's on a desktop.
I do not know what to Google to find the answer. Perhaps someone could give me some search terms?
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
You might ask the manufacturer of your system (if it is not an old one).
The Airplane mode exists also for desktop systems (at least when WiFi hardware is present).
You might have a look at this thread (which I found by "windows 10 installation airplane mode"): Airplane Mode Windows 10 - Microsoft Community[^].
I have not read all posts but some mentioned that they had similar behaviours on desktop systems:
Quote: My PC is a desktop and doesn't have wireless or a battery. Then I realized that my APC battery backup had a USB cable plugged in to my PC. I removed the cable and rebooted my computer and both Airplane Mode and the Battery Saver options are gone.
|
|
|
|
|
Thanks! I have a UPS plugged into my machine too. That must be what's doing it.
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
Hi frnds. I need to configure outlook 2010 . having gmail account.It have about 50,000 emails in gmail server. I don't have any old pst files for this account.But need to import all contacts,calender, and tasks from gmailI selected
Enable POP for mail that arrives from now on.But, when i configured, all mails are starting arriving.how can I do this?
|
|
|
|
|
Hi Frnds
One of the pc having a shared folder that is working fine. My employee often shutdown the pc when leaving from the office. But Next day, the share folder is not accessible and there is no ping between the computers. If I change the ip address to a different one, then it will work. This is a big headache for me and the users. Its a brand new pc. I am using kapersky end point security antivirus.
Pls help me to resolve this
|
|
|
|
|
Do not post this in multiple places - it duplicates work and annoys people. You have this in QA, leave it there!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Buy a raspberry pi, add a USB stick, install NAS-software.
How to build a Raspberry Pi NAS: the full guide[^]
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
Maybe one of you have encountered this and fixed it or perhaps some sage advice is out there.
My laptop is Windows 10 Pro, and I have full admin rights. I travel between my home office and my customer location. At the customer location, I have a networked drive mapped to our development server file storage area:
N drive mapped to \\SwServer\Development
This server also hosts our SVN repositories, which will come into this story in a bit.
My laptop is mine, and as a consultant, I am not allowed to be a member of the domain (nor do I want to be). My credentials are entered, saved, and I can access this drive as you would expect.
Now I go home to my corporate office and I'm attempting to access the network drive using the customer supplied VPN software (global protect if it matters). Once connected (no error messages in the log), I cannot see the network drives. If I ping the server, I get timeouts. Okay, the network is screwed up somehow.
But here comes the weird part - our svn server is hosted on SwServer behind an Apache web server (standard SVN setup). I can access my svn repositories just fine. So, somehow the path from my laptop to the SwServer exists somewhere.
Something is screwed up. Any suggestions as to what to look for?
The odd thing is that I can go a week and things will work flawlessly, then it all comes off the rails....
Charlie Gilley
<italic>Stuck in a dysfunctional matrix from which I must escape...
"Where liberty dwells, there is my country." B. Franklin, 1783
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759
|
|
|
|
|
charlieg wrote: Now I go home to my corporate office and I'm attempting to access the network drive using the customer supplied VPN software (global protect if it matters). Once connected (no error messages in the log), I cannot see the network drives. If I ping the server, I get timeouts. Okay, the network is screwed up somehow.
What is the /24 network at home and at work?
charlieg wrote: But here comes the weird part - our svn server is hosted on SwServer behind an Apache web server (standard SVN setup). I can access my svn repositories just fine. So, somehow the path from my laptop to the SwServer exists somewhere.
I have no idea about SVN, does it use direct IP or some other magic like HTTP that may take the IP out of the equation?
Michael Martin
Australia
"I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible."
- Mr.Prakash One Fine Saturday. 24/04/2004
|
|
|
|
|
My understanding is that svn leverages the html / web api. I don't think there is anything "special" it does....
Charlie Gilley
<italic>Stuck in a dysfunctional matrix from which I must escape...
"Where liberty dwells, there is my country." B. Franklin, 1783
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759
|
|
|
|
|