you're being hazed, this isn't a real task. you can't globally turn off instruction pipelining on x86, but even if you could that wouldn't be 1 point. You can do some stuff in a specific program to disable pipelining, but then you have to performance test that and there's no way that's a 1 point thing. Your choice is to suffer quietly, or make so much noise (email everyone in IT giving the person's name that told you to do this, exposing them) that they regret giving you this task.
though, you haven't given enough context, so I could be totally off base. if you're working on a program and there's a particular part that you've been tasked to examine, you could put the appropriate x86 asm around that code to disable pipelining, which is an interesting idea, but that's still some heavy deep optimization work that would a lot more analysis than just "disable pipelining". they spent a lot of money to put it in CPUs for a reason.